.search1{margin: 20px auto;width:80%}
#search-btn1 {
    position: absolute;
    border: none;
    margin: 0;
    line-height: inherit;
    background: #38b549;
    display: inline-block;
    height: 32px;
    border-radius: 0 3px 3px 0;
    padding: 0 24px;
    color: #fff;
	font-size: 16px;
}
.enter1 {
    border: 1px solid #dbe1ec;
    width: 74%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    outline: none;
		vertical-align: middle;}
.channel-list {

    overflow: hidden;

}
.tttt1{font-size: 14px; text-align: center;padding-bottom: 5px;}
.channel-list li {

    background: #fff;

    overflow: hidden;

    padding: 10px;

    border-bottom: 1px solid #DADBD1;

    margin-bottom: 10px;

    clear: both;

}

.channel-list img {

    width: 100%;

    border-radius: 10px;

}

.channel-list div {

    padding: 0 2px;

}

.channel-list div strong {

    display: block;

    padding-top: 5px;

    font-size: 16px;

}

.channel-list div p {

    padding: 5px 0px;

    overflow: hidden;

    font-size: 14px;

}

.channel-list div p span {

    float: right;

}

a {color: #343334;}



/* 详情页 */

.box-tit {

    height: 35px;

    line-height: 40px;

    color: #000;

    padding: 5px 0;

}

.box-tit div, .box-tit1 div, .box-tit h2 {

    width: 100%;

    text-indent: 10px;

    font: 14px/25px "Microsoft YaHei";

    background-color: #58C370;

    color: #FFF;

    transition: all 0.5s ease 0s;

    overflow: hidden;

    white-space: nowrap;

    margin: 0 auto;

    padding: 5px 0;

}

.box-tit div a { color: #fff;}

.wrap-content .title {

    width: 100%;

    height: 40px;

    border-bottom: 1px solid #dbe1ec;

    border-top: 3px solid #71c671;

}

.wrap-content .title div {

    float: left;

    width: 49%;

    font-size: 14px;

    text-align: center;

    line-height: 40px;

}

.wrap-content .title div:nth-of-type(1) {

    border-right: 1px solid #dbe1ec;

}

.wrap-content .title div.on {

    color: #71c671;

}

.wrap-content>ul>li {

    width: auto;

    height: 64px;

    position: relative;

    padding: 10px 10px;

    border-bottom: 1px solid #dbe1ec;

    overflow: hidden;

}

.wrap-content>ul>li>div.download {

    position: absolute;

    right: 8px;

    width: 56px;

    height: 30px;

    background: #4CAF50;

    line-height: 30px;

    text-align: center;

    top: 42px;

    border-radius: 5px;
}

.wrap-content>ul>li>div.download>a {

    color: #fff;

}

.wrap-content>ul>li>a>div {

    max-width: 75%;

    float: left;

}

.wrap-content>ul>li>a>div.img {

    width: 64px;

    height: 64px;

    margin-right: 10px;

}

.wrap-content>ul>li>a>div.img img {

    width: 64px;

    height: 64px;

}

.wrap-content>ul>li>a>div.content>div {

    margin-bottom: 5px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}

.wrap-content>ul>li>a>div.content>.tit {

    color: #000;

    font-size: 16px;

}

.wrap-content>ul>li>a>div.content>.type>span {

    color: #999;

}

.wrap-content>ul>li>a>div.content>.type>span {

 margin-right: 10px;
    border-right: 1px solid green;
    padding-right: 10px;

}

.wrap-content>ul>li>a>div.content>.boon {
width:220px;
	overflow: hidden;
    color: #4CAF50;

}

.wrap-content { 

    margin-bottom: 30px;

}