/*ljcong 2019.10.14*/
.turn-page { text-align: center; }
.turn-page .first-page:before { content: '<<'; }
.turn-page .prev-page:before { content: '<'; }
.turn-page .next-page:before { content: '>'; }
.turn-page .last-page:before { content: '>>'; }
.turn-page>[class*="page"] {
font-family: "宋体", SimSun;
font-weight:bold;
}
.turn-page [class*="page"] { width: 36px; height: 36px; line-height: 36px; }
.turn-page * { display: inline-block; vertical-align: middle; }
/*load-more*/
.load-more a { display: block; text-align: center; color: #fff; }
/*photolist*/
.photolist { width: 100%; }
.photolist ul { font-size: 0; }
.photolist li a { display: block; }
.photolist li { font-size: 16px; transition: 0.5s ease 0s; margin-bottom: 3%; width: 23.5%; margin-left: 2%; background: #fff; display: inline-block; vertical-align: top; box-sizing: border-box; }
.photolist li figure { position: relative; z-index: 0; overflow: hidden; background: #fff; padding: 38% 0; }
.photolist img { transition: 0.8s linear 0s; max-height: 100%; max-width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(1); }
.photolist li p { color: #999; white-space: nowrap; transition: 0.5s ease 0s; display: block; width: 100%; text-align: center; overflow: hidden; text-overflow: ellipsis; font-size: 16px; padding: 6% 10px; box-sizing: border-box; border: 1px solid #f5f5f5; }
/*news_detail*/
.news_detail .title { font-size: 1.56vw; color: #666; line-height: 1.5; }
.news_detail .tool { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; }
.news_detail .tool .font-size { flex-shrink: 0; }
.news_detail .tool>*, .news_detail .change { font-size: 0; }
.news_detail .tool .text { width: 100%; }
.news_detail .tool .keyword { margin-right: 2vw; }
.news_detail .tool .keyword span { color: #00bbcc; text-decoration: underline; }
.news_detail .tool .text>*, .news_detail .font-size>* { display: inline-block; vertical-align: middle; font-size: 16px; color: #999 }
.news_detail .tool .font-size a { width: 26px; height: 26px; border: 1px solid #00bbcc; border-radius: 3px; position: relative; z-index: 0; margin-left: 6px; transition: 0.5s ease 0s; }
.news_detail .tool .font-size a:before, .news_detail .tool .font-size a:after { content: ''; width: 50%; height: 2px; position: absolute; z-index: -1; background: #00bbcc; top: 50%; left: 50%; transition: 0.5s ease 0s; }
.news_detail .tool .font-size a:before { transform: translate(-50%, -50%); }
.news_detail .tool .font-size .dec:after { display: none; }
.news_detail .tool .font-size a:after { transform: translate(-50%, -50%) rotate(90deg); }
.news_detail .tips { background: #f5f5f5; border: 1px solid #eee; color: #666; line-height: 1.8; padding: 1vw 1.5vw; margin-bottom: 1.5vw; }
.news_detail .detail-content { margin-top: 2vw; padding-top: 2vw; border-top: 1px solid #eee; }
.news_detail .detail-content .content { color: #333; line-height: 2; }
.news_detail .change { margin-top: 1.5vw; padding-top: 1.5vw; border-top: 1px solid #eee; }
.news_detail .change a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	display:block;
}
.news_detail .detail-content img{max-width:100%;}
.news_detail .change a span,.news_detail .change a em{ color:#999;}
.news_detail .change a em{transition:0.5s ease 0s;}
@media screen and (min-width: 801px ) {
.news_detail .tool .font-size { margin-left: 1.5vw; }
.news_detail .tool { margin-top: 1.5vw; }
.news_detail .change>div { display: inline-block; vertical-align: top; width: 49%; }
.news_detail .change>div+div { margin-left: 2%; }
.news_detail .change .next { text-align: right; }
}
@media screen and (min-width: 1101px ) {
.news_detail .tool .font-size a:hover { background: #00bbcc; }
.news_detail .tool .font-size a:hover:before, .news_detail .tool .font-size a:hover:after { background: #fff; }
.news_detail .change a:hover em{ color:#00bbcc; text-decoration:underline;}
.photolist li:hover { background: #00bbcc; }
.photolist li:hover img { transform: translate(-50%, -50%) scale(1.1); }
.photolist li:hover p { color: #fff; background: #00bbcc; border-color: #00bbcc; }
}
@media screen and (min-width: 1101px) {
}
@media screen and (max-width: 1500px) {
.photolist li p, .news_detail .tool .text>*, .news_detail .font-size>* { font-size: 14px; }
.news_detail .tool .font-size a { width: 22px; height: 22px; }
.news_detail .change a { font-size: 12px; }
}
 @media screen and (max-width: 1100px) {
.photolist li p, .news_detail .tool .text>*, .news_detail .font-size>* { font-size: 12px; }
.turn-page [class*="page"] { width: 26px; height: 26px; line-height: 26px; }
}
@media screen and (max-width: 800px) {
.photolist li { width: 49%; margin-bottom: 5%; }
.photolist li p { padding: 2vw; font-size: 3.75vw; }
.news_detail .tool .text>*, .news_detail .font-size>*, .news_detail .change a { font-size: 3.75vw; }
.news_detail .title { font-size: 5vw; }
.news_detail .tool .font-size a { width: 5vw; height: 5vw; margin-left: 1.5vw; }
.news_detail .tool .font-size { margin-left: 3vw; }
.news_detail .tool { margin-top: 3vw; }
.news_detail .tips { padding: 3.5vw; margin-bottom: 5vw; }
.news_detail .detail-content, .news_detail .change { padding-top: 5vw; margin-top: 5vw; }
.news_detail .change>div+div { margin-top: 1.5vw; }
.news_detail .tool .text .keyword { display: none; }
}
