﻿.news-til {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 14px;
}
.news-toptex {
	padding: 0 13px;
}
.news-toptex div{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 20px;
}
.news-toptex div img{
	width: 100%;
	height: 100%;
}
.news-toptex div p{
	background-color: rgba(0,0,0,.6);
    color: white;
    font-size: 1.6rem;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 64px;
    overflow: hidden;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
.news-text{
	margin-top: 30px;
	padding-bottom: 40px;
}
.news-text>ul li:nth-of-type(2n+1) a{
	background-color: white;
}
.news-text>ul li a {
    display: block;
    padding: 10px 13px 6px;
}
.news-imp{
	display: inline-block;
	width: 65%;
}
.news-imp p {
       font-size: 1.4rem;
    color: black;
    width: 90%;
    display: inline-block;
    overflow: hidden;
    
    text-overflow: ellipsis;
}

.news-text>ul li a:hover .news-imp p{
	color: #00C4FF;
}
.news-imp img {
    margin-right: 6px;
    width: 6px;
    height: auto;
    margin-top: 5px;
    float: left;    vertical-align: top;
}
.news-tt {
    float: right;
    color: black;
    font-size: 1.3rem;
    padding-top: 0;
}
.news-tt img {
    width: 12px;
    height: auto;
    margin-right: 7px;
    margin-bottom: 3px;
}
.news-tt p{
	display: inline-block;
}
.fenye {
	margin-top: 18px;
}
.fenye ul{
	text-align: center;
}
.fenye ul li {
    display: inline-block;
    font-size: 1.3rem;
    margin: 0 1px;
}
.fenye ul li a{
	display: block;
}
.fenye ul li a span {
    display: block;
    border: 1px solid #D5D5D5;
    color: black;
    padding: 3px 9px;
}
.fenye ul li img{
	position: relative;
    top: 2px;
    margin: 0 3px;
    display: block;
    width: 9px;
}
.fenye ul .fyact a span{
	background-color: #00C0FF;
	color: white;
	border-color: #00C0FF;
}
.fenye ul li a:hover span{
	background-color: #00C0FF;
	color: white;
}

/*新闻内页*/
.news-de-box {
    padding-top: 8px;
}
.newsde-text{
	padding: 0 13px;
}
.newsde-text div{
    position: inherit !important;
}
.about div{
    position: inherit !important;
}
.newsdes-text{
	width: 100%;
}.newsde-til {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 0 13px;
}
.news-tilbot{
	text-align: center;
	color: #999999;
	margin-bottom: 16px;
	font-size: 1.2rem;
	border-bottom: 1px solid gainsboro;
	padding: 0 13px;
    padding-bottom: 10px;
}
.newsde-text{
	margin-bottom: 40px;
	
}
.newsde-text p {
   
}
.newsde-text span{
	
}
.newsde-text img{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	
}
.jumptil{
	margin-bottom: 30px;
	padding: 0 13px;
}
.jumptil span {
    display: block;
    margin-bottom: 8px;
    font-size: 1.25rem;
}
.jumptil span a{
	color: #666666;
}
.jumptil span a:hover{
	color: #3BCCFC;
}
.move-newsde {
    padding: 14px 13px;
    border: 1px solid #CCCCCC;
    margin-bottom: 32px;
}
.moven-til {
    border-left: 3px solid #3BCCFC;
    padding: 2px 6px;
    font-size: 1.7rem;
    margin-bottom: 6px;
}
.moven-text{
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	display: flex;
}
.moven-text ul{
	color: #3BCCFC;
	line-height: 26px;
	list-style-type: disc;
	list-style-position: inside;
}
.moven-text ul li {
    width: 100%;
    float: none;
}
.moven-text ul li a{
	color: #666666;
	font-size: 1.35rem
}
.swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    border: 1px solid white;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: transparent;
    border: none;
    background-image: url(../img/lunbo-sb.png);
    background-size: 100% 100%;
}
.nav>li>a{
       display: inline-block;
}