@charset "UTF-8";
/*container*/
/*banner*/
.banner img{
    width: 100%;
}
/*banner*/
/*news*/
.news{
    width: 1200px;
    margin: 0 auto;
}
.news_content_wrap{
    display: none;
}
.news_content_wrap_active{
    display: block;
}
.news_title_wrap{
    text-align: center;
}
.news_title_list{
    overflow: hidden;
    display: inline-block;
    padding-top: 30px;
}
.news_title_item{
    
    float: left;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.news_title_item span{
    width: 10px;
    height: 10px;
    display: block;
    background: white;
    border-radius: 100%;
    float: left;
    margin: 10px 0 10px 10px;
}
.news_title_item_active span{
    background: #fe9900;
}
.news_title_item_active p{
    color: #fe9900;
}
.news_item{
    margin: 20px 0;
    overflow: hidden;
    padding: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news_item:hover{
    box-shadow: 0 0 15px #999;
    background: #f1f1f1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.news_img{
    float: left;
    width: 244px;
    height: 150px;
}
.news_text{
    width: 910px;
    float: right;
}
.news_text_title{
    overflow: hidden;
}
.news_text_title b{
    color: #538a50;
    font-size: 18px;
    font-weight: 400;
    float: left;
}
.news_text_title span{
    float: right;
}
.news_text p{
    margin: 15px 0;
    height: 57px;
    overflow: hidden;
}
.more{
    display: block;
    width: 100px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: white !important;
    background: #538a50;
    border: 1px solid #538a50;
}
.more:hover{
    background: white;
    color: #538a50 !important;
}
.pagination{
    text-align: center;
    padding: 10px 0 30px 0;
}
.pagination_wrap{
    display: inline-block;
}
.pagination_wrap span:first-of-type{
    display: none;
}
.pagination_wrap a,
.pagination_wrap span{
    padding: 7px 12px;
    border: 1px solid #538a50;
    color: #538a50;
    margin: 0 5px;
}
.pagination_wrap a:hover{
    background: #538a50;
    color: white !important;
}
.current{
    background: #538a50;
    color: white !important;
    cursor: not-allowed;
}
.news_show{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 10;
    display: none;
}
.news_show_wrap{
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
}
.news_show_cont{
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
.news_show_img{
    width: 100%;
}
.news_show_text{
    padding: 20px 0;
    line-height: 1.5em;
}
.news_show_text p{
    text-indent: 2em !important;
}
.close_btn{
    position: absolute;
    top: 0;
    right: -52px;
    width: 32px;
    height: 32px;
    background: url("../images/close_icon.png") no-repeat;
    cursor: pointer;
}
/*news*/
/*container*/

