﻿.two-nav {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #D8D8D8;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    background: #FFF;
    text-align: center;
}
.two-nav .wp {
    position: relative;
}
.two-nav > ul > li {
    display: inline-block;
    vertical-align: top;
}
.two-nav > ul > li > a {
    display: block;
    padding: 0 30px;
    height: 65px;
    line-height: 65px;
    position: relative;
}
.two-nav > ul > li > a > span {
    position: relative;
    color: #666;
    font-size: 15px;
    display: inline-block;
    height: 100%;
    width: auto;
}
.two-nav > ul > li > a > span:before {
    content: "";
    position: absolute;
    bottom: 1px;
    height: 2px;
    right: 0;
    left: 0;
    background: #FFF;
    -webkit-transition: left .4s ease;
    -moz-transition: left .4s ease;
    transition: left .4s ease;
}
.two-nav > ul > li > a > span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 0;
    height: 2px;
    background: #000;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.two-nav > ul > .active > a > span:before {
    left: 15px;
    background: #C7000B;
}
.two-nav > ul > .active > a > span:after {
    width: 11px;
}
.two-nav > ul > li:hover > a > span:before,.two-nav > ul > li.hover > a > span:before {
    left: 15px;
    background: #C7000B;
}
.two-nav > ul > li:hover > a > span:after,.two-nav > ul > li.hover > a > span:after {
    width: 11px;
}
.bg-1 {
    background-color: #F0F0F0;
    position: relative;
    overflow: hidden;
}
.wp {
    width: 1200px;
    margin: 0 auto;
}
.new-list {
    position: relative;
    z-index: 22;
    padding-top: 60px;
    padding-bottom: 3px;
}
.new-list li{margin-bottom:10px;}
.new-list li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.new-list li a .time {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 100px;
    height: 112px;
    line-height: 112px;
    background: #4F4F4F;
    margin-top: -56px;
    z-index: -1;
    font-size: 0;
    text-align: center;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.new-list li a .time > div {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}
.new-list li a .time .day {
    font-size: 36px;
    color: #FFF;
}
.new-list li a .time .year {
    font-size: 14px;
    color: #FFF;
}
.new-list li a .nr {
    background: #FFF;
    margin-left: 100px;
    height: 222px;
    padding: 34px 70px 34px 34px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.new-list li a .nr .img {
    width: 260px;
    padding: 4px;
    background: #F5F5F5;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fl {
    float: left;
}
.new-list li a .nr .img > div {
    width: 100%;
    position: relative;
    padding-bottom: 58.56574%;
}
.new-list li a .nr .img > div img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.new-list li a .nr .title {
    margin-left: 298px;
}
.new-list li a .nr .title span {
    margin-top: 10px;
    height: 48px;
    line-height: 48px;
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    margin-bottom: 12px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.new-list li a .nr .title span:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 50%;
    height: 1px;
    background: #E5E5E5;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.new-list li a .nr .title span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50%;
    height: 1px;
    background: #E5E5E5;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.new-list li a .nr .title .p {
    font-size: 13px;
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    width: 100%;
}
.new-list li a:hover .time {
    background: #C7000B;
    left: 5px;
}
.new-list li a:hover .nr {
    margin-left: 105px;
}
.clearfix:after {
    clear: both;
}
.new-details {
    padding-top: 42px;
    padding-bottom: 80px;
}
.new-details .details {
    width: 100%;
    background-color: #FFF;
    padding: 64px 98px 48px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.new-details .details span {
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
}
.new-details .details .time {
    text-align: center;
    font-size: 0;
    padding: 12px 0 24px;
    position: relative;
    margin-bottom: 30px;
}
.new-details .details span {
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
}
.new-details .details .time span {
    font-size: 14px;
    color: #333;
}
.new-details .details .time span + span {
    margin-left: 12px;
}
.new-details .details .p {
    font-size: 13px;
    color: #666;
    line-height: 30px;
}
.new-details .details .p p {
    margin-bottom: 32px;
}
.new-details .new-details-paged {
    background: #FFF;
}
.new-details .new-details-paged li {
    float: left;
    width: 33.33333333%;
    height: 57px;
    line-height: 57px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.new-details .new-details-paged li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
    line-height: 57px;
}
.new-details .new-details-paged li a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: #000;
    font-size: 13px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.new-details .new-details-paged li + li {
    border-left: 1px solid #E5E5E5;
}
.new-details .new-details-paged li a:hover span {
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0);
}
/*分页专用css1 -- .xiycms-page*/
.xiycms-page {list-style:none;margin:20px 0px;text-align:center;}
.xiycms-page li {display:inline-block; margin:0px 5px !important;border:1px solid #dedede; margin-right:5px; line-height:30px;color:#999;width: auto !important; padding: 0px 6px;}
.xiycms-page li a { display:inline-block;line-height:30px;padding:0 6px;}
.xiycms-page li.active,.qipapage li.hover {border:1px solid #00b5f9; color:#00b5f9; font-weight:bold; text-decoration:none;}
.xiycms-page li.active a,.qipapage li.hover a { color:#00b5f9; font-weight:bold; text-decoration:none;}