#item_detail h1 {
    color: #353534;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
}
#view_file {
    margin: 0px 0px 15px;
    display: none;
}
.tool-share{
	margin-top: 10px;
}
.row_empty{
	text-align: center;
}
.box_search{
    display: block;
    margin-top: 0px;
    margin-bottom: 5px;
}
.box_search .item{
    display: inline-block;
    width: 33%;
    float: left;
    margin-bottom: 15px;
    padding-right: 30px;
}
.box_search .item .title{
    font-size: 15px;
    color: #222;
    min-height: 20px;
}
.box_search .item .input{
	margin-top: 10px;
}
.box_search .item .input input.full{
	width: 100%;
	height: 35px;
	list-style: 35px;
	outline: none;
	border: 1px #ddd solid;
	padding: 5px 10px;
}
.box_search .item .input input.not_full{
	width: 100px;
	height: 35px;
	list-style: 35px;
	outline: none;
	border: 1px #ddd solid;
	display: inline-block;
	margin: 0px 10px;
	padding: 5px 10px;
}
.btn_search{
    background: #21790d;
    border: 0px;
    display: inline-block;
    padding: 7px 12px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 2px;
    margin-left: 15px;
}
.btn_search:hover{
	background: #318c1c;
}
.list_other-title{
    font-size: 18px;
    border-bottom: 1px #ccc solid;
    display: inline-block;
}
.list_other ul li a{
    color: #555;
    font-size: 13px;
}
.list_other ul li span.date{
    font-size: 13px;
    color: #888;
}
.ficon-download{
    font-size: 19px;
}
@media (max-width: 1169px) {
    #tth-content{
        margin-left: 0px;
        padding-right: 17px;
    }
    .box_search .item .input input.not_full {
        width: 90px;
    }
    .smooth_slogan {
        width: 60%;
    }
}
@media (max-width: 1069px) {
    .box_search .item .input input.not_full {
        width: 70px;
    }
    .smooth_slogan {
        width: 55%;
    }
}
@media (max-width: 979px) {
    .box_hotline .content p span {
        text-align: center;
        margin-right: 10px;
        font-size: 14px;
        font-weight: normal;
        display: inline-block;
        width: 100%;
    }
    .box_hotline .content p {
        padding: 0px;
        margin: 0px;
        font-size: 15px;
        color: #222;
        font-weight: 500;
        text-align: center;
    }
    .box_search .item:nth-child(2n){
        margin-right: 0px;
        padding-right: 0px;
    }
    .box_search .item .input input.not_full {
        width: 60px;
        margin: 0px 5px;
    }
}
@media (max-width: 850px) {
    .box_search .item {
        width: 100%;
        padding-right: 0px;
    }
    .box_search .item .input input.not_full {
        width: 130px;
        margin: 0px 5px;
    }
}
@media (max-width: 690px) {
    .box_search .item .input input.not_full {
        width: 75px;
    }
}
@media (max-width: 599px){
    #tth-content {
        margin-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 499px){
    .box_search .item .input input.not_full {
        width: 65px;
    }
    .btn_search{
        margin-top: -30px;
    }
}

