@charset "utf-8";
/* CSS Document */
a{cursor:pointer}
.banner{ width: 100%;height: 288px;background-image:url(../images/news_banner.jpg); background-repeat: no-repeat; background-position: 50% 0px; margin: 0 auto;color: #fff}
.banner h3{font-size:42px;padding-top: 92px;font-weight: normal}
.banner p{font-size:22px;margin-top: 30px}
.news_box{ width:100%;min-width: 1200px;margin: 0 auto;}
.left-nav{ width: 280px;margin-top: 55px}
.left-nav .title{ width: 260;padding-left: 20px; border-bottom: 1px solid #e1e1e1; font-size: 24px;color: #333; padding-bottom: 15px;margin-bottom: 15px}
.left-nav a{ display:block}
.left-nav li{width:260px;padding-left: 20px; height:48px;line-height: 48px; color: #333;font-size: 18px ;cursor: pointer}
.left-nav li.news_active{ background:#32c158;}
.left-nav li.news_active a{color: #fff}
/*.left-nav li:hover{background:#32c158;}
.left-nav li:hover a{color: #fff}*/
.news_content{width:856px; margin:55px 0}
.news_content .title{ width: 836px;padding-left: 20px; border-bottom: 1px solid #e1e1e1; font-size: 24px;color: #333; padding-bottom: 15px;margin-bottom: 15px}
.news_content .title small{float:right; font-size: 14px;color: #333;}
.news_content .title small a{font-weight:100}
.news_content li{ width:100%;margin-bottom: 48px;position:relative}
.news_content li .news_link{margin-left: 24px; width: 570px;}
.news_content li .news_link h4{color: #333;font-size: 24px;font-weight: normal}
.news_content li .news_link a.art_tit{color: #999;font-size: 14px; width: 80%;margin-top: 20px;display: block;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all;}
.news_content li .news_link a.more{float:right;color:#32c158;position: absolute;right:5px;bottom:0; font-size: 14px}

/*news detail*/
article{ margin: 45px 0}
article h1{font-size: 24px;color:#333;text-align: center;font-weight:normal}
article span{font-size: 14px;color:#333;text-align: center;margin:30px 0 20px ;display: block}
article p{font-size: 14px;color:#333; font-weight: 300;line-height: 24px}
article img{ width: 90%;margin:40px 5%;}