 {
 	margin: 0;
 	padding: 0;
 	list-style: none;
 	box-sizing: inherit;
 }
 
 a,
 input {
 	color: #333333;
 	text-decoration: none;
 	/* 手机页面点击去掉篮框 */
 	-webkit-tap-highlight-color: rgba(165, 165, 165, 0);
 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 
 body {
 	font-family: "微软雅黑";
 }
 
 .head {
 	width: 1300px;
 	margin: 0 auto;
 	height: 95px;
 	padding-left: 100px;
 }
 
 #current-time-date {
 	width: 150px;
 	height: 30px;
 	line-height: 30px;
 	float: right;
 	font-size: 12px;
 	color: gray;
 }
 
 .head_right {
 	width: 300px;
 	float: right;
 	margin-right: 50px;
 	margin-top: 10px;
 }
 
 .search {
 	float: right;
 }
 
 .search dl {
 	border: 1px #ccc solid;
 	border-radius: 30px;
 	width: 260px;
 	height: 36px;
 	box-sizing: border-box;
 	position: relative;
 }
 
 .search dl dt {
 	display: inline-block;
 	vertical-align: top;
 	padding: 5px 0 0 17px;
 }
 
 .search dl dt input {
 	width: 180px;
 	line-height: 16px;
 	height: 22px;
 	border-right: 1px #ccc solid;
 	border: none;
 }
 
 .search dl dd {
 	display: inline-block;
 	vertical-align: top;
 	position: absolute;
 	top: 0;
 	right: 0;
 }
 
 .search dl dd button {
 	width: 60px;
 	height: 34px;
 	background: url('./images/soso.png') no-repeat center;
 	background-size: 23px auto;
 	cursor: pointer;
 	border: none;
 }
 
 .search dl dd button:hover {
 	opacity: 0.8;
 }
 
 .wap2 {
 	width: 100%;
 	margin-top: 30px;
 	overflow: hidden;
 }
 
 .wap1 {
 	width: 100%;
 	background: url('./layout1.png') no-repeat top center;
 	height: 155px;
 	padding-top: 45px;
 }
 
 .container {
 	max-width: 1400px;
 	width: 100%;
 	overflow: hidden;
 	margin: 0 auto;
 }
 
 .swiper-2 {
 	width: 920px;
 	height: 514px;
 	text-align: center;
 	position: relative;
 	margin: 0px 0 0 0;
 	overflow: hidden;
 	border-radius: 2px;
 	float: left;
 }
 
 .swiper-2 .swiper-container {
 	width: 100%;
 	height: 100%;
 }
 
 .swiper-2 .swiper-slide {
 	position: relative;
 	width: 100%;
 	height: 100%;
 }
 
 .swiper-2 .swiper-slide em {
 	display: block;
 	width: 100%;
 	height: 100%;
 }
 
 .swiper-2 .swiper-slide span {
 	display: block;
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	width: 100%;
 	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
 	text-align: left;
 	height: 80px;
 	line-height: 80px;
 	padding: 0 30px 0 120px;
 	box-sizing: border-box;
 	color: #fff;
 	text-align: center;
 }
 
 .swiper-2 .swiper-slide span a {
 	color: #fff;
 	font-size: 24px;
 	display: block;
 	overflow: hidden;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 }
 
 .swiper-2 .swiper-slide span a:hover {
 	color: #c60000;
 }
 
 .swiper-2 .arrow-left,
 .swiper-2 .arrow-right {
 	z-index: 99;
 	width: 30px;
 	height: 80px;
 	top: 50%;
 	margin-top: -40px;
 	background: url(./bg-bignews-btn2.png) 0 0 no-repeat;
 	position: absolute;
 	font-size: 30px;
 	color: #fff;
 	cursor: pointer;
 	text-indent: -99em;
 	display: none;
 }
 
 .swiper-2:hover .arrow-left,
 .swiper-2:hover .arrow-right {
 	display: block;
 }
 
 .swiper-2 .arrow-left {
 	left: 0;
 	border-radius: 0 10px 10px 0;
 }
 
 .swiper-2 .arrow-right {
 	right: 0;
 	background-position: -60px 0;
 	border-radius: 10px 0 0 10px;
 }
 
 .swiper-2 .arrow-left:hover {
 	background-position: -30px 0;
 }
 
 .swiper-2 .arrow-right:hover {
 	background-position: -90px 0;
 }
 
 .swiper-2 #swiper-pagination2 {
 	font-size: 26px;
 	color: #fff;
 	position: absolute;
 	bottom: 20px;
 	left: 30px;
 	width: auto;
 	font-family: arial;
 	font-weight: 400;
 	font-style: italic;
 }
 
 .swiper-2 #swiper-pagination2 .swiper-pagination-current {
 	font-size: 40px;
 	color: #ff0000;
 }
 /*yaowen*/
 
 .titles-container {
 	width: 460px;
 	float: right;
 	height: 514px;
 	position: relative;
 }
 
 .titles-container .link {
 	position: absolute;
 	bottom: 0;
 	left: 0;
 }
 
 .titles-container li {
 	height: 36px;
 	line-height: 36px;
 	font-size: 16px;
 	position: relative;
 	overflow: hidden;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	padding-left: 10px;
 }
 
 .titles-container li {
 	color: gray;
 }
 
 .titles-container li a {
 	color: gray;
 }
 
 .titles-container li:nth-child(1) {
 	font-size: 18px;
 	font-weight: bold;
 	color: #2b59a5;
 	height: 42px;
 	line-height: 42px;
 }
 
 .titles-container li:nth-child(6) {
 	font-size: 18px;
 	font-weight: bold;
 	color: #2b59a5;
 	height: 42px;
 	line-height: 42px;
 }
 
 .titles-container li:nth-child(1) a {
 	color: #2b59a5;
 }
 
 .titles-container li:nth-child(6) a {
 	color: #2b59a5;
 }
 /*融媒报道*/
 
 .layout3 {
 	width: 100%;
 	background: url(./bg.png) top center no-repeat;
 	overflow: hidden;
 	padding-top: 10px;
 	margin-top: 50px;
 }
 
 .wap3 {
 	width: 1400px;
 	margin: 25px auto;
 	overflow: hidden;
 }
 
 .wap3 .swiper-1 {
 	width: 420px;
 	float: left;
 	margin-right: 0px;
 	margin-top: 33px;
 	position: relative;
 	margin-right: 20px;
 	margin-left: 30px;
 }
 
 .wap3 .swiper-1 .swiper-slide {
 	width: 210px;
 	float: left;
 }
 
 .wap3 .swiper-1 .swiper-slide .title {
 	padding-top: 5px;
 	height: 40px;
 	width: 190px;
 	text-align: center;
 	line-height: 18px;
 	font-size: 13px;
 	color: black;
 	background: white;
 }
 
 .wap3 .swiper-1 .swiper-slide .title a {
 	color: black;
 }
 
 .wap3 .swiper-1 .swiper-slide .recom-img img {
 	width: 190px;
 	height: 360px;
 }
 
 .swiper-1 .arrow-left,
 .swiper-1 .arrow-right {
 	display: block;
 	width: 30px;
 	height: 30px;
 	overflow: hidden;
 	cursor: pointer;
 	z-index: 99;
 	position: absolute;
 	bottom: 0;
 }
 
 .swiper-1 .arrow-left {
 	right: 80px;
 	background: url('./left.png') no-repeat 6px center;
 	background-size: 14px 17px;
 }
 
 .swiper-1 .arrow-right {
 	right: 7px;
 	background: url('./right.png') no-repeat 10px center;
 	background-size: 14px 17px;
 }
 
 .swiper-1 #swiper-pagination1 {
 	width: 380px;
 	text-align: right;
 	padding-right: 30px;
 	font-size: 18px;
 	color: #d50000;
 	position: absolute;
 	bottom: 4px;
 	right: 30px;
 	font-family: arial;
 	/* font-weight: 400; */
 	font-style: italic;
 }
 
 .swiper-1 #swiper-pagination1 .swiper-pagination-current {}
 
 .swiper-1 .swiper-container {
 	height: 440px;
 }
 /*海报*/
 
 .wap3 .swiper-3 {
 	width: 420px;
 	float: left;
 	margin-right: 0px;
 	margin-top: 33px;
 	position: relative;
 }
 
 .wap3 .swiper-3 .swiper-slide {
 	width: 210px;
 	float: left;
 }
 
 .wap3 .swiper-3 .swiper-slide .title {
 	padding-top: 5px;
 	height: 40px;
 	width: 190px;
 	text-align: center;
 	line-height: 18px;
 	font-size: 13px;
 	color: black;
 	background: white;
 }
 
 .wap3 .swiper-3 .swiper-slide .title a {
 	color: black;
 }
 
 .wap3 .swiper-3 .swiper-slide .recom-img img {
 	width: 190px;
 	height: 360px;
 }
 
 .swiper-3 .arrow-left,
 .swiper-3 .arrow-right {
 	display: block;
 	width: 30px;
 	height: 30px;
 	overflow: hidden;
 	cursor: pointer;
 	z-index: 99;
 	position: absolute;
 	bottom: 0;
 }
 
 .swiper-3 .arrow-left {
 	right: 80px;
 	background: url('./left.png') no-repeat 6px center;
 	background-size: 14px 17px;
 }
 
 .swiper-3 .arrow-right {
 	right: 7px;
 	background: url('./right.png') no-repeat 10px center;
 	background-size: 14px 17px;
 }
 
 .swiper-3 #swiper-pagination3 {
 	width: 380px;
 	text-align: right;
 	padding-right: 30px;
 	font-size: 18px;
 	color: #d50000;
 	position: absolute;
 	bottom: 4px;
 	right: 30px;
 	font-family: arial;
 	/* font-weight: 400; */
 	font-style: italic;
 }
 
 .swiper-3 #swiper-pagination3 .swiper-pagination-current {}
 
 .swiper-3 .swiper-container {
 	height: 440px;
 }
 /*动漫*/
 
 .swiper-8 {
 	width: 450px;
 	text-align: center;
 	position: relative;
 	margin: 20px 0 0 0;
 	overflow: hidden;
 	float: right;
 	margin-right: 30px;
 	margin-top: 30px;
 }
 
 .swiper-8 .swiper-container {
 	width: 100%;
 	height: 100%;
 }
 
 .swiper-8 .swiper-slide {
 	position: relative;
 	width: 100%;
 	height: 100%;
 }
 
 .swiper-8 .swiper-slide em {
 	display: block;
 	width: 100%;
 	height: 100%;
 }
 
 .swiper-8 .swiper-slide span {
 	display: block;
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	width: 100%;
 	background: rgba(0, 0, 0, 0.7);
 	height: 40px;
 	line-height: 40px;
 	box-sizing: border-box;
 	color: #fff;
 	text-align: left;
 }
 
 .swiper-8 .swiper-slide span a {
 	color: #fff;
 	font-size: 16px;
 	display: block;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	overflow: hidden;
 	text-align: center;
 }
 
 .swiper-8 #swiper-pagination8 {
 	height: 12px;
 	bottom: 20px;
 	right: 0;
 	text-align: right;
 	padding-right: 15px;
 	box-sizing: border-box;
 	z-index: 5;
 	display: inline-block;
 }
 
 .swiper-8 .swiper-pagination-bullet {
 	display: inline-block;
 	width: 10px;
 	height: 10px;
 	opacity: 1;
 	border-radius: 50%;
 	background: #fff;
 	margin: 0 4px;
 	cursor: pointer;
 	transition: width 0.3s ease-in-out;
 }
 
 .swiper-8 .swiper-pagination-bullet-active {
 	background: #e91f2b;
 }
 
 .swiper-8 .arrow-left,
 .swiper-8 .arrow-right {
 	z-index: 99;
 	width: 30px;
 	height: 80px;
 	top: 50%;
 	margin-top: -50px;
 	background: url(./bg-bignews-btn2.png) 0 0 no-repeat;
 	position: absolute;
 	font-size: 30px;
 	color: #fff;
 	cursor: pointer;
 	text-indent: -99em;
 	display: none;
 	transform: scale(0.7);
 }
 
 .swiper-8:hover .arrow-left,
 .swiper-8:hover .arrow-right {
 	display: block;
 }
 
 .swiper-8 .arrow-left {
 	left: -5px;
 	border-radius: 0 10px 10px 0;
 }
 
 .swiper-8 .arrow-right {
 	right: -5px;
 	background-position: -60px 0;
 	border-radius: 10px 0 0 10px;
 }
 
 .swiper-8 .arrow-left:hover {
 	background-position: -30px 0;
 }
 
 .swiper-8 .arrow-right:hover {
 	background-position: -90px 0;
 }
 
 .pic_dm {
 	width: 100%;
 	overflow: hidden;
 	margin-top: 25px;
 }
 
 .pic_dm li {
 	width: 210px;
 	height: 130px;
 	float: left;
 	margin-left: 30px;
 	position: relative;
 }
 
 .pic_dm li img {
 	width: 210px;
 	height: 130px;
 }
 
 .pic_dm li span {
 	display: block;
 	width: 100%;
 	height: 30px;
 	line-height: 30px;
 	padding: 0 10px;
 	box-sizing: border-box;
 	color: #fff;
 	background: rgba(0, 0, 0, 0.7);
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	font-size: 16px;
 	text-align: center;
 	overflow: hidden;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 }
 
 .pic_dm li span a {
 	color: white;
 }
 
 .pic_dm li:first-child {
 	margin-left: 0;
 }
 /*wap*/
 
 .wap4 {
 	width: 1400px;
 	margin: 0 auto;
 	overflow: hidden;
 	margin-top: 35px;
 }
 
 .wap4 .left {
 	width: 900px;
 	float: left;
 }
 
 .wap4 .left li {
 	width: 280px;
 	float: left;
 	margin-left: 30px;
 }
 
 .wap4 .left li img {
 	width: 280px;
 	height: 160px;
 	border-radius: 8px;
 }
 
 .wap4 .left li span {
 	width: 100%;
 	height: 40px;
 	font-size: 17px;
 	line-height: 40px;
 	text-align: center;
 	display: block;
 	font-weight: bold;
 	margin-bottom: 5px;
 }
 
 .wap4 .left li:nth-child(2) {
 	margin-left: 0;
 }
 
 .wap4 .left li:nth-child(5) {
 	margin-left: 0;
 }
 
 .wap4 .right {
 	width: 460px;
 	float: right;
 }
 
 .wap4 .right .title-list {
 	margin-top: 8px;
 }
 
 .wap4 .right li {
 	height: 40px;
 	line-height: 40px;
 	font-size: 16px;
 	position: relative;
 	overflow: hidden;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	padding-left: 10px;
 	color: #666666;
 }
 
 .wap4 .right li a {
 	color: #666666;
 }
 
 .wap4 .right li:nth-child(1) {
 	font-size: 18px;
 	font-weight: bold;
 	color: #2b59a5;
 	height: 46px;
 	line-height: 46px;
 }
 
 .wap4 .right li:nth-child(6) {
 	font-size: 18px;
 	font-weight: bold;
 	color: #2b59a5;
 	height: 46px;
 	line-height: 46px;
 }