.banner,.banner img{
    width: 100%;
    /*height: 289px;*/
}
.sub-nav{
    margin-top: 18px;
    height: 16px;
}
.sub-nav-icon{
    width: 17px;
    height: 16px;
    line-height: 16px;
}
.sub-nav-icon img{
    width: 100%;
}
.sub-nav-title{
    height: 16px;
    line-height: 16px;
    color: #404040;
    font-size: 14px;
    margin-left: 7px;
    font-family: Microsoft YaHei;
}
.news-lists{
    /*padding-right: 30px;*/
    min-height: 100px;
}
.news-tab{
    padding-left: 0px;
    padding-right: 0px;
    background: #F7F7F7;
    height: 240px;
}
.news-tab>ul li{
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    padding-top: 20px;
    box-sizing: border-box;
}
.news-tab>ul li.active{
    background: #d6af87;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.news-tab>ul li.active>p{
    width: 83px;
    height: 22px;
    margin: auto;
    border-left: 4px solid #FFFFFF;
    font-size: 16px;
    color: #FFFFFF;
}

.news-item{
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    /*height: 220px;*/
    padding: 33px 34px 29px 0px;
}
.news-item.active{
    background-color: #f5f5f5;
}
.news-item-img{
    width: 234px;
    height: 158px;
    overflow: hidden;
}
.news-item-img img{
    width: 100%;
    /*height: 100%;*/
}
.news-item-right{
    flex: 1;
    padding-left: 19px;
}
.news-item-title{
    height: 23px;
    line-height: 23px;
    font-size: 24px;
    /*font-weight: 400;*/
    color: #333333;
    margin-top: 5px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: SimHei;
}
.news-item-desc{
    max-height: 44px;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    color: #888;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-item-date-read{
    margin-top: 20px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-item-date{
    font-size: 13px;
    color: #A3AFB7;
    height: 35px;
    text-align: left;
    line-height: 35px;
}
.news-item-read-icon{
    width: 18px;
    height: 11px;
    margin-left: 34px;
    line-height: 13px;
	margin-top: 10px;
}
.news-item-read-icon img{
    width: 100%;
}
.news-item-read-count{
    margin-left: 4px;
    color: #A3AFB7;
    font-size: 13px;
    line-height: 13px;
	margin-top: 12px;
}
.news-item-detail{
    text-align: left;
    margin-top: 10px;
}
.news-item-detail a{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;

    text-align: center;
    background-color: #1B9C89;
    color: #FFFFFF;
}
.tabbar{
    height: 35px;
    width: 100%;
    border-bottom: 1px solid #ececec;
    line-height: 35px;
}
.tabbar-title{
    font-size: 20px;
    color: #d6af87;
}
.tabbar-position{
    font-size: 14px;
    color: #898989;
}
.news-list a{
    text-decoration: none;
}

/*ÐÅÏ¢¹«¿ª*/
.xxgk-item{
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.xxgk-item-right{
    width: 110px;
    background: #f6f6f6;
    text-align: right;
    padding: 15px 20px;
    height: 85px;
}
.xxgk-item.active .xxgk-item-right{
    background-color: #1B9C89;
    color: #FFFFFF;
}
.xxgk-item-left{
    flex: 1;
    padding-right: 20px;
}
.xxgk-item-left .news-item-title{
    font-size: 20px;

    margin-bottom: 10px;
}
.xxgk-item-left .news-item-des {
    font-size: 16px;
    color: #999;
    text-align: left;
    line-height: 1.6;
}
.xxgk-item-right p {
    color: #999;
    margin-top: 5px;
    font-size: 16px;
}
.xxgk-item-right p:hover {
    color: #fff;

}
.xxgk-item-right h1 {
    font-size: 25px;
}
