:root {
	--wzColor:#F75C5C;
}
/*换行*/
.twoHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.threeHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.main  {
	margin:0 15px;
}
body {
	background:#F7F7F7;
}
.p-l-20	{
	padding-left: 20px;
}
.p-r-20	{
	padding-right: 20px;
}
.logo img{
	width: 150px;
	height: 60px;
}
.head{
	
}
.head .head1{
	line-height: 30px;
}
.logo img{
	height: 60px;
    font-size: 0px;
    display: block;
}
/*.head1 a{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-decoration: none;
	color:var(--wzColor);
	padding: 10px 0;
}*/
.nav{
   height: 30px;
   line-height: 30px;
    background:var(--wzColor);
}
/*.nav li {
	padding:0 4px;
}*/
.nav li a {
	text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff!important;
}
.nav li a:hover {
	color:#333!important;
}
.nav .active{
	color:#FFFFFF;
}
/*滑动*/
.swiper-container{
  	  width: 100%;
      height: 190px;
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;/* 两种都可以 */
  }

.swiper-pagination  .swiper-pagination-bullet {
	background: #eee;
}
.swiper-pagination  .swiper-pagination-bullet-active {
	background: #fff;
}


.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom:20px!important;
	left: -8px!important;
}
.tu-1 .p-1 a{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	color:#fff;
	letter-spacing: 2px;
	padding-right: 30px;
}
.tu-1 .p-1 a:hover {
	text-decoration: none;
	color:#888;
}
/**/
.title {
	height: 40px;
	line-height: 40px;
	border-bottom:1px solid #ccc;
}

.title .title-style{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color:#333;
	padding-left: 15px;
	border-left: 4px solid var(--wzColor);
}
.title .more {
	font-size: 14px;
	color:#999999!important;
}
.title .more-link {
    float: right;
	font-size: 14px;
	color:#999999!important;
}
/*文字+时间*/
.news-box ul {
  padding-left: 0px;
}
.news-box li {
	color:#333;
	height: 40px;
	line-height: 31px;
}
.news-box li a {
	font-size: 14px;
	font-weight: 400;
	color:#333;
}
.news-box li .more{
  color:#00AFCC;
}
/**/
.cover1 img {
	width: 100%;			
    height: 150px;
    border-radius: 10px;
}
.list_home {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.list_home a {
	font-size: 16px;
	font-weight: 700;
	color:#333;
	height: 23px;
    line-height: 30px;
    padding-top: 5px;
}
.list_home p a {
	font-size: 13px;
	font-weight: 400;
	height: 56px;
	line-height: 20px;
	color:#666;
}
/**/
.cover2 img {
	width: 100%;
	height: 84px;
}
.list {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
}
.list a {
	font-size: 14px;
	font-weight: 400;
	color:#333333;
	height: 53px;
	line-height: 25px;
}
.list a:hover{
	text-decoration: none;
	color: #888;
}
.list span {
	height: 11px;
	line-height: 30px;
	color:#999;
}
/*友情链接*/
.friendLink a{
	font-size:12px;
	color:#333d;
	display: inline-block;
	margin-right:10px;
	border-right:1px solid #333;
	padding-right:10px;
	margin-top:5px;
}
.friendLink a:hover {
	text-decoration: none;
}	
/*底部*/
.footer {
	text-align: center;
	padding: 30px 0;
}
.footer p{
	margin: 0;
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:#999;
	line-height:20px;
}
/*列表页*/
.breadcrumb{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	color:#9A9A9A;
	text-align: center;
}
.breadcrumb span {
	font-size: 12px;
	font-weight: 400;
}
.breadcrumb a {
	display: inline-block;
	height: 20px;
	text-align: center;
	color:#9A9A9A;
	padding-right: 5px;
}
.breadcrumb a:hover {
	text-decoration: none;
}
          /*分页*/
.pageTurn {}
.pageTurn ul {
	padding: 20px;
	text-align: center;
}
.pageTurn ul li {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
}

.pageTurn .page-item a {
	color: #999;
	text-decoration: none;
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #ddd;
}
.pageTurn .page-item a:hover {
	background-color: #eee;
	color:#888;
}
.pageTurn .active{
	color:#fff!important;
	background:var(--wzColor);
}
/**/
.cover3 img {
	width: 100%;
	height: 150px;
}
.tu-2 p {
	height: 50px;
	line-height: 50px;
	color:#fff;
}
.tu-2 .p-1 {
	font-size: 14px;
	padding-left: 10px;
	letter-spacing: 1px;
}
.cover4 img {
	width: 100%;
	height: 110px;
}
/*详情页*/
.textTitle{
    background: #F6F6F6;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: center;
}
.textContent {
    margin-bottom: 30px;
    padding: 0;
    line-height: 27px;
    font-size: 14px;
    text-indent: 2em;

}
.textContent img  {
    display: block;
    margin:0 auto;
}

	   /*符号*/
.list-home11 {
	position:relative;
}	   
.list-home11 a{
	height: 36px;
	line-height: 23px;
	font-size: 14px;
	font-weight: 400;
	color:#333!important;
	padding:10px 0 0 20px;
}
.list-home11 a:before{
	content:'';
	width:10px;
	height:10px;
	background:#BBBBBB;
	position:absolute;
	/*top:44%;*/
	left:0;
	margin-top:7px;
}
.list-home11 a:hover{
	color:#888!important;
    text-decoration: none;
}