html { overflow-x:hidden;}
body { font-family:'microsoft yahei'; font-size:14px; overflow-x:hidden;}
img { vertical-align:middle;}
a { color: #333; text-decoration:none;}

html.no-scroll,body.no-scroll { overflow-y: hidden;}

.banner .swiper-container-horizontal>.swiper-pagination { bottom: 10px;}
.swiper-pagination-bullet { background: #FFF; opacity: 1; vertical-align: middle;}
.swiper-pagination-bullet-active{ background: #eb0000; width: 12px; height: 12px; transition: all .3s;}

.body { transition: all .3s; position: relative; left: 0px; z-index: 2; min-height: 100vh;}
.body.on { left:50vw;}

.links { display: flex; flex-wrap: wrap; padding: 10px; background: url(skin/link-bg.png) center; background-size: cover; padding-top: 20px; padding-bottom: 40px; position: relative; z-index: 1000;}
.links li { width: 25%; padding: 10px; position: relative;}
.links li::after { content: ''; width: 1px; height: 30px; position: absolute; right: 0; top: 15px; background: #c1c1c1;}
.links li:nth-child(4n)::after { display: none;}
.links li strong,.links li span { display: block; text-align: center;}
.links li strong { font-weight: normal; font-size: 14px;}
.links li span { font-size: 12px;}

.title { border-bottom: #ae2224 solid 1px; padding: 20px 0 10px 0; text-align: center; margin-bottom: 20px; margin-top: -15px;}
.title span { font-size: 24px; font-weight: bold; color: #ae2224; position: relative;}
.title span::after { content: ''; width: 100%; height: 5px; background: #ae2224; position:absolute; bottom: -13px; left: 0;}

.about { padding: 40px 20px 20px 20px;}
.about .name { font-size: 24px; padding-bottom: 20px;}
.about .tags { display: flex; justify-content: space-between; padding-bottom: 20px;}
.about .tags i { font-style: normal; font-size: 25px; font-weight: bold; color: #ae2224;}
.about .cont { text-align: justify; line-height: 24px;}
.about .text { font-size: 36px; color: #ae2224; font-weight: bold; position: relative; padding-top: 10px; margin-top: 30px;}
.about .text::before { content: ''; width: 42px; height: 3px; background: #ae2224; position: absolute; top: 0; left: 0;}

.video { background: url(skin/video-bg.jpg); background-size: cover; padding: 20px 0;}
.video .name { padding-bottom: 20px;}

.foot { background: #252628; padding: 20px; font-size: 12px;}
.foot li { color: #979797; line-height: 30px;}

.img-list { padding: 5px;}
.img-list li { padding: 5px; padding-bottom: 0px; width: 50%; float: left;}
.img-list img { display: block;}
.img-list span { display: block; text-align: center; line-height: 30px; color: #FFF;}

.img-list1 { padding: 5px;}
.img-list1 li { padding: 5px; padding-bottom: 0px; width: 33.333333%; float: left;}
.img-list1 img { display: block;}
.img-list1 span { display: block; text-align: center; line-height: 30px;}

.img-list2 { padding: 5px;}
.img-list2 li { padding: 5px; padding-bottom: 0px; width: 50%; float: left;}
.img-list2 img { display: block;}
.img-list2 span { display: block; text-align: center; line-height: 30px;}

.news { padding: 20px;}
.news .name { font-size: 18px; padding-bottom: 10px; position: relative; padding-left: 10px;}
.news .name::after { content: ''; width: 3px; height: 20px; background: #ae2224; position: absolute; left: 0; top:3px;}

.txt-list li { line-height: 45px; border-bottom: #e5e5e5 dotted 1px; margin-left: 15px;}
.txt-list li a { position: relative;}
.txt-list li a::before { content: ''; position: absolute; width: 5px; height: 5px; background: #dddddd; left:-20px; top: 50%; border-radius: 100px;}
.txt-list li a:hover { color: #ae2224;}

.nav { padding: 40px 20px; padding-top: 0;}
.nav li { padding-bottom: 10px;}
.nav li a { display: block; line-height: 50px; border: #9e9e9e solid 1px; border-radius: 100px; text-align: center;}
.nav li a img { width: 60px; padding-right: 10px;}

.pager { line-height:35px; margin-top:10px; padding-top:10px; padding-bottom: 20px; text-align:center;}
	.pager a { margin:0px 5px; background:#f6f6f6; color:#333; padding:3px 10px; border:#f6f6f6 solid 1px; border-radius:3px;}
    .pager span { color:#FFF; background:#eb0000; border:#eb0000 solid 1px; margin:0px 5px; padding:3px 10px; border-radius:3px;}

.menus-height { height: 50px;}
.menus { position: fixed; width: 100%; height: 50px; line-height: 50px; bottom: 0px; display: flex; background: #202125;}
.menus li {flex: 1; text-align: center; border-right: #a9a9a9 solid 1px; justify-items: center; align-items: center;}
.menus li:last-child { border: 0;}
.menus li a { color: #FFF;}
.menus li img { width: 15px; margin-right: 10px;}

.content { padding: 0 20px 40px 20px; }
.content .name { text-align: center;}
.content .time { font-size: 12px; color: #8b8b8b; text-align: center; padding-bottom: 20px; padding-top: 10px;}
.content .html { text-align: justify; line-height: 24px;}