.block-main {
	position: relative;
}
.block-main::after {
	content: '';
	clear: both;
	display: table;
}

.block-main .main-left {
	float: left;
	width: calc(100% - 345px);
}



.box-main-top {
	position: relative;
	margin-bottom: 15px;
	margin-left: -5px;
	margin-right: -5px;
}
.box-main-top::after {
	content: '';
	clear: both;
	display: table;
}

.box-main-top .box-slide-focus {
	float: left;
	width: 65%;
	padding: 0 5px;
}
.box-main-top .box-new-view {
	float: right;
	width: 35%;
	padding: 0 5px;
}

.box-slide-focus .slide-focus {
	overflow: hidden;
	max-height: 470px;
}
.box-slide-focus .item {}
.box-slide-focus .i-image {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
.box-slide-focus .i-image a{
	display: block;
	position: relative;
	padding-top: 54%;
	overflow: hidden;
}
.box-slide-focus .i-image img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	-moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	-o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
	transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}


.box-slide-focus .i-desc {}
.box-slide-focus .i-title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;

}
.box-slide-focus .i-title a {
	display: block;
	font-size: 22px;
	line-height: 26px;
}


.box-slide-focus .item.video .i-title a {
	display: initial;
	position: relative;
	padding-right: 30px;
}
.box-slide-focus .item.video .i-title a::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f03d";
	font-size: 18px;
	right: 0;
	line-height: 30px;
	color: #999999;
}

.box-slide-focus .i-content {


}
.box-slide-focus .i-content .i-short{
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.box-slide-focus .i-reference {
	margin-top: 10px;
}
.i-reference a {
	position: relative;
	display: block;
	font-size: 13px;
	color: #004383;
	padding-left: 10px;
}
.i-reference a::before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f101';
	left: 0;
	font-size: 9px;
}



.slick-counter {
	position:absolute;
	top: 275px;
	right: 90px;
	opacity:0.8;
	border-radius:5px;
}
.slick-counter li {
	display: none
}
.slick-counter li.slick-active {
	display: block;
	color: #ffffff;
}

.slide-focus .slick-arrow{
	position: absolute;
	z-index: 99;
	top: 260px;
	width: 30px;
	height: 30px;
	background: #090908;
	color: #ffffff;
	opacity: 0.7;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.slide-focus .slick-arrow:hover{
	opacity: 1;
	background: #d82727;
	color: #ffffff;
}
.slide-focus .slick-arrow:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
	line-height: 20px;
}
.slide-focus .slick-arrow::before{
	content: '';
}
.slide-focus .slick-prev{
	left: auto;
	right: 45px;
}
.slide-focus .slick-next{
	right: 5px;
}
.slide-focus .slick-prev:after{
	content: '\f060';
}
.slide-focus .slick-next:after{
	content: '\f061';
}


.box-new-view {}

.tab-wrapper .tab-nav {
	position: relative;
	border-bottom: 2px solid #d82727;
}
.tab-wrapper .tab-nav::after {
	content: '';
	clear: both;
	display: table;
}
.tab-wrapper .tab-nav li {
	float: left;
	margin-right: 5px;
	background: #eeeeee;
}
.tab-wrapper .tab-nav li a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 15px;
}
.tab-wrapper .tab-nav li.active {
	background: #d82727;
}
.tab-wrapper .tab-nav li.active a {
	color: #ffffff;
}

.tab-wrapper .tab-content {
	border: 1px solid #dddddd;
	border-top: none;
	padding: 5px 15px;
	min-height: 430px;
}

.box-new-view .tab-content ul {
	list-style: none;
	max-height: 400px;
	overflow-y: auto;

}
.box-new-view .tab-content li {
	border-bottom: 1px dotted #d9d9d9;
	padding: 10px 0;
	line-height: 24px;

	height: 65px ;


}
.box-new-view .tab-content li a {
	font-weight: bold;
	display: block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}
.box-new-view .tab-content li:last-child {
	border-bottom: 0;
}



.box-slide-more {
	border-top: 5px solid #eeeeee;
	padding: 15px 0px;
	max-height: 150px;
	overflow: hidden;
}

.box-slide-more .item {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.box-slide-more .i-image {
	float: left;
	width: 120px;
}
.box-slide-more .i-title {
	float: right;
	width: calc(100% - 130px);

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;

}
.box-slide-more .i-title a {
	font-weight: bold;
}

.box-slide-more .scroll-item {
	padding: 0 25px;
	margin-left: -10px;
	margin-right: -10px;

}
.box-slide-more .slick-arrow{
	z-index: 99;
	width: 20px;
	height: 20px;
	color: #333333;
	opacity: 0.7;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.box-slide-more .slick-arrow:hover{
	opacity: 1;
	background: #d82727;
	color: #ffffff;
}
.box-slide-more .slick-arrow:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
	line-height: 20px;
}
.box-slide-more .slick-arrow::before{
	content: '';
}
.box-slide-more .slick-prev{
	left: 10px;
}
.box-slide-more .slick-next{
	right: 10px;
}
.box-slide-more .slick-prev:after{
	content: '\f060';
}
.box-slide-more .slick-next:after{
	content: '\f061';
}




.block-main .main-right {
	float: right;
	width: 330px;
}

.main-right .box-adv {
	background: #eeeeee;
	padding: 15px;
}
.main-right .box-title {
	background: #eeeeee;
	margin-bottom: 0;
}

.box-promotion {
	padding: 15px;
	border: 1px solid #dddddd;
}

.box-main {
	margin-bottom: 30px;
}
.m-title {
	position: relative;
	border-bottom: 2px solid #344a71;
	margin-bottom: 15px;
}
.m-title::after{
	content: '';
	clear: both;
	display: table;
}
.m-title .c-title {
	float: left;

	background: #344a71;
	padding: 10px 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;

}
.m-title .c-title a {
	color: #ffffff;
}

.m-title .c-sub {
	float: right;
}
.m-title .c-sub > ul {
	padding-top: 10px;
	list-style: none;
	display: inline-block;
}
.m-title .c-sub  > ul > li {
	float: left;
	margin-left: 15px;
}
.m-title .c-sub  > ul li > a {
	font-weight: bold;
}
.m-title .c-sub  li.link-more {
	position: relative;

}
.m-title .c-sub li.link-more a.view-all {
	border-left: 1px solid #e5e5e5;
	padding-left: 10px;
}
.m-title .c-sub li a.view-all {
	color: #d82727;
}
.m-title .c-sub li a.view-all::after {
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: '\f0c9';
	padding-left: 8px;
	color: #d82727;
}

.m-title .c-sub .dropdown-menu {
	top: 25px;
	left: auto;
	right: -1px;
	min-width: 725px;
}
.m-title .c-sub .dropdown-menu ul {
	position: relative;
	margin: 0 -15px;
}
.m-title .c-sub .dropdown-menu ul::after {
	content: '';
	clear: both;
	display: table;
}
.m-title .c-sub .dropdown-menu li {
	float: left;
	width: 20%;
	padding: 2px 15px;
}
.m-title .c-sub .dropdown-menu  li  a {
	display: block;
	padding: 3px 10px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.m-title .c-sub .dropdown-menu  li  a:hover , .m-title .c-sub .dropdown-menu  li  a:focus{
	background: #d82727;
	color: #ffffff;
}

.m-content {

}


.gird-news.group3 {}
.gird-news.group2 .item {
	width: 50%;
}

.gird-news.group3 .news .i-title {
	height: 75px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

}

.gird-news.group2 .news .i-title {
	height: 50px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

@media screen and (max-width: 991px) {
	.block-main .main-left {
		float: none;
		width: 100%;
	}

	.box-main-top .box-new-view {
		width: 35%;
	}
	.box-main-top .box-slide-focus {
		width: 65%;
	}

	.gird-news .item {
		width: 50%;
	}

}


@media only screen and (max-width: 767px) {

	.box-main-top .box-new-view {
		width: 100%;
	}
	.box-main-top .box-slide-focus {
		width: 100%;
		margin-bottom: 15px;
	}

	.slide-focus .slick-arrow {
		top: auto;
		bottom: -50px;
	}

	.box-slide-focus .i-content .i-short {
		max-height: none;
	}
	.box-new-view .tab-content li {
		height: auto;
	}

}

@media only screen and (max-width: 479px) {

}



@media only screen and (max-width: 414px) {

}


@media only screen and (max-width: 360px) {

}



@media only screen and (max-width: 320px) {

}
