.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;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width:20px;
    height:20px;
    background-color:#cdcdcd;
}
.news-content{
    width: 100%;
    margin: auto;
    background-color: #ffffff;
    /*padding: 44px 59px 39px 57px;*/
    box-sizing: border-box;
    margin-top: 39px;
    position: relative;
    font-family: SimSun;
    margin-bottom:20px;
}

.news-left-c{
    width: 903px;
    border: 1px solid #eeeeee;
    padding: 25px;
    float: left;
    margin-right:15px;
}
.news-right-c{
    width: 280px;
    /* border: 1px solid #eeeeee; */
    float: left;
}
.news-title{
    text-align: center;
    height: 25px;
    font-size: 24px;
    color: #209e8c;
    line-height: 25px;
}
.news-date-count{
    width: 340px;
    margin: auto;
    margin-top: 32px;
    color: #666666;
    font-size: 14px;
}
.news-line{
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    margin-top: 26px;
}
.news-content-part{
    font-size: 16px;
    color: #1d1d1d;
    margin-top: 39px;
    line-height: 38px;
    text-align: left;
    padding-bottom:30px;
    /*text-indent: 2em;*/
}
.news-content-part img{
    /* max-width: 60%; */
    /* margin-left: 20%; */
    max-width: 100%;
    min-width: 25px;
    height: auto;
}

.news-content-part p>img{
    margin-left: 0px;
}
.news-button-lists{
    /* position: absolute;
    right: 59px; */
    /*width: 320px;*/
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 32px;
    border-top: 1px solid #f3f3f3;
}
.news-button-item a{
    height: 31px;
    padding: 0 14px;
    color: #707070;
}
.news-button-item a:hover{
    color: #707070;
}
.news-button-item{
    height: 31px;
	border-radius: 8px;
	border: solid 1px #eeeeee;
    margin-left: 21px;
    cursor: pointer;
}
.news-button-item-title{
    line-height: 31px;
}
.disable .news-button-item-icon,.disable .news-button-item-title{
    color: #efefef;
}
.back-button{
    width: 150px;
    height: 46px;
    background-color: #1b9c89;
    border-radius: 24px;
    font-size: 16px;
    line-height: 46px;
    color: #ffffff;
    right: 0px;
    cursor: pointer;
	margin-top: 18px;
}
.prev,.next{
    /* width: 70%; */
    width: 100%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #333333;
    text-align: left;
}
.prev a,.next a{
    font-size: 16px;
    color: #333333;
}

.box-news{
    width:278px;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 15px;
}
.hd{
    font-size: 24px;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    color:#333;
    text-align: left;
}
.list-u .list-u-item{
    width:100%;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom:1px solid #eeeeee;
    text-align:left;
}
.list-u .list-u-item a,.list-u .list-u-item a:hover{
    color:#333;
}
.list-u .list-u-item:last-child{
    border-bottom:none;
}