.flexCenter-com {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cut-line-com-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.cut-line-com-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.cut-line-com-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.van-tabs__line{
    width: 55px;
    background: #000000;
}
.van-tab--active{
    font-weight: 700;
}

.van-tabs__wrap{
    margin-bottom: 30px;
}

/* common  title */
.common-title-wrap{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 40px 0 20px 0;
}

.common-title-wrap h2{
	font-size: 24px;
	color: #222;
	font-weight: 800;
	margin-bottom: 10px;
	line-height: 24px;
}
.common-title-wrap .en-text{
	font-size: 16px;
	color: #ccc;
	font-weight: 400;
	line-height: 16px;
}

/*  common banner */
.common-banner-wrap{
    position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.bg-blue{
	background-color: #0078EF;
}
.bg-red1{
	background-color: #FC3B35;
}
.bg-red2{
	background-color: #FC2D25;
}
.common-banner-wrap>div{
    color: #ffffff;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
	z-index: 2;
}
.common-banner-wrap>div>h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
	line-height: 24px;
}
.common-banner-wrap>div>div{
	opacity: 0.5;
	font-weight: 400;
}
.common-banner-wrap>img{
	width: 1400px;
	height: 100px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}

.empty-line {
    height: 70px;
}


.end-line{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 60px;
}
.end-line>div:nth-of-type(1),.end-line>div:nth-of-type(3){
    width: 91px;
    height: 1px;
    background: #E5E5E5;
}
.end-line>div:nth-of-type(2){
    color: #999999;
    font-size: 14px;
    margin: 0 20px;
}

/*文章导航样式*/
.list-nav{
	width: 100%;;
	height: 50px;
	overflow: hidden;
	background-color: #f2f2f2;
}
.list-nav>div{
	width: 100%;
	height: 120%;
	overflow-x:auto;
    white-space: nowrap;
    margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
}
.list-nav>div>a{
	display:inline-block;
	width: auto;
	height: 50px;
	margin-right: 30px;
	text-align: center;
	line-height: 50px;
	color: #666;
	position: relative;
	z-index: 1;
}
.list-nav>div>a:hover{
	color: #222;
}
.list-nav>div>.list-active {
    font-weight: 700;
	color: #222;
}

.list-nav>div>.list-active::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #222222;
	position: absolute;
	z-index: 1;
	bottom: 10px;
}
/*文章导航样式 end*/

/*文章列表样式*/
.list-content{
	width: auto;
	height: auto;
	padding:40px 20px 0;
}
.news-item{
	width: 100%;
	height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	margin-bottom: 40px;
}
.news-item .news-img{
	width:100%;
	height: 201px;
	max-width: 335px;
	overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 10px;
}
.news-item .news-img img{
	width: 100%;
	height: auto;
	min-width: 335px;
	min-height: 201px;
}
.news-item p{
    width: 100%;
	max-width: 335px;
	height: auto;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.5;
}
.news-item .news-time{
    width: 100%;
	max-width: 335px;
    color: #999999;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*文章列表样式 end*/
/*详情页的文章样式 */
.details-content{
	width: auto;
	height: auto;
    padding: 40px 20px 0;
}
.details-content>.details-title{
	width: 100%;
	height: auto;
    font-size: 26px;
    color: #222222;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align:justify;
}
.details-content>.details-from{
	width: 100%;
	height: auto;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 10px;
}
.details-content>.details-time{
	width: 100%;
	height: auto;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
	padding-bottom: 10px;
    margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.details-content>p{
    color: #222222;
    font-size: 16px;
    line-height: 1.8;
    text-align:justify;
    margin-bottom: 20px;
    display: block;
    overflow:hidden;
}
.details-content img{
	display: block;
	width: 100%;
	height: auto;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 767px){

    .details-content iframe{
        width:100%;
        height:200px;
    }
    
    }

@media only screen and (min-width: 768px) and (max-width: 1024px){

    .details-content iframe{
        width:100%;
        height:500px;
    }
    
    }
/*详情页的文章样式 end*/

/* 分页 */
.common-pages-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:100px;
}
.total-pages{
    font-size: 12px;
	color: #666;
}

.prev-page, .next-page {
    display: block;
    width: 100px;
    height: 40px;
    background: #1577F6;
    color: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 30px;
    border-radius: 0px;
}
.un-active-page{
    background: #cccccc;
}
.prev-page:hover, .next-page:hover {
    background: #337ab7;
}
/* 分页 end*/

/*搜索栏*/
.search-banner {
	width: 100%;
    height: 100px;
    background: #1E7CF6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-right{
    width: 300px;
    height: 40px;
    position: relative;
}
.search-right input{
    width: 300px;
    height: 40px;
	box-sizing: border-box;
    border-radius: 4px;
    padding-left: 10px;
    
}
.search-right>div{
    width: 40px;
    height:40px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*搜索栏 end*/

/* 搜索无内容 */
.search-empty{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:200px 0;
}
.search-empty>img{
    margin-bottom: 20px;
}
.search-empty>div{
	color: #999;
	font-size: 14px;
}
.search-content-none{
    display:none;
}
/* 搜索无内容 end*/

/* 搜索结果 */
.search-title{
	padding:40px 20px 0 20px;;
}
.search-title>h2{
	font-size: 24px;
	font-weight: 800;
	color: #222;
    margin-bottom: 20px;
}
.search-title>p{
	font-size: 16px;
	font-weight: 400;
	color: #222;
	line-height: 1.5;
}
/* 搜索结果 end*/
.contact-us-text{
    color: #222222;
    font-size: 13px;
    margin: 35px 0 20px;
    line-height: 24px;
}