* {
	padding: 0px;
	margin: 0px;
}

body {
	max-width:1080px;
	width:100%;
	height:auto;
	margin:0px auto;
	position: relative;
}

html {
	font: 12px Microsoft YaHei, Arial, sans-serif;
}

a {
	text-decoration: none !important;
}

ol,
ul {
	margin: 0px;
}

ul li {
	list-style: none;
}

img {
	border: none;
}

p {
	margin: 0px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p{
	padding:0px 2.9%;
}
.logo {
	padding:0.3rem 2.9%;
}
.logo img{
	display: block;
	width:100%;
}
.swiper-container,.swiper-wrapper{
	height:auto !important;
}


.swiper .swiper-slide{
	width:100%;
	 height:auto !important;
}
.swiper .swiper-slide .box{
	height:5.11rem;
	width:100%;
	position: relative;
}
.swiper .swiper-slide .box img{
	display: block;
	width:100%;
	height:100%;
}
.swiper .swiper-slide .box p{
	position: absolute;
	bottom:0px;
	color:white;
	font-size:0.35rem;
	text-align: center;
	width:94%;
	padding:0.2rem 3%;
	z-index:1;
}
.swiper .swiper-slide .box p a{
	color:white;
}
.swiper .swiper-slide .box b{
	position: absolute;
	bottom:0px;
	width:100%;z-index:0;
}
.swiper .swiper-slide .box b img{
	display: block;
	width:100%;
}
.wb{
	padding-top:0.23rem;
	padding-bottom:0.5rem;
}
.wb p{
	text-align: center;
	color:#c40000;
	font-size:0.41rem;
	font-weight: bold;
}
.wb p a{
	color:#c40000;
}

.cc-navb ul li{
	float: left;
	background:#e46a6a;
	width:33%;
	text-align: center;
	height:0.875rem;
	line-height:0.875rem;
	font-size:0.41rem;
	border-radius:0.05rem;
	margin-left:0.333%;
}

.cc-navb ul li:first-child{
	background:#41aec5;
	margin-left:0px;
}
.cc-navb ul li:first-child+li+li{
	background:#6d9ee1;
}

.cc-navb ul li a{
	color:white;
	font-weight: bold;
}
.cc-navb ul li img{
    margin-right:0.1rem;
    position: relative;
    top:0.08rem;
    width:0.425rem;
}
.tl{
	position: relative;
	padding-bottom:0.1rem;
	border-bottom:0.04rem solid #dcdcdc;
	margin-top:0.575rem;
}
.tl span{
	color:#2771bd;
	font-size:0.45rem;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.tl span:after{
	content:"";
	display:inline-block;
	width:100%;
	height:0.075rem;
	position: absolute;
	bottom:-0.14rem;
	left:0px;
	background:#2771bd;
}
.tl a{
	position: absolute;
	right:0px;
	color:#8c8c8c;
	font-size:0.29rem;
	top:0.15rem;
}
.list ul li{
	position: relative;
	padding:0.4rem 0px;
	border-top:0.025rem solid #e5e5e5;
}
.list ul li:first-child{
	border-top:none;
}
.list ul li:last-child{
	padding-bottom:0px;
}
.text-all{
	position: relative;
	padding-right:3.2rem;
	height:1.85rem;
}

.txt-list .tx{
	font-size:0.38rem;
	color:#000000;
}
.txt-list .tx a{
	color:#000000;
}
.text-all .tx{
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.txt-list .data{
	color:#adadad;
	font-size:0.26rem;
	margin-top:0.2rem;
}
.txt-list .data span{
	margin-right:0.2rem;
	display: inline-block;
}
.text-all .img-list{
	width:3rem;
	position: absolute;
	right:0px;
	height:1.85rem;
	top:0px;
}
.text-all .img-list img{
	display: block;
	width:100%;
	height:100%;
}

.news-c {
	margin-top:0.46rem;
}
.news-c li{
	padding-left:1.4rem;
	color:#3c3c3c;
	font-size:0.35rem;
	height:0.66rem;
	line-height:0.66rem;
	background:#f3f3f3;
	margin-bottom:0.35rem;
	padding-right:30px;
	position: relative;
	margin-left:15px;
}
.news-c li a{
	color:#3c3c3c;
	display: block;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
} 
.news-c li:hover a{
	color:#2771bd;
}
.news-c li span{
	position: absolute;
	left:-15px;
	top:-0.2rem;
	width:1.6rem;
	height:0.525rem;
	background:#007ae1;
	color:white;
	text-align: center;
	font-weight:bold;
	line-height:0.525rem;
	border-radius:0.033rem;
	font-size:0.38rem;
}
.news-c li span.red{
	background:#dd5858;
}

.footer{
	text-align: center;
	color:white;
	font-size:0.33rem;
	padding:0.36rem 0px;
	background:#2771bd;
	margin-top:0.8rem;
}
.footer p{
	margin:0.1rem 0px;
}

.topbtn{
	position: fixed;
	bottom:13%;
	right:2.9%;
	width:0.71rem;
}
