#content2 {
height:100vh;
position:relative;
}
#news-title {
width:100%;
padding-top:66px;
position:absolute;
z-index:10;
}
#news-title:before {
content:"";
display:block;
width:28.5vw;
height:100vh;
background:#deff00;
position:absolute;
top:0;
right:calc(71.5vw - 110px);
z-index:-1;
}
#news-title.start:before {
width:0;
-webkit-transition:all 1000ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
-moz-transition:all 1000ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
transition:all 1000ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
#news-title .cont-in {
padding:0 6.243% 0 20.33%;
}
#news-title .tit {
padding-bottom:57px;
}
#news-title .tit .icon {
padding:10px 0;
}
#news-title .tit .icon svg {
width:68px;
height:14px;
}
#news-title .tit .icon svg polyline {
stroke-width:5px;
stroke:#1a1a1d;
fill:none;
stroke-dashoffset:100;
stroke-dasharray:100;
-webkit-transition:all 1000ms cubic-bezier(0.7, 0, 0.3, 1) 500ms;
-moz-transition:all 1000ms cubic-bezier(0.7, 0, 0.3, 1) 500ms;
transition:all 1000ms cubic-bezier(0.7, 0, 0.3, 1) 500ms;
}
#news-title.enter-animate.start .tit .icon svg polyline {
stroke-dashoffset:0;
}
#news-title .tit p {
width:100%;
line-height:148px;
overflow:hidden;
}
#news-title .tit p span {
display:inline-block;
color:#1a1a1d;
font-size:122.83px;
line-height:148px;
font-family:"Conv_Montserrat-Black";
text-transform:uppercase;
-webkit-transform:translateX(-100%);
-moz-transform:translateX(-100%);
transform:translateX(-100%);
-webkit-transition:all 1000ms cubic-bezier(0.7, 0, 0.3, 1) 500ms;
-moz-transition:all 1000ms cubic-bezier(0.7, 0, 0.3, 1) 500ms;
transition:all 1000ms cubic-bezier(0.7, 0, 0.3, 1) 500ms;
}
#news-title.enter-animate.start .tit p span {
-webkit-transform:translateX(0);
-moz-transform:translateX(0);
transform:translateX(0);
}
#news-title .cont {
position:absolute;
left:31.6vw;
/*opacity:0;
-webkit-transition:all 1000ms cubic-bezier(0.7, 0, 0.3, 1) 800ms;
-moz-transition:all 1000ms cubic-bezier(0.7, 0, 0.3, 1) 800ms;
transition:all 1000ms cubic-bezier(0.7, 0, 0.3, 1) 800ms;
}
#news-title.enter-animate.start .cont {
opacity:1;*/
}
#news-title .cont ul {
font-size:0;
}
#news-title .cont ul li {
display:inline-block;
*display:inline;
*zoom:1;
vertical-align:middle;
margin:0 13px 13px 0;
}
#news-title .cont ul li a {
display:block;
width:150px;
height:27px;
line-height:27px;
text-align:center;
color:#1a1a1d;
font-size:12px;
font-weight:bold;
border:5px solid rgba(26,26,29,0.46);
position:relative;
z-index:1;
-webkit-transition:all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
-moz-transition:all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
transition:all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
#news-title .cont ul li a:hover, #news-title .cont ul li.active a {
color:#fff;
}
#news-title .cont ul li a:after {
content:"";
display:block;
width:0;
height:27px;
background:rgba(26,26,29,0.46);
position:absolute;
top:0;
left:0;
z-index:-1;
-webkit-transition:all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
-moz-transition:all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
transition:all 400ms cubic-bezier(0.7, 0, 0.3, 1) 0ms;
}
#news-title .cont ul li a:hover::after, #news-title .cont ul li.active a:after {
width:100%;
}

#news {
width:calc(71.5vw - 110px);
height:100vh;
background:#deff00;
float:right;
padding-left:60px;
padding-right:20.33%;
overflow:hidden;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
/*#news .bodyContContent {
opacity:0;
-webkit-transform:translateY(20%);
-moz-transform:translateY(20%);
transform:translateY(20%);
-webkit-transition:all 1000ms cubic-bezier(0.7, 0, 0.3, 1) 800ms;
-moz-transition:all 1000ms cubic-bezier(0.7, 0, 0.3, 1) 800ms;
transition:all 1000ms cubic-bezier(0.7, 0, 0.3, 1) 800ms;
}
#news.start .bodyContContent {
opacity:1;
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
transform:translateY(0);
}*/
#news .mainNews {
padding-top:418px;
}
#news .mainNews li {
width:100%;
height:47px;
line-height:47px;
border-bottom:2px solid rgba(26,26,29,0.5);
position:relative;
z-index:1; 
}
#news .mainNews li:after {
content:"";
display:block;
position:absolute;
top:50%;
left:0px;
right:0px;
height:15px;
background:#fff;
opacity:0.5;
z-index:-1;
-webkit-transform-origin:left center;
-moz-transform-origin:left center;
-ms-transform-origin:left center;
-o-transform-origin:left center;
transform-origin:left center;
-webkit-transform:scaleX(0) translateY(-50%);
-moz-transform:scaleX(0) translateY(-50%);
-ms-transform:scaleX(0) translateY(-50%);
-o-transform:scaleX(0) translateY(-50%);
transform:scaleX(0) translateY(-50%);
-webkit-transition:-webkit-transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
-moz-transition:-moz-transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
transition:transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
}
#news .mainNews li:hover::after {
-webkit-transform: scaleX(1) translateY(-50%);
-moz-transform: scaleX(1) translateY(-50%);
-ms-transform: scaleX(1) translateY(-50%);
-o-transform: scaleX(1) translateY(-50%);
transform: scaleX(1) translateY(-50%);
}
#news .mainNews li dl {
padding:0;
border-bottom:0 none;
}
#news .mainNews li dt {
width:60%;
text-overflow:ellipsis;
}
#news .mainNews li dt a {
color:#1a1a1d;
font-size:18px;
line-height:47px;
}
#news .mainNews li dl .news_addTime {
float:right;
width:102.08px;
color:#1a1a1d;
font-size:18px;
line-height:47px;
}
#news .mainNews li dl .news_origin, #news .mainNews li dl .news_viewsum {
display:none;
}

.pagination {
text-align:center;
padding:68px 0;
margin:0;
line-height:normal;
overflow:hidden;
}
.pagination a.danaiPageUp, .pagination a.danaiPageDown {
background:none;
display:inline-block;
*display:inline;
*zoom:1;
width:auto;
height:auto;
line-height:normal;
border:0 none;
overflow:hidden;
padding:0;
margin:0 20px;
font-weight:normal;
font-size:0;
font-family:"samsun";
color:#bfbfbf;
-webkit-transition:-webkit-transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
-moz-transition:-moz-transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
transition:transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
}
.pagination a.danaiPageUp:before {
-webkit-transition:-webkit-transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
-moz-transition:-moz-transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
transition:transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
}
.pagination a.danaiPageDown:before {
-webkit-transition:-webkit-transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
-moz-transition:-moz-transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
transition:transform 400ms cubic-bezier(1, 0, 0, 1) 0ms;
}
.pagination a.danaiPageUp:hover, .pagination a.danaiPageDown:hover {
background:none;
border:0 none;
}
.pagination a.danaiPageUp:hover::before, .pagination a.danaiPageDown:hover::before {
color:#1a1a1d;
}
.danaiPageCurrent {
background:none;
width:30px;
height:auto;
line-height:normal;
color:#1a1a1d;
font-size:22.73px;
text-align:center;	
border:0 none;
margin:0 5px;
font-weight:normal;
cursor: pointer;
font-family:"Conv_Montserrat-Black";
position:relative;
-webkit-transition:all 400ms cubic-bezier(1, 0, 0, 1) 0ms;
-moz-transition:all 400ms cubic-bezier(1, 0, 0, 1) 0ms;
transition:all 400ms cubic-bezier(1, 0, 0, 1) 0ms;
}
.danaiPageCurrent:hover {
color:#1a1a1d;
background:none;
text-decoration:none;
}
.danaiPageCurrent:after {
content:"";
display:block;
width:100%;
height:2px;
background:rgba(26,26,29,0.5);
position:absolute;
left:0;
bottom:-6px;
}
a.danaiPageNum {
width:30px;
height:auto;
line-height:normal;
border:0 none;
background:none;
margin:0 5px;
color:#1a1a1d;
font-size:22.73px;
text-align:center;
background:none;
font-weight:normal;
font-family:"Conv_Montserrat-Black";
position:relative;
}
a.danaiPageNum:after {
content:"";
display:block;
width:0;
height:2px;
background:rgba(26,26,29,0.5);
position:absolute;
left:0;
bottom:-6px;
-webkit-transition:all 400ms cubic-bezier(1, 0, 0, 1) 0ms;
-moz-transition:all 400ms cubic-bezier(1, 0, 0, 1) 0ms;
transition:all 400ms cubic-bezier(1, 0, 0, 1) 0ms;
}
a.danaiPageNum:hover {
border:0 none;
color:#1a1a1d;
background:none;
}
a.danaiPageNum:hover::after {
width:100%;
}
.pagination .fl {
float:none;	
}
.danaiPageDes {
display:none;
}