body{ background:#fff;margin:0 auto;}

.header{width:100%; height:60px;min-width:1200px; z-index:9; background:#fff; position:relative;}

.notice_row{ min-height: 500px; margin:0 auto;}
.banner_con{position:relative; width:100%; height:286px; min-width:1200px; background:url(../img/event_banner.png) top center no-repeat;}
.notice_nav{
    width: 100%;
    box-shadow: inset 0px -1px 0px 0px #d7d7d7;
    text-align: center;
    margin: 0 auto;
}
.notice_nav ul{
    width: 750px;
    margin: 0 auto;
}
.notice_nav ul li{
    float: left;
}
.notice_nav ul li.news_title{
    /*padding: 0 46px;*/
    padding: 0 20px;
    color: #333333;
    font-size: 16px;
    /*border-right: solid 2px #d3d3d3;*/
    box-sizing: border-box;
    cursor: pointer;
}
.notice_nav ul li .gap{
    width: 2px;
    height: 40px;
    background: #d3d3d3;
    margin: 20px 0;
}
.notice_nav ul li a{
    padding: 28px 10px;
    display: block;
}

.notice_nav ul li.active a{
    border-bottom: solid 3px #fc5c39;
    box-sizing: border-box;
}
.notice_nav ul li.active a{
    color: #fc5c39;
}

.notice_con{
    width: 1200px;
    margin: 0 auto;
}
.notice-list .box{ overflow: hidden}

.notice-list .box:first-child{ margin-top: 15px;}
.notice-list .item{
    width: 1120px;
    margin: 15px 0 15px 0;
    cursor: pointer;
    border: solid 1px #d7d7d7;
    padding: 25px 39px;
    clear: right;
    margin-collapse: separate;

}
.notice-list .item li{ float: left;}
.notice-list .item li.img img{ width: 200px; height: 120px;}
.notice-list .item li.text{ margin-left: 40px; width: 880px}
.notice-list .item li.text p{ line-height: 24px;}
.notice-list .item li.text p.time{ color: #818181 ; float: right; display: block}
.notice-list .item li.text p.title{ color: #333333;  width: 720px;}
.notice-list .item li.text p.title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 18px;
    margin-bottom: 10px;
}
.notice-list  .item li.text p.detail{  color: #818181;;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    height: 50px;
}
.notice-list .item li.text a.btn{
    padding: 5px 13px;
    background-color: #ffffff;
    border: solid 1px #fc5c39;
    color: #fc5c39;
    font-size: 14px;
    float: right;

}
.notice-list .item:hover{
    background-color: #ffffff;
    box-shadow: 0px 4px 8px 0px rgba(201, 201, 201, 0.5);

    margin: 13px 0 17px 0;


}
.notice-list .item li.text p.title:hover{ color: #ff3f1c;}
.notice-list .item li.text a.btn:hover{
    background-color: #fc5c39;
    border: solid 1px #fc5c39;
    color: #fff;}


/*新闻详情*/
.notice_detail_row{ width: 1200px ; margin:0 auto; padding: 50px 0;}
.notice_detail_row .crumbs{ width:100%; font-size: 16px; margin-bottom:50px;}
.notice_detail_row .notice_detail img{ }
.notice_detail_row .notice_detail_title{ text-align:center;}
.notice_detail_row .notice_detail_time{ text-align:center;}
.notice_detail_row .notice_detail{ line-height:30px; font-size: 14px;}

.year {
    text-align: center;
}
.year ul {
    width: 400px;
    margin: 0 auto;
}
.year ul li{
    float: left;
    border-radius: 4px;
    padding: 2px 10px;
    border: 1px solid #ebebeb;
    margin-right:10px;
    cursor: pointer;
}
.year ul li:hover {
    background: #f34c4c;
    color: #fff;
}
.year ul li.active {
    background: #f34c4c;
    color: #fff;

}
.page_div {
    text-align: center;
    margin-top: 20px;
}
.pagination {
    margin-top: 20px;
}
.none_item{
    display: none;
    text-align: center;
    font-size: 12px;
    color: #868686;
    margin: 20px 0;
}