.wow{
    opacity: 0;
}
.mobile {width:100%;}
.mobile-inner {margin-right:auto;margin-left:auto;background-color:;position:relative;}
.mobile-inner img {}
.mobile-inner p {color:#676767;line-height:25px;font-size:16px;padding-bottom:30px;padding-right:30px;padding-left:30px;margin:0px;}
.mobile-inner-header {background-color:rgb(255,255,255);width:100%;height:50px;position:relative;top:0px;z-index:33;left:0px;}
.mobile-inner-header-icon {color:#ffffff;height:50px;font-size:25px;text-align:center;float:right;width:50px;position:relative;-webkit-transition:background 0.5s;-moz-transition:background 0.5s;-o-transition:background 0.5s;transition:background 0.5s;}
.mobile-inner-header-icon:hover {background-color:rgba(255,255,255,0.2);cursor:pointer;}
.mobile-inner-header-icon span {position:absolute;left:calc((100% - 25px) / 2);top:calc((100% - 1px) / 2);width:25px;height:1px;background-color:rgb(199,34,27);}
.mobile-inner-header-icon span:nth-child(1) {transform:translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2) {transform:translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clicksecond;}
@keyframes clickfirst {0% {transform:translateY(4px) rotate(0deg);}
100% {transform:translateY(0) rotate(45deg);}
}
@keyframes clicksecond {0% {transform:translateY(-4px) rotate(0deg);}
100% {transform:translateY(0) rotate(-45deg);}
}
.mobile-inner-header-icon-out span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outfirst;}
.mobile-inner-header-icon-out span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outsecond;}
@keyframes outfirst {0% {transform:translateY(0) rotate(-45deg);}
100% {transform:translateY(-4px) rotate(0deg);}
}
@keyframes outsecond {0% {transform:translateY(0) rotate(45deg);}
100% {transform:translateY(4px) rotate(0deg);}
}
.mobile-inner-nav{
    overflow: auto;
    max-height: calc(100vh - 50px);
}
.mobile-inner-nav {background-color:hsla(224,27%,35%,.6);width:100%;position:absolute;top:50px;padding-bottom:0%;display:none;z-index:444;}
.mobile-inner-nav  a {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;color:#fff;transition:all 0.5s;}
.mobile-inner-nav  dl {display:none;}
.mobile-inner-nav  dl dd {line-height:33px;text-decoration:none;text-indent:3em;font-size:16px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;font-size:14px;}
.mobile-inner-nav  li {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;line-height:53px;text-indent:20px;}
.mobile-inner-nav h2.h2tit {line-height:50px;text-decoration:none;text-indent:2em;font-size:16px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;}
.mobile-inner-nav h2.h2tit a {color:#FFFFFF;}
.mobile-inner-nav a {border-bottom:none;}
.mobile-inner-nav li {-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:returnToNormal;animation-name:returnToNormal;}
@-webkit-keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@-webkit-keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
.mobile-inner-nav li:last-child h2.h2tit {border-bottom:none;}
.mobile-inner-nav li .h3tit {height:50px;position:relative;background:url(../images/51_icon_search@2x.png) no-repeat 30px center;background-size:17px;}
.mobile-inner-nav li  .words {display:block;width:100%;height:100%;border:none;background:none;text-indent:60px;font-size:15px;color:#fff;background:url(../images/search2.png) no-repeat 30px center;background-size:20px;}
.mobile-inner-nav li:last-child {border-bottom:none;}
.mobile-inner-nav li  form {display:block;width:100%;height:100%;}
@charset "utf-8";@charset "UTF-8";
.animated {animation-duration:1s;animation-fill-mode:both;}
.animated.infinite {animation-iteration-count:infinite;}
.animated.hinge {animation-duration:2s;}
.fadeInUp {animation-duration:1.76s;animation-name:fadeInUp;}
@keyframes fadeInUp {from {opacity:0;transform:translate3d(0,40px,0);}
to {opacity:1;transform:none;}
}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr, span {
    margin: 0;
    padding: 0;
}
html {font-size: 62.5%;}
body {font-size: 1.4rem;}
html,body{
    -moz-user-select: none; -khtml-user-select: none; user-select: none;
}
body {
    font-family: "Microsoft YaHei" ! important;
    color: #000000;
    background: #fff;
    margin: 0 auto;
    padding: 0px;
}
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
-webkit-appearance: none;
}
input{
    -webkit-appearance: none;
}
textarea { -webkit-appearance: none;} 
a {
    text-decoration: none;
    color: #333333;
    outline: none;
}
a:active {
star:expression(this.onFocus=this.blur());
}
img {
    border: 0px;
    vertical-align: middle;
}

li {
    list-style: none;
}

*{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:link{text-decoration:none; } 

a:visited{text-decoration:none; }

a:hover{text-decoration:none;}

a:active{text-decoration:none;}


.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
.loadingfa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 29px;
    color: #1f8adf;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-overflow-scrolling: touch;
}

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}

@keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
from{-moz-transform:rotate(0deg)}
to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
from{-ms-transform:rotate(0deg)}
to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
from{-o-transform:rotate(0deg)}
to{-o-transform:rotate(360deg)}
}
.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate;
}
.xuanzhuan img{
display: block;
width: 100%;
}

.pc{
    display: block;
}
.wap{
    display: none;
}
.wrap:after,
.clearflex:after{
    content: "";
    display: table;
    clear: both;
}
.wrap{
width: 1390px;
padding: 0px 15px;
margin: auto;
max-width: 100%;
}
.top{
background: #E7EAF5;
}
.top .logo{
float: left;
padding-top: 25px;
padding-bottom: 25px;
}
.top .search{
float: right;

margin-top: 37px;
}
.top .logo img{

}
.top .search form{
width: 301px;
height: 45px;
background: rgba(255,255,255,.6);
border-radius: 23px;
position: relative;
}
.top .words{width: 100%;height: 100%;border: none;border-radius: 400px;background: none;font-size: 18px;font-family: "脙楼脗庐芒鈧姑兟っ偮矫⑩偓艙";font-weight: 400;color: #666666;padding: 0px 30px;padding-right: 65px;}
.top .send{cursor: pointer;position: absolute;right: 0px;top: 0px;width: 61px;height: 100%;background: url(../images/search.png) no-repeat center center;border: none;}

.nav{background: #fff;}
.nav,
.nav *{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}
.nav ul{
    display: flex;
}
.nav ul li{
    flex: 1;
    position: relative;
    text-align: center;
}
.nav ul li .h2tit a{
    font-size: 18px;
font-family: "脙楼脗庐芒鈧姑兟っ偮矫⑩偓艙";
font-weight: 400;
color: #333333;
line-height: 92px;
height: 92px;
display: block;
}
.nav ul li.current .h2tit a,
.nav ul li:hover .h2tit a{
color: #992B2F;
border-bottom: 2px solid #992B2F;
}

.nav ul li:hover dl{

    visibility:visible;
    opacity:1;
    z-index:5;
    top: 92px;
}
.nav ul li dl{
    
position: absolute;
    
width: 100%;
    
left: 0px;
    
top: 100px;
    
background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    
box-shadow: 0px 0px 10px #e0e0e0;
}
.nav ul li dl dd a{
    
display: block;
    
line-height: 40px;
    
font-size: 14px;
    
color: #000;
}

.banner{
    /*background: url(../images/bannerbg.jpg) no-repeat center center;*/
    background-size: cover;
}
.banner img{
    max-width: 100%;
    display: block;
    margin: auto;
}

.index{

}
.titlemodel{
    
zoom: 1;
    
overflow: hidden;
    
border-bottom: 1px solid #D2D2D2;
    
padding-bottom: 11px;
width: 100%;

}
.titlemodel .tit{
    
font-size: 20px;
    
font-family: "脙楼脗庐芒鈧姑兟っ偮矫⑩偓艙";
    
font-weight: 900;
    
color: #595959;
    
float: left;
    
padding-left: 15px;
    
/* padding-bottom: 11px; */
    
line-height: 1;
    
border-left: 5px solid #595959;
}
.titlemodel .more{
    
font-size: 16px;
    
font-family: Microsoft YaHei;
    
font-weight: 400;
    
color: #992B2F;
    
float: right;
    
padding-right: 24px;
    
background: url(../images/more.png) no-repeat right center;
}
.index .section1{
    
padding-top: 38px;
}
.index .section1 .content{
    
background: #FFFFFF;
    
border-radius: 4px;
    
margin-top: 20px;
    
zoom: 1;
    
overflow: hidden;
    
padding: 49px 43px;
}
.index .section1 .content .left{
    
float: left;
    
width: 43%;
    
position: relative;
}
.index .section1 .content .left a:after{
border: 1px solid #FFFFFF;
position:absolute;
content:"";
left:14px;
right:14px;
top:14px;
bottom:14px;
}
.index .section1 .content .left a{
    
position: relative;
    
display: block;
}
.index .section1 .content .left a *{
    
display: block;
}
.index .section1 .content .left a .imgbox{
    
height: 348px;
}
.index .section1 .content .left .swiper-button-next{

background: url(../images/ri.png) no-repeat center center;

right: 33px;
}
.index .section1 .content .left .swiper-button-prev{

background: url(../images/le.png) no-repeat center center;

left: 33px;
}
.index .section1 .content .left a .tit{
    
position: absolute;
    
font-size: 15px;
    
font-family: Microsoft YaHei;
    
font-weight: 400;
    
color: #FFFFFF;
    
width: 100%;
    
bottom: 0px;
    
padding: 0px 20px;
line-height: 45px;
background:rgb(70 66 66 / 30%);
}
.index .section1 .content .left .num strong{
    
font-size: 20px;
}
.index .section1 .content .left .num{
    
bottom: 12px;
    
right: 20px;
    
position: absolute;
    
color: #fff;
    
font-size: 16px;
    
z-index: 5;
    
font-weight: normal;
}
.index .section1 .content .right{
    
float: right;
    
width: 52.8%;
    
padding-top: 0px;
}
.index .section1 .content .right .topNews{
    
margin-bottom: 32px;
}
.index .section1 .content .right .topNews a{
    
display: block;
    
zoom: 1;
    
overflow: hidden;
}
.index .section1 .content .right .topNews a *{
    
display: block;
}
.index .section1 .content .right .topNews .date{
    
text-align: center;
    
width: 80px;
    
height: 72px;
    
border: 1px solid #E69B17;
    
border-radius: 6px;
    
float: left;
}
.index .section1 .content .right .topNews .day{
    
font-size: 20px;
    
font-family: Microsoft YaHei;
    
font-weight: bold;
    
color: #FFFFFF;
    
line-height: 36px;
    
background: #E69B17;
}
.index .section1 .content .right .topNews .year{
    
font-size: 14px;
    
font-family: Microsoft YaHei;
    
font-weight: 400;
    
color: #141414;
    
line-height: 35px;
}
.index .section1 .content .right .topNews .ri{
    
float: left;
    
padding-left: 22px;
    
width: calc(100% - 80px);
}
.index .section1 .content .right .topNews .title{
    
zoom: 1;
    
overflow: hidden;
}
.index .section1 .content .right .topNews .tit{
    
font-size: 15px;
    
font-family: Microsoft YaHei;
    
font-weight: 400;
    
float: left;
    
color: #333333;
    
width: calc(100% - 80px);
    
overflow: hidden;
    
text-overflow: ellipsis;
    
white-space: nowrap;
}
.index .section1 .content .right .topNews .more{
    
float: right;
    
font-size: 14px;
    
font-family: Microsoft YaHei;
    
font-weight: 400;
    
color: #121212;
}
.index .section1 .content .right .topNews .dec{
    
font-size: 14px;
    
font-family: Microsoft YaHei;
    
font-weight: 400;
    
color: #999999;
    
line-height: 26px;
    
padding-top: 4px;
    
overflow: hidden;
    
text-overflow: ellipsis;
    
display: -webkit-box;
    
-webkit-line-clamp: 2;
    
-webkit-box-orient: vertical;
}
.listType1{

}
.listType1 li a{
    
display: block;
    
zoom: 1;
    
overflow: hidden;
    
line-height: 1;
    
margin-bottom: 8px;
}
.listType1 li a .s1{
    
font-size: 15px;
    
font-family: Microsoft YaHei;
    
font-weight: 400;
    
color: #333333;
    
float: left;
    
overflow: hidden;
    
text-overflow: ellipsis;
    
white-space: nowrap;
    
width: calc(100% - 110px);
}
.listType1 li a .s2{
    
float: right;
    
font-size: 15px;
    
color: #999999;
}
body{
    background: #E7EAF5;
}
.index .section2{
    padding-top: 42px;
}
.index .section2 .item:nth-child(2n){
    float: left;
    margin-right: 30px;
}
.index .section2 .item{
    float: left;
    width: calc((100% - 30px)/2);
    /* background: #fff; */
}
.listType2{
    
margin-top: 28px;
    
background: #fff;
/*height: 320px;*/
padding: 36px;
}
.listType2 li a .s1 span{
   /* color: #992B2F;*/
    font-size: 24px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: -12px;
}
.listType2 li:last-child a{
    margin:0px;
}
.listType2 li a{
    zoom: 1;
    overflow: hidden;
    display: block;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    color: #555555;
}
.listType2 li a .s1{
    
float: left;
    
width: calc(100% - 100px);
    
overflow: hidden;
height: 35px;
text-overflow: ellipsis;
    
white-space: nowrap;
}
.listType2 li a .s2{
    
float: right;
}
.index .section3{
 padding: 40px 0px;   
}
.index .section3 .item:nth-child(4n){
    margin-right: 0px;
}
.index .section3 .item{
    float: left;
    margin-right: 30px;
    width: calc((100% - 90px)/4);
    background: #fff;

}
.index .section3 .item a{
    
}
.index .section3 .item a *{
    
display: block;
}
.index .section3 .item .imgbox{
    
}
.index .section3 .item .imgbox img{
    
width: 100%;
}
.index .section3 .item .content{
    
padding-top: 24px;
    
padding-left: 26px;
    
padding-right: 26px;
    
padding-bottom: 67px;
}
.index .section3 .item .title{
    
font-size: 15px;
    
font-family: SourceHanSansCN;
    
font-weight: 500;
    
color: #333333;
    
margin-bottom: 44px;
    
line-height: 1;
}
.index .section3 .item .infor{
    
font-size: 14px;
    
font-family: "脙楼脗庐芒鈧姑兟っ偮矫⑩偓艙";
    
font-weight: 400;
    
color: #555555;
    
line-height: 1;
    
padding-bottom: 22px;
}
.index .section3 .item .infor p{
    
padding-bottom: 21px;
}
.index .section3 .item .time{
    
font-size: 13px;
    
font-family: Microsoft YaHei;
    
font-weight: 400;
    
color: #992B2F;
    
line-height: 1;
}
.index .section4{
    
}
.index .section4 .item{
    padding-top: 26px;
    float: left;
    margin-right: 30px;
    width: calc((100% - 60px)/3);
    /* margin-top: 26px; */
}
.index .section4 .item:nth-child(3n){
    margin-right: 0px;
}
.index .section4 .item .imgbox{
    
margin-top: 26px;
}
.index .section4 .item .imgbox a{
    display: block;
    position: relative;
    overflow: hidden;
    height: 223px;
    border-radius: 4px;
    padding-top: 23px;
    padding-left: 26px;
}
.index .section4 .item .imgbox *{
    display:block;
}
.index .section4 .item .imgbox .img{
height: 100%;
position: absolute;
left: 0px;
top: 0px;
width: 100%;
}
.index .section4 .item .imgbox .en{
    position: relative;
    z-index: 4;
    font-size: 24px;
    font-family: "脙楼脗庐芒鈧姑兟っ偮矫⑩偓艙";
    color: #FFFEFE;
    line-height: 1;
    text-transform: uppercase;
}
.index .section4 .item .imgbox .en span{
    padding-bottom: 10px;
    line-height: 1;
    font-weight: bold;
}
.index .section4 .item .imgbox .cn{
    position: relative;
    z-index: 4;
    font-size: 16px;
    font-family: "脙楼脗庐芒鈧姑兟っ偮矫⑩偓艙";
    color: #FFFEFE;
    padding-top: 5px;
    line-height: 1;
}
.index .section5{
    text-align: center;
    padding-bottom: 63px;
}
.index .section5 .item{
    float: left;
    width: 25%;
    border-right: 1px solid #C0C0C0;
    margin-top: 60px;
}
.index .section5 .item:nth-child(4n){

border: none;
}
.index .section5 .item .icon{
    height: 74px;
    position: relative;
    display: block;
}
.index .section5 .item .icon img{
    
}
.index .section5 .item .tit{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    padding-top: 27px;
    display: block;
}

.footer{

}
.footer .block1{
    
background: #fff;
    
padding-bottom: 30px;
}
.footer .block1 .left{
    
float: left;
    
padding-top: 60px;
}
.footer .block1 .left img{
    
}
.footer .block1 .dec{
    
line-height: 1;
    
padding-top: 30px;
    
font-size: 17px;
    
font-family: "脙楼脗庐芒鈧姑兟っ偮矫⑩偓艙";
    
font-weight: 400;
    
color: #333333;
}
.footer .block1 .dec p{
    
padding-bottom: 25px;
}
.footer .block1 .right{
    
float: right;
    
width: calc(100% - 451px);
}
.footer .block1 .right .tit{
    
font-size: 20px;
    
font-family: Microsoft YaHei;
    
font-weight: 400;
    
color: #333333;
    
padding-top: 80px;
    
padding-bottom: 30px;
    
line-height: 1;
}
.footer .block1 .right  .link{
    
}
.footer .block1 .right  .link a{
    float: left;
    width: 33.333%;
    margin-bottom: 22px;
    font-size: 17px;
font-family: "脙楼脗庐芒鈧姑兟っ偮矫⑩偓艙";
font-weight: 400;
color: #333333;
}
.footer .block1 .con{
    padding: 0px 134px;
    padding-right: 0;
}
.footer .block2{
    text-align: center;
    font-size: 14px;
font-family: "脙楼脗庐芒鈧姑兟っ偮矫⑩偓艙";F
font-weight: bold;
color: #808080;
padding: 30px 15px;
line-height: 1.4;
}


.index .section1 .content .left a:hover .imgbox,
.index .section4 .item  a:hover .img{
-webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
}

.index .section1 .content .left a .imgbox,
.index .section5 .item .tit,
.index .section4 .item .imgbox .img,
.index .section3 .item .title,
.listType2 li a .s1,
.listType1 li a .s1,
.index .section1 .content .right .topNews .tit{
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}

.index .section5 .item .tit:hover,
.index .section3 .item .title:hover,
.listType2 li a .s1:hover,
.listType1 li a .s1:hover,
.index .section1 .content .right .topNews .tit:hover{
    color: #992B2F;
}

.main .wrap{
    position:relative;
}
.main{

padding-top: 40px;

padding-bottom: 110px;
}
.main .side{
    
position: absolute;
z-index: 5;
    
width: 170px;
    
text-align: center;
    
background: #fff;

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;



    
left: calc((100% -  1800px)/2);
}
.main .side  a{
    
font-size: 16px;
    
font-family: '瀹嬩綋';
    
font-weight: 400;
    
color: #333333;
    
display: block;
    
-webkit-transition: all 0.4s;
    
-o-transition:all 0.4s;
    
-moz-transition:all 0.4s;
    
-ms-transition:all 0.4s;
    
transition:all 0.4s;
    
line-height: 50px;
}
.main .side  a:hover,
.main .side  a.current{

background: #992B2F;

color: #fff;
}
.main .contentCe{
    
background: #FFFFFF;
    
padding: 0px 89px;
}
.main .position{
    
line-height: 69px;
    
border-bottom: 1px solid #AAAAAA;
    
font-size: 16px;
    
font-family: '瀹嬩綋';
    
font-weight: 400;
    
color: #333333;
}
.main .position a{
    
color: inherit;
    
-webkit-transition: all 0.4s;
    
-o-transition:all 0.4s;
    
-moz-transition:all 0.4s;
    
-ms-transition:all 0.4s;
    
transition:all 0.4s;
}
.main .position a.current,.main .position a:hover{

color: #992B2F;
}
.main .more{
    
padding-top: 15px;
    
text-align: right;
}
.main .more a{
    
font-size: 14px;
    
font-family: '瀹嬩綋';
    
font-weight: 400;
    
padding-left: 21px;
    
color: #999999;
    
background: url(../images/more2.png) no-repeat left;
}
.main .articleCont{
    
padding-bottom: 50px;
}
.main .articleCont .title{
    
font-size: 24px;
    
font-family: '瀹嬩綋';
    
font-weight: bold;
    
color: #333333;
    
text-align: center;
    
padding-top: 19px;
}
.main .articleCont .infor{
    
font-size: 14px;
    
font-family: '瀹嬩綋';
    
font-weight: 400;
    
color: #333333;
    
padding-top: 20px;
    
padding-bottom: 34px;
    
text-align: center;
}
.main .articleCont .article{
    
font-size: 16px;
    
font-family: '瀹嬩綋';
    
font-weight: 400;
    
color: #000000;
    
line-height: 30px;
    
text-indent: 2em;
}
.main .articleCont .article *{
    max-width: 100%;
}
.main .articleCont .article p{
    
padding-bottom: 30px;
}
.main .articleCont .tear{
    
zoom: 1;
    
overflow: hidden;
    
text-align: right;
    
text-indent: 0;
}
.main .articleCont .tear span{
    
display: block;
    
font-size: 16px;
    
font-family: '瀹嬩綋';
    
font-weight: 400;
    
color: #000000;
    
padding-bottom: 20px;
    
line-height: 1;
}
.main{
    position: relative;
}

.listType3,
.listType3 *{





}
.listType3{
padding-top: 32px;
}
.listType3 li:nth-child(2n){
    margin-right: 0px;
    padding-left: 14px;
    padding-right: 0px;
}
.listType3 li{
        float: left;
    width: 50%;

    margin-bottom: 40px;
    padding-right: 14px;
}
.listType3 li a{
    display: block;
    border: 1px solid #E8E8EA;
    zoom: 1;
    overflow: hidden;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 65px;
    display: flex;
    align-items: center;

}
.listType3 li a *{
    -webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
display: block;
}
.listType3 li a .date{
    width: 81px;
text-align: center;
background: #F7F7F7;
float: left;
}
.listType3 li a .y1{
    font-size: 30px;
font-family: '瀹嬩綋';
font-weight: bold;
color: #992B2F;
line-height: 43px;
}
.listType3 li a .y3{
    background: #992B2F;
    line-height: 35px;
    font-size: 14px;
font-family: '瀹嬩綋';
font-weight: 400;
color: #FEFEFE;
}
.listType3 li a .ri:after{
    content:"";
    left:37px;
    top:0px;
    height:100%;
    position:absolute;
    background: #F0F0F3;
    width: 1px;
}
.listType3 li a .ri{
    float: left;
    width: calc(100% - 81px);

position: relative;
padding-left: 65px;
}
.listType3 li a .title{
    font-size: 16px;
font-family: '瀹嬩綋';
font-weight: 400;
color: #333333;
}
.listType3 li a .time{
    font-size: 14px;
font-family: '瀹嬩綋';
font-weight: 400;
color: #888888;
margin-top: 23px;
}
.listType3 li:nth-child(2n){
    
}
.listType3 ul{
    list-style: none;

    padding: 0;
}
.pagesize{
padding-bottom: 70px;
text-align: center;
font-size: 0px;
}
.pagesize a{
font-size: 16px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
display: inline-block;
margin: 0px   2px;
line-height: 30px;
padding: 0px 12px;
background: #FDFDFD;
border: 1px solid #DDDDDD;
}
.listType3 li a:hover .title,
.listType3 li a:hover .time,
.pagesize a.current,
.pagesize a:hover{
color: #992B2F;
}

.main .contentCe2 .position{
    border-bottom: none;
}
.main .contentCe2{
    
}
.listType4{
    zoom: 1;
    overflow: hidden;
}
.listType4 li{
    float: left;
    width: calc((100% - 76px)/3);
    margin-right: 38px;
    margin-bottom: 58px;
}
.listType4 li:nth-child(3n){
    margin-right: 0px;
}
.listType4 li a{
    display: block;
}
.listType4 li *{
    display: block;

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;



} 
.listType4 li .imgbox{
    overflow: hidden;
}
.listType4 li a:hover .img{

-webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
}
.listType4 li a:hover .title{
    color: #992B2F;
}
.listType4 li .img{
    height: 313px;
}
.listType4 li .con{
    background: #fff;
    padding: 0px 14px;
    padding-top: 24px;
    padding-bottom: 50px;
}
.listType4 li .title{
    font-size: 16px;
    color: #3c3c3c;
    margin-bottom: 28px;
    font-family: '瀹嬩綋';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listType4 li .time{
    font-size: 15px;
    color: #3c3c3c;
    font-family: '瀹嬩綋';
}

.dg-container .dg-prev {
    left: 0;


.dg-container .dg-next {
    right: 0;
}