﻿* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
th,
td,
input,
legend,
li,
ol,
p,
pre,
textarea,
ul {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
}

a {
	text-decoration: none;
}

input {
	outline: none;
}

ul,
li,
ol {
	list-style: none;
}

img {
	border: 0;
}

button {
	outline: 0;
}

/* 头部 */
.bg {
	width: 100%;
	height: 880px;
	max-width: 1920px;
	background: url(../images/25bgl.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	margin: 0 auto;
}

.content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: -120px;
	background-color: #fff;
}

.hotnews {
	width: 1100px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	
}
.hotnews h3{
	text-align: center;
	margin-bottom: 15px;
}
.hotnews h3 a{
	font-size: 36px;
	    color: rgb(203, 51, 48);
	    font-weight: bold;
}
.hotnews .des{
	font-size: 18px;
	    line-height: 2;
	    font-weight: normal;
	    text-indent: 2rem;
	}
	.hotnews .des a{
		display: inline-block;
		color: #333;
		margin-right: 5px;
	}
/* 大轮播 */

.hotpic{
	width: 1000px;
	height: 520px;
	margin: 35px auto;
	border: 10px solid rgb(237, 226, 204);
}

.banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner * {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

.banner .list {
    width: 1000%;
    height: 100%;
    position: absolute;
    left: -100%;
    overflow: hidden;
}

.banner .list.active {
    transition: 1s;
}

.banner .list li {
    width: 10%;
    height: 100%;
    position: relative;
    float: left;
    overflow: hidden;
}

.banner .list li img {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    transition: 1s;
}

.banner .list li img:hover {
    transform: scale(1.02);
    opacity: 0.9;
}

.banner .list li p {
    position: absolute;
    transition: 1s all;
    bottom: 0;
    line-height: 40px;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    box-sizing: border-box;
    padding-right: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    text-indent: 10px;
}

.banner .list li:hover p {
    /* background: rgba(0, 85, 193, 0.4); */
    transition: 1s all;
}

.banner .listIndex {
    position: absolute;
    right: 10px;
    bottom: 13px;
    height: 10px;
    z-index: 10;
}

.banner .listIndex li {
    width: 10px;
    height: 100%;
    background: #999;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: top;
}

.banner .listIndex li.active {
    background: #FFF;
}

/* 大轮播 end*/

/* 最新报道 */
.zxbd{
	width: 1164px;
	    margin: 80px auto 50px;
}
.zxbd a img{
	width: 1164px;
	    height: 45px;
}
.zxbdcon{
	width: 1165px;
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zxbdcon .lb {
	width: 580px;
	height: 400px;
	/* border: 1px solid; */
}

/* 轮播 */
.lunbo {
	width: 100%;
	height: 100%;
	/* border: 1px solid blue; */
	/* padding: 25px 0 0 25px; */
}

.lunbo .box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	/* border: 1px solid red; */
}

/* 轮播图片 */
.box_img ul {}

.box_img ul li {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.box_img ul li img {
	display: block;
	width: 100%;
	height: 400px;
}

.box_img ul li h2 {
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 40px;
	width: 100%;
	background: rgba(125, 125, 120, .4);
	/* text-indent: 2em; */
	padding-left: 10px;
	font-size: 15px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
}

/*  轮播圆点*/
.box_circle {
	position: absolute;
	right: 10px;
	bottom: 14px;
}

.box_circle ul li {
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin: 0 5px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	text-indent: 100px;
	cursor: pointer;
}

.box_circle ul .on {
	background: #B01;
}
/* 最新报道新闻 */
.gggs {
	width: 560px;
	height: 400px;
	/* border: 1px solid; */
}

.tzgg_biaoti {
	width: 100%;
	height: 65px;
	/* line-height: 65px; */
	font-size: 24px;
	color: #4279B1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e1e1e1;
}

.tzgg_biaoti p {
	display: flex;
}

.tzgg_biaoti .lan {
	display: block;
	color: #275ca7;
	padding-left: 20px;
	border-left: 7px solid #275ca7;
	font-weight: bold;
	border-radius: 3px;
}

.tzgg_biaoti span {
	color: #999999;
	font-size: 17px;
	font-family: simsun;
}

.tzgg-con {
	width: 100%;
	height: auto;
	/* margin-top: 10px; */
	/* border: 1px solid blue; */
}

.tzgg-con ul {
	box-sizing: border-box;
	float: left;
	position: relative;
	width: 100%;
}

.tzgg-con ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: url(../images/dot.png) no-repeat left 25px;
	padding-left: 10px;
	border-bottom: 1px dashed #dedede;
}

.tzgg-con ul li a {
	/* padding-left: 15px; */
	float: left;
	width: 85%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #333;
	box-sizing: border-box;
	display: inline-block;
}

.tzgg-con ul li a:hover {
	margin-left: 5px;
	transition: ease-in-out 0.3s;
}

.tzgg-con ul li span {
	float: right;
	font-size: 16px;
	color: #999;
}

/* 图片报道 */
.tpbd{
	width: 1165px;
	margin: 35px auto;
}
.tpbd ul li{
	float: left;
    width: 279px;
    height: 240px;
    margin-left: 7px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
}
.tpbd ul li img{
	width: 100%;
	height: 190px;
	margin-bottom: 10px;
}
.tpbd ul li a{
	display: block;
	color: #333;
	width: 100%;
}
.tpbd ul li a span{
	width: 100%;
	color: #333;
	
}














