@charset "UTF-8";

.banner {
	padding-bottom: 50px;
	position: relative;
}

.banner:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1364px;
	height: 77px;
	margin-left: -682px;
	background: url(../images/banner-projection.png) no-repeat;
}

.banner .hd {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	text-align: center;
}

.banner .hd ul li {
	font-size: 0;
	display: inline-block;
	*display: inline;
	zoom: 0;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 4px;
	cursor: pointer;
}

.banner .hd ul li.on {
	background-color: #fff;
}

.banner .bd ul li img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.banner .prev,
.banner .next {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.banner .prev .icon,
.banner .next .icon {
	font-size: 50px;
	color: #fff;
}

.banner .prev {
	left: 12%;
}

.banner .next {
	right: 12%;
}

.banner:hover .prev,
.banner:hover .next {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* modular-name */
.modular-name {
	background: url(../images/modular-title-bg.png) no-repeat left top;
	height: 47px;
}

.modular-name .name {
	width: 240px;
	font-size: 24px;
	color: #fff;
	line-height: 47px;
	text-align: center;
}

.modular-name .more {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 47px;
	line-height: 47px;
	font-size: 14px;
	color: #333;
	padding: 0 10px;
}

/* row1 start */
.row1 {
	padding-top: 10px;
}

/* 左边 pic-slide-wrap */

.pic-slide-wrap {
	margin-right: 30px;
	width: 925px;
}

.pic-slide .fullSlide {
	width: 538px;
	height: 360px;
}

.pic-slide .fullSlide .bd ul li img {
	display: block;
	width: 538px;
	height: 360px;
}

.pic-slide .bd ul li .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	height: 42px;
	padding: 0 60px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .47);
}

.pic-slide .prev,
.pic-slide .next {
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 55px;
	height: 42px;
	line-height: 42px;
	text-align: center;
}

.pic-slide .prev {
	left: 0;
}

.pic-slide .next {
	right: 0;
}

.pic-slide .prev .icon,
.pic-slide .next .icon {
	font-size: 24px;
	color: #fff;
}

.pic-slide .list {
	width: 362px;
	margin-left: 25px;
}

.pic-slide .list ul li.fast {
	padding-top: 0;
}

.pic-slide .list ul li {
	padding-top: 22px;
}

.pic-slide .list ul li a {
	padding-bottom: 15px;
	border-bottom: 1px dashed #c9c9c9;
}

.pic-slide .list ul li a:hover .title {
	color: #cf2800;
}

.pic-slide .list ul li .title {
	font-size: 14px;
	color: #333;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.pic-slide .list ul li .date {
	padding-top: 10px;
	font-size: 14px;
	line-height: 1;
	color: #afafaf;
}

/* 右边 t-list */
.row1 .t-list {
	width: 395px;
}

.row1 .t-list ul {
	padding-top: 10px;
}

.row1 .t-list ul li {
	padding-top: 10px;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
}

.row1 .t-list ul .fast {
	padding-top: 0;
}

.row1 .t-list ul li a {
	padding: 10px 20px 10px 15px;
	background-color: #f2f2f2;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
}

.row1 .t-list ul li:hover {
	box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
	-ms-box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
}

.row1 .t-list ul li a:hover .title {
	color: #cf2800;
}

.row1 .t-list ul li .date {
	width: 42px;
	height: 44px;
	background-color: #cd2600;
	position: relative;
	z-index: 1;
	vertical-align: middle;
}

.row1 .t-list ul li .date .d {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 2px 0;
}

.row1 .t-list ul li .date .m {
	font-size: 12px;
	color: #fff;
	line-height: 1;
	text-align: center;
}

.row1 .t-list ul li .date:before {
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	left: -6px;
	width: 40px;
	height: 40px;
	border: 2px solid #cd2600;
	z-index: -1;
}

.row1 .t-list ul li .title {
	width: 302px;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	vertical-align: middle;
}

/* row1 end */

/* row2 start */
.row2 {
	padding-top: 50px;
	padding-bottom: 40px;
}

.row2 .left {
	width: 660px;
	margin-right: 35px;
}


.row2 .left .top-news {
	padding-bottom: 10px;
	border-bottom: 1px dashed #d2d2d2;
}

.row2 .left .top-news .msg {
	width: 465px;
}

.row2 .left .top-news .msg .abstract {
	color: #afafaf;
}

.row2 .left .list ul li .date {
	width: 58px;
	border-right: 1px solid #cbcbcb;
	line-height: 1.2;
	margin-right: 12px;
	color: #ce2600;
}

.row2 .left .list ul li {
	line-height: 46px;
}

.row2 .left .list ul li .title {
	line-height: 1.2;
	width: 584px;
}

.row2 .left .top-news:hover .title,
.row2 .left .list ul li a:hover .title {
	color: #cf2800;
}


/* right start */
.row2 .right {
	width: 655px;
}
.row2 .right .p-slide {
    height: 421px;
}
.row2 .right .p-slide .fullSlide {
	width: 100%;
}

.row2 .right .p-slide .fullSlide .bd ul {
	/* display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 380px;
	justify-content: start;
	align-content: start; */
}

.row2 .right .p-slide .fullSlide .hd {
	line-height: 26px;
}

.row2 .right .p-slide .fullSlide .bd ul li .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 10px;
	background-color: rgba(0, 0, 0, .5);
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.row2 .right .p-slide .fullSlide .bd ul li {
	float: left;
	width: 50%;
	padding-bottom: 10px;
}

.row2 .right .p-slide .fullSlide .bd ul li a {
	width: 320px;
	height: 176px;
	margin: 0 auto;
	overflow: hidden;
}

.row2 .right .p-slide .fullSlide .bd ul li img {
	display: block;
	width: 100%;
	height: 176px;
	object-fit: cover;
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
}

.row2 .right .p-slide .fullSlide .hd ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #c01006;
	margin: 0 4px;
	cursor: pointer;
}

.row2 .right .p-slide .fullSlide .hd ul li.on {
	background-color: #c01006;
}

.row2 .right .p-slide .fullSlide .hd .icon {
	font-size: 30px;
	color: #c01006;
}

.row2 .right .p-slide .fullSlide .hd .prev {
	transform: rotate(180deg);
	position: relative;
	top: -14px;
}

.row2 .right .p-slide .fullSlide .bd ul li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

/* row2 end */

/* more hover */
.modular-name .more:hover {
	color: #c01006;
}