*{
	padding: 0;
	margin: 0;
}

html{
    width: 100%;
    height: 100%;
}

body{
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    font-family: Arial,Helvetica,"Hiragino Sans GB","Microsoft YaHei",sans-serif;
    font-size: 14px;
}

/* html, img, a {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    _filter: none;
    filter: gray;
} */

a,a:link,a:visited,a:hover,a:active{
	text-decoration: none;
}

li{
	list-style: none;
}


.main-body{
	width: 100%;
	height: 100%;
	overflow: auto;
}

.header-top{
	width: 100%;
	/*display: none !important;*/
}

.header-top img{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* 头部 start */
.header{
	position: relative;
	width: 100%;
	min-width: 1200px;
    height: 61px;
    z-index: 99;
    margin: 0 !important;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px 0px rgb(222 222 222 / 58%);
    border-bottom: 1px solid #e6e7e8;
}

.header #header{
	background: #fff;
	box-shadow: 0px 3px 6px 0px rgb(222 222 222 / 58%);
}

.header .header-w{
	position: relative;
	width: calc(100% - 200px);
    height: 60px;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header .header-w .head-logo{
	float: left;
	position: relative;
	width: 200px;
    height: 60px;
    line-height: 60px;
}

.header .header-w .head-logo img{
	display: block;
	height: 60px;
}

.header .header-w .head-nav{
	position: relative;
	display: inline-block;
	width: 740px;
	height: 60px;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;	
	padding-left: 10px;
}

.header .header-w .head-nav:before{
	position: absolute;
	left: 0px;
	top: 10px;
	display: block;
	content: '';
	width: 1px;
	height: calc(100% - 20px);
	background-color: #cccccc;
}


.header #header.autoH .header-w{
	height: 250px;
}

.header #header.autoH .header-w .head-nav{
	height: 250px;
	padding-left: 10px;
}

.header .header-w .head-nav .head-more{
	position: absolute;
	right: 0;
	top: 44px;
}

.header .header-w .head-nav .head-more span{
    display: block;
    width: 10px;
    height: 20px;
    padding: 0;
    text-align: center;
    /*background-image: url(../images/nav_more.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;*/
	cursor: pointer;
}

.header .header-w .head-nav .head-more span img{
	display: block;
	width: auto;
	height: 20px;
	margin: auto;
}

.header .header-w .head-nav .nav-item{
	float: left;
	display: block;
    padding: 6px 8px;
    background-color: #ffffff;
    margin: 16px 8px;
    line-height: 16px;
    color: #888;
    font-size: 18px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.header .header-w .head-nav .nav-item.on{
	background-color: #db0100;
	color: #fff;
}

.header .header-w .head-nav .nav-item:hover{
	background-color: #db0100;
	color: #fff;
}

.header .header-w .head-nav .nav-item .nav-sub-list{
	display: none;
}

.header .header-w .head-nav .nav-item:hover .nav-sub-list{
	display: block;
	position: absolute;
	left: 0;
	top: 62px;
	z-index: 99;
	width: 100px;
	height: 300px;
	background-color: #000;
}

.header .header-w .head-info{
	float: right;
	display: inline-block;
	width: 200px;
	padding-top: 10px;
    height: 70px;
}

.header .header-w .head-info .search-box .login-btn{
	float: right;
	line-height: 42px;
	color: #888;
	font-size: 16px;
	cursor: pointer;
}

.header .header-w .head-info .search-box .separator{
	float: right;
	line-height: 42px;
	padding-left: 15px;
	padding-right: 10px;
	color: #888;
	font-size: 20px;
	cursor: pointer;
}

.header .header-w .head-info .search-box .search-form{
	float: right;
	position: relative;
	width: 370px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
}

.header .header-w .head-info .search-box .search-form input{
	border: none;
	outline: none;
}

.header .header-w .head-info .search-box .search-form input:focus{
	border: none;
	outline: none;
}

.header .header-w .head-info .search-box .search-form .search-key{
	float: right;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #717171;
    padding-left: 6px;
    background-color: #f1f1f1;
}

.header .header-w .head-info .search-box .search-form .search-btn{
	position: absolute;
	right: 2;
	top: 5px;
	display: block;
	width: 28px;
	height: 42px;
	padding: 5px 0;
	line-height: 42px;
	background-color: #f0f0f0;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
}

.header .header-w .head-info .search-box .search-form .search-btn img{
	display: block;
	width: 22px;
	height: 22px;
	margin: auto;
}
/* 头部 end */

/* 中间内容部分 start */
.main{
	width: calc(100% - 200px);
	min-height: calc(100% - 116px);
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.main .main-left{
	float: left;
	width: calc(100% - 400px);;
	
	/*overflow: hidden;*/
}

/* 右侧 start */
.main .main-right{
	float: right;
	width: 300px;
	overflow: hidden;
}

.sidebar .card {
    padding: 10px 24px;
    font-size: 14px;
	background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #e6e7e8;
    box-shadow: 2px 2px 3px 0px rgb(222 222 222 / 18%), -2px -2px 3px 0px rgb(222 222 222 / 18%);
}

.sidebar .card .card-title-line {
    margin-bottom: 10px;
    display: none;
}

.card-list > .card > .item-list > li {
    margin-bottom: 8px
}

.sidebar .card .card-title {
    margin-bottom: 20px;
    color: #888;
    font-size: 14px
}

.sidebar .card .more {
    color: #909090;
    text-align: center;
    width: 248px;
    background-color: #f6f6f6;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px
}

.sidebar .card .more a:hover {
    color: #2f96fd
}

.sidebar .card .more a:link, .sidebar .card .more a:active, .sidebar .card .more a:visited {
    color: #909090
}

.sidebar .card.editorpick {
    margin-top: 10px;
    padding-bottom: 5px
}

.sidebar .item-list li {
    display: flex;
    max-height: 40px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 12px;
    margin-bottom: 6px;
}

.sidebar .item-list li a:link,.sidebar .item-list li a:visited,.sidebar .item-list li a:active {
    color: #353535
}

.sidebar .item-list li a:hover {
    color: #339cff
}

.sidebar .item-list li .number {
    margin-right: 10px;
    color: #909090
}
/* 中间内容部分 end */

/* 底部 start */
.footer{
	min-width: 1220px;
	height: 55px;
	padding: 15px 0;
	background-color: #efefef;
}

.footer .footer-w{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.footer .footer-w .footer-line{
	display: flex;
	padding: 0;
	margin: 0;
    line-height: 1.5;
    color: #494444;
    font-family: "Open Sans", Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}

.footer .footer-w .footer-line a{
	color: #494444;
    font-family: "Open Sans", Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.footer .footer-w .footer-line a:hover{
	color: #337ab7;
}

.footer .footer-w .footer-line span{
	color: #ff0000;
}
/* 底部 end */

/* 登录 start */
.login-dialog{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	transform: translate(-50%,-50%);
	width: 400px;
	height: 400px;
	background: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
	border-radius: 5px;
	padding: 20px 40px;
}

.login-dialog .title{
	text-align: center;
}

.login-dialog .title .title-con{
	color: #db0100;
	font-size: 30px;
}

.login-dialog .title .d-close{
	position: absolute;
	right: 25px;
	top: 16px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/close.png) no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}

.login-dialog .title .d-close:hover{
	opacity: 0.8;
}

.login-dialog .content{
	margin-top: 20px;
}

.login-dialog .content .login-form .phone-box{
	position: relative;
	height: 54px;
	line-height: 18px;
	padding: 18px 18px 18px 40px;
	border-bottom: 1px solid #c0c0c0;
	background: url(../images/login_phone.png) no-repeat left center;
	background-size: 17px 21px;
}

.login-dialog .content .login-form .verifycode-box{
	position: relative;
	height: 54px;
	line-height: 18px;
	padding: 18px 18px 18px 0px;
	border-bottom: 1px solid #c0c0c0;
	margin-top: 20px;
}

.login-dialog .content .login-form .phone-box .phone{
	width: calc(100% - 200px);
	border: none;
	outline: none;
	color: #a8a8a8;
	font-size: 16px;
}

.login-dialog .content .login-form .verifycode-box .verifycode
{
	width: 100%;
	border: none;
	outline: none;
	color: #a8a8a8;
	font-size: 16px;
}

.login-dialog .content .login-form .phone-box .phone:focus,
.login-dialog .content .login-form .verifycode-box .verifycode:focus{
	border: none;
}

.login-dialog .content .login-form .phone-box .send-code{
	position: absolute;
	right: 0;
	top: 9px;
	min-width: 100px;
	height: 36px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 36px;
	color: #db0100;
	text-align: center;
	border: none;
	background: #f0f0f0;
}

.login-dialog .content .login-form .phone-box .send-code[disabled]{
	background: #f0f0f0;
	color: #8f8f8f;
}

.login-dialog .content .login-form .login-btn{
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: linear-gradient(to right, #ea0000 , #c10105);
	margin: 60px auto 0;
	border-radius: 24px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}

.login-dialog .content .login-form .login-btn:hover{
	opacity: 0.9;
}
/* 登录 end */


/* 版权声明 start */
.more-news-container{
    padding: 10px 0;
}

.more-news-container p{
    line-height: 30px;
    margin: 0;
    color: #5d5d5d;
    font-size: 18px;
    word-wrap: break-word;
    text-indent: 2em;
    text-align: left;
}

.more-news-container p a{
    color: red;
    font-weight: bold;
    text-decoration: none;
}

.more-news-container p.others{
    margin: 0px;
    color:#b7b2b2;
    text-align: justify;
    font-size: 15px;
}

.more-news-container p.others .to-copyright{
	text-decoration: none;
	color: rgb(183, 178, 178);
	font-weight: bold;
}

/* 版权声明 end */


/* 评论点击加载更多 start */
.load-more-box{
	padding: 10px 0 20px;
	color: #333;
	text-align: center;
	font-size: 14px;
}

.load-more-box .load-more{
	display: inline-block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	background-color: #F5F5F5;
	margin: auto;
	color: #333;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
}

.load-more-box .load-more .down{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/db_down.png) no-repeat center center;
	background-size: 100%;
	vertical-align: -2px;
}

.load-more-box .load-more:hover{
	background-color: #EDEDED;
	color: #cb301f;
}

.load-more-box .load-more:hover .down{
	background-image: url(../images/db_down2.png);
}
/* 评论点击加载更多 end */

/* mask、loading start */
.app-bg-mask{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 555;
	background-color: rgba(0,0,0,0.5);
}

.bg-mask{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.5);
}

.loading{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
	width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

.loading .loading-img{
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -145px;
}
/* mask、loading end */

@media screen and (min-width: 0px) and (max-width: 750px){
	.main-body{
		background: #fff;
		overflow-x: hidden;
	}

	.header-top{
		display: none !important;
	}

	/* 头部 start */
	.header{
		display: block;
		position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    z-index: 888;
	    width: 100%;
	    min-width: auto;
	    height: 12.4vw;
	    background-color: #fff;
	    outline: 1px solid #f0f0f0;
	}

	.header #header,
	.header .header-w{
		display: none !important;
	}

	.header #app-header{
		width: 100%;
		height: 100%;
	}

	.header #app-header .logo{
		float: left;
	    width: 8.4vw;
	    height: 8.4vw;
	    background-image: url(../images/logo-app.png);
	    background-repeat: no-repeat;
	    background-position: 50%;
	    background-size: contain;
	    margin-left: 3.6vw;
	    margin-top: 2vw;
	}

	.header #app-header .logo_title{
	    float: left;
	    height: 5vw;
	    line-height: 5vw;
	    margin-left: 1.8vw;
	    margin-top: 3.7vw;
	    font-size: 4vw;
	}

	.header #app-header .menu{
		float: right;
	    width: 7vw;
	    height: 5vw;
	    margin-right: 15px;
	    margin-top: 3.5vw;
	    background-image: url(../images/menu.png);
	    background-repeat: no-repeat;
	    background-size: contain;
	    background-position: 50%;
	    cursor: pointer;
	}
	/* 头部 end */


	/* 中间内容部分 start */
	.main{
		position: relative;
	    left: 0;
	    top: 12.4vw;
	    width: 100%;
	    height: calc(100% - 12.4vw);
	    padding: 0;
	}

	.main .main-left{
		float: none;
		width: 100%;
	}

	.main .main-right{
		display: none !important;
	}
	/* 中间内容部分 end */

	/* 底部 start */
	.footer{
		display: none !important;
	}
	/* 底部 end */

	/* mask、loading start */
	.loading .loading-img{
		margin-left: -16px;
	}
	/* mask、loading end */
}

@media screen and (min-width: 750px){
	.header #app-header{
		display: none !important;
	}


	.app-bg-mask{
		display: none !important;
	}
}

/*@media screen and (min-width: 751px) and (max-width: 960px){

}

@media screen and (min-width: 961px) and (max-width: 1200px){
	
}*/

@media print{
	a:link:after,
	a:visited:after{
		content:"";
	}

	.header #app-header{
		display: none !important;
	}

	.app-bg-mask{
		display: none !important;
	}

	.header .header-w .head-info .search-box .search-form{
		height: 34px;
    	line-height: 34px;
		border: 1px solid #e6e7e8;
	}
}

/* 置顶滚动 start */
.roll-box{
	height: 60px;
	background-color: #fff;
	margin-bottom: 20px;
	border: 1px solid #e6e7e8;
	box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%),-4px -3px 6px 0px rgb(222 222 222 / 58%);
}

.roll-box .roll-container{
	width: calc(100% - 0px);
	height: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

.roll-box .roll-container .swiper-container .swiper-slide{
	line-height: 60px;
}

.roll-box .roll-container .swiper-container .swiper-slide a{
	position: relative;
	display: inline-block;
	height: 60px;
	padding-left: 30px;
	line-height: 60px;
	max-width: calc(100% - 20px);
	min-width: 400px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #777;
	font-size: 18px;
	vertical-align: middle;
}

.roll-box .roll-container .swiper-container .swiper-slide a:hover{
	color: #cb301f;
}

/* 置顶滚动 end */

/* 轮播图 start */
.focus-box{
	display: flex;
	width: 960px;
	height: 377px;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 20px;
	border: 1px solid #e6e7e8;
	box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%),-4px -3px 6px 0px rgb(222 222 222 / 58%);
}

.focus-box .focus-pics{
	width: 630px;
	height: 355px;
	margin-right: 15px;
	overflow: hidden;
}

.focus-box .focus-pics .swiper-container{
	width: 100%;
	height: 100%;
}

.focus-box .focus-pics .swiper-container .swiper-slide .swiper-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.focus-box .focus-pics .swiper-container .swiper-slide .swiper-img a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
}

.focus-box .focus-pics .swiper-container .swiper-slide .swiper-img a img{
	display: block;
	-o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.focus-box .focus-pics .swiper-container .swiper-slide .title{
	display: none;
}

.focus-box .focus-pics .swiper-container .swiper-pagination{
	display: none;
}

.focus-box .focus-articles{
	width: 293px;
	height: 355px;
	overflow: hidden;
}

.focus-box .focus-articles .swiper-container{
	width: 100%;
	height: calc(100% + 2px);
	margin-top: -1px;
	overflow: hidden;
}

.focus-box .focus-articles .swiper-container .swiper-slide{
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
}

.focus-box .focus-articles .swiper-container .swiper-slide .title{
	line-height: 24px;
	max-height: 48px;
	padding: 0;
    overflow: hidden;
    color: #7d7c7f;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.focus-box .focus-articles .swiper-container .swiper-slide .title a{
	color: #7d7c7f;
	font-size: 18px;
	font-weight: bold;
}

.focus-box .focus-articles .swiper-container .swiper-slide.hover .title,
.focus-box .focus-articles .swiper-container .swiper-slide.hover .title a{
	color: #000;
}

.focus-box .focus-articles .swiper-container .swiper-slide .title:hover,
.focus-box .focus-articles .swiper-container .swiper-slide .title a:hover{
	color: #cb301f;
}

.focus-box .focus-articles .swiper-container .swiper-slide .others{
	position: absolute;
	left: 0;
	bottom: 10px;
	color: #7d7c7f;
	font-size: 16px;
}

/* 轮播图 end */

/* 快讯 start */
.flash-box{
	width: 960px;
	height: 131px;
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%),-4px -3px 6px 0px rgb(222 222 222 / 58%);
}

.flash-box .news-flash{
	display: flex;
}

.flash-box .news-flash .flash-pic{
	width: 150px;
	height: 131px;
	line-height: 131px;
    overflow: hidden;
}

.flash-box .news-flash .flash-pic img{
	display: block;
	width: 100%;
	height: 100%;
}

.flash-box .news-flash .flash-container{
	width: 810px;
	height: 131px;
	padding: 20px;
	overflow: hidden;
}

.flash-box .news-flash .flash-container .swiper-container{
	width: 100%;
	height: 100%;
}

.flash-box .news-flash .flash-container .swiper-container .swiper-slide{
	position: relative;
	height: 91px;
	padding-top: 5px;
}

.flash-box .news-flash .flash-container .swiper-container .swiper-slide .title{
	line-height: 24px;
	max-height: 48px;
	padding: 0;
    overflow: hidden;
    color: #1a1a1a;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.flash-box .news-flash .flash-container .swiper-container .swiper-slide .title a{
	color: #1a1a1a;
	font-size: 18px;
}

.flash-box .news-flash .flash-container .swiper-container .swiper-slide .title:hover,
.flash-box .news-flash .flash-container .swiper-container .swiper-slide .title a:hover{
	color: #cb301f;
}

.flash-box .news-flash .flash-container .swiper-container .swiper-slide .others{
	position: absolute;
	left: 0;
	bottom: 5px;
	color: #1a1a1a;
	font-size: 16px;
}

.flash-box .news-flash .flash-container .swiper-container .swiper-slide .others .source{
	margin-right: 10px;
}
/* 快讯 end */

.more{
	display: flex;
	height: 50px;
    background-color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 0px) and (max-width: 750px){
	/* 置顶滚动 start */
	.roll-box .roll-container{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.roll-box .roll-container .swiper-container .swiper-slide a{
		padding-left: 0;
		max-width: 100%;
	}
	/* 置顶滚动 end */

	/* 轮播图 start */
	.focus-box{
		display: block;
		width: 100%;
		height: 56.25vw;
		padding: 0;
	}

	.focus-box .focus-pics{
		width: 100%;
		height: 100%;
		margin: 0;
	}

	.focus-box .focus-pics .swiper-container .swiper-slide .title{
		display: block;
		position: absolute;
		left: 15px;
		right: 15px;
		bottom: 25px;
		height: 24px;
		line-height: 24px;
		color: #fff;
		font-size: 16px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.focus-box .focus-pics .swiper-container.swiper-container-horizontal>.swiper-pagination-bullets{
		display: block;
		left: 10px;
		right: 10px;
		bottom: 5px;
		text-align: left;
	}

	.focus-box .focus-pics .swiper-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin-right: 0;
		background: #fff;
    	opacity: .5;
	}

	.focus-box .focus-pics .swiper-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background: #cb301f;
    	opacity: 1;
	}

	.focus-box .focus-articles{
		display: none !important;
	}
	/* 轮播图 end */

	/* 快讯 start */
	.flash-box{
		width: calc(100% - 20px) ;
		height: auto;
		margin: 0 10px 5px;
	}

	.flash-box .news-flash .flash-pic{
		width: 60px;
		height: 60px;
		margin-right: 10px;
	}

	.flash-box .news-flash .flash-container{
		width: calc(100% - 72px);
		height: 60px;
		padding: 0;
	}

	.flash-box .news-flash .flash-container .swiper-container .swiper-slide .others{
		display: none !important;
	}
	/* 快讯 end */
}

/*@media screen and (min-width: 751px) and (max-width: 960px){

}

@media screen and (min-width: 961px) and (max-width: 1200px){
	
}*/

@media print{
	.flash-box{
		border: 1px solid #e6e7e8;
	}

	.content-list-container .news-list .news-item,
	.video-list-container .video-list .video-item{
		border: 1px solid #e6e7e8;
	}
}
