* {
  padding: 0;
  margin: 0;
  border: none;
  font-family: 微软雅黑, serif;
  box-sizing: inherit;
}
.footer_con {max-width: 100%}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
  min-width: 1240px;
  margin: 0 auto;
}
li {
  list-style: none;
}
.hide {
  display: none;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.banner {
  background: url("../images/banner.jpg") no-repeat center top,linear-gradient( to right, #ff3d0f,#fd525c, #fb729c, #f88ddf,  #a3cdc3, #0fbf76);
  width: 100%;
  min-width: 1240px;
  height: 587px;
  margin: 0 auto;
}
.pic{
	width: 100%;
  overflow: hidden;
	margin: 0 auto;
}
.pic img{max-width: 100%;    margin: 0 auto;display: block;}
.main {
  margin: 0 auto;
}
.main .con {
  margin: 0 auto;
  width: 1200px;
}
.main .headline {
  margin: 40px auto;
}
.main .headline h4 {
  font-size: 36px;
  color: #125dcc;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}
.main .more {
 background: linear-gradient( to right, #ff3d0f,#fd525c, #fb729c, #f88ddf,  #a3cdc3, #0fbf76);
  display: block;
  width: 96px;
  color: #FFFFFF;
  line-height: 30px;
  height: 30px;
  margin: 10px auto;
  border-radius: 16px;
  text-align: center;
}
.main .title {
  width: 1200px;
  height: 58px;
  margin: 30px auto;
 background: url("../images/title.png") no-repeat center center;
  background-size: cover;
  text-align: center;
}
.main .title span{
	font-size: 44px;
	font-weight: bolder;
	background: linear-gradient( to right, #ff3d0f,#fd525c, #fb729c, #f88ddf,  #a3cdc3, #0fbf76);
	background-clip: text;
	  color: transparent;
}
.main .news .newsPic {
  background: url("../images/news_bg.png") no-repeat top left;
  width: 660px;
  height: 360px;
  padding: 10px;
  position: relative;
}
.main .news .newsPic .swiper-newsPic {
  width: 660px;
  height: 360px;
}
.main .news .newsPic .swiper-newsPic .pic {
  width: 660px;
  height: 360px;
  position: relative;
}
.main .news .newsPic .swiper-newsPic .pic img {
  width: 100%;
  height: 100%;
}
.main .news .newsPic .swiper-newsPic .pic p {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  text-indent: 10px;
  position: absolute;
  left: 0;
  font-size: 18px;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .news .newsPic .arrow-left {
  position: absolute;
  top: 150px;
  left: 10px;
  background: url("../images/left.png") no-repeat center center;
  width: 30px;
  height: 59px;
  z-index: 3;
  cursor: pointer;
}
.main .news .newsPic .arrow-right {
  position: absolute;
  top: 150px;
  right: 10px;
  width: 30px;
  height: 59px;
  background: url("../images/right.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 3;
}
.main .news{margin: 30px 0;}
.main .news .newsList {
  width: 510px;
  margin-top: 10px;
}
.main .news .newsList li {
  margin: 0 0 12px;
  overflow: hidden;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 50px;
  padding: 0 10px;
  height: 50px;
  border-bottom: 1px solid #ececec;
}
.main .news .newsList li:hover {
 background: linear-gradient( to right, #ff3d0f,#fd525c, #fb729c, #f88ddf,  #a3cdc3, #0fbf76);
 color: #ffffff;
}
.main .news .newsList li a:hover{
color: #ffffff;
}
.main .news .newsList li a {
  display: block;  /* 将链接转为块级元素 */
  width: 100%;     /* 宽度占满父元素 */
  height: 100%;    /* 高度占满父元素 */
  padding: inherit; /* 继承父元素的内边距 */
  color: inherit;   /* 继承父元素的文字颜色 */
  text-decoration: none; /* 移除下划线 */
}
.main .dhzj {
  margin: 30px auto;
  background: url("../images/bgdhzj.jpg") no-repeat center bottom,linear-gradient( to right, #ffe7fc,#d8f9fe) ;
  padding: 20px 0;
}

.main .dhzj ul {
  width: 580px;
}
.main .dhzj ul li {
  width: 580px;
  margin-bottom: 16px;
  height: 50px;
  overflow: hidden;
  background: #fff;
}
.main .dhzj ul li h5 {
  background: #efdfff;
  height: 50px;
  padding: 0 46px 0 18px;
  line-height: 50px;
  position: relative;
}
.main .dhzj ul li h5 a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .dhzj ul li h5 span {
  position: absolute;
  background: url("../images/up.png") no-repeat;
  width: 20px;
  height: 11px;
  right: 16px;
  top: 20px;
  display: block;
}
.main .dhzj ul li p {
       padding: 10px 7px;
    color: #fff;
    line-height: 28px;
    overflow: hidden;
    height: 70px;
    width: 100%;
    box-sizing: border-box;
}
.main .dhzj ul li p a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
}
.main .dhzj ul li.active {
  height: 148px;
}
.main .dhzj ul li.active h5 {
	border-radius: 6px;
  background: #d077ef;
  color: #ffffff!important;
  font-size: 18px;
  padding-right: 10px;
}
.main .dhzj ul li.active h5 a{
display: block;  /* 将链接转为块级元素 */
  width: 100%;     /* 宽度占满父元素 */
  height: 100%;    /* 高度占满父元素 */
  padding: inherit; /* 继承父元素的内边距 */
  color: inherit;   /* 继承父元素的文字颜色 */
  text-decoration: none; /* 移除下划线 */
}

.main .dhzj ul li.active h5 span {
  display: none;
}
.main .xgzc{
 /* margin: 60px auto; */
}

.main .xgzc .con {
  margin-bottom: 26px;
}
.main .xgzc .con .xgzcNav {
  width: 416px;
}
.main .xgzc .con .xgzcNav li {
  background: #d5e8ff;
  padding: 10px;
  font-size: 18px;
  line-height: 26px;
  margin: 14px 0;
}
.main .xgzc .con .xgzcNav li.active{
  background: #125dcc;
  font-weight: bold;
  color: #ffffff;
}
.main .xgzc .con .xgzcNav li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .xgzc .con .xgzcCon {
  width: 784px;
  box-sizing: border-box;
  border: 10px solid #d5e8ff;
  border-radius: 10px;
  background: #FFFFFF;
  height: 530px;
}
.main .xgzc .con .xgzcCon .article {
  margin: 14px 8px 14px 16px;
  overflow-y: auto;
  line-height: 30px;
  text-align: justify;
  padding-right: 14px;
  height: 480px;
}
/*滚动条样式*/
.main .xgzc .con .xgzcCon .article::-webkit-scrollbar {
    width: 6px;
    border-radius: 4px;
}

/*滚动条*/
.main .xgzc .con .xgzcCon .article::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #a9d0ff;
}

/*滚动条背景*/
.main .xgzc .con .xgzcCon .article::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #eeeeee;
}

/* 图片轮播 */

.wrap {
	position: relative;
	width: 1200px;
	height: 360px;
	margin: 60px auto;
}
.content {
	position: absolute;
	width: 1200px;
	height: 360px;
}
.content li{
	position: absolute;
	background-size: 100% 100%;
	cursor: pointer;
    border: 8px solid #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	  transition: box-shadow 0.3s ease; /* 添加过渡效果使阴影变化更平滑 */
}
.content li p{    width: 100%;
    height: 35px;
    background-color: #0000009e;
    font-size: 16px;
    position: absolute;
    color: #fff;
	bottom:0;
	line-height: 35px;
	   text-indent: 10px;}
.content li img{width: 600px;height:360px; position: absolute;}
.content li a{    display: block;
    width: 100%;
    height: 100%;}
.wrap span {
	position: absolute;
	display: none;
	z-index: 2;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	font: 36px/60px "宋体";
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: rgb(0, 159, 248);
	background: rgba(0, 159, 248, .6);
	transition: background 1s ease;
	border-radius: 10px;
}
.wrap span:hover {
	background: rgb(0, 159, 248);
}
.prev {
	left: 30px;
}
.next {
	right: 30px;
}

