/* 头条 */
.toutiao {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background-color: #fff;
  margin: 50px 0 60px;
}
.toutiao_img {
  width: 90px;
}
.toutiao_text {
  margin-left: 10px;
  text-align: center;
}
.toutiao_text a {
  color: #333;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}
.toutiao_text p {
  color: #999;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
/* 新闻部分 */
.new {
}
.new .lbt {
  width: 740px;
  height: 448px;
}
.new .lbt .slideBox {
  position: relative;
  width: 740px;
  height: 448px;
}
.new .lbt .slideBox .hd {
  position: absolute;
  bottom: 16px;
  right: 10px;
  z-index: 2;
}
.new .lbt .slideBox .hd ul {
  overflow: hidden;
}
.new .lbt .slideBox .hd ul li {
  float: left;
  width: 10px;
  height: 10px;
  background: #ffffff;
  font-size: 0;
  border-radius: 10px;
  margin-left: 10px;
  cursor: pointer;
}
.new .lbt .slideBox .hd ul .on {
  background: rgba(255, 255, 255, 0.2);
  font-size: 0;
}
.new .lbt .slideBox .bd ul li img {
  width: 740px;
  height: 448px;
}
.new .lbt .slideBox .bd ul li {
  position: relative;
}

.new .lbt .slideBox .bd ul li span {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 46px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  line-height: 46px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding: 0 10px 0 20px;
}
.new .lbt .slideBox .prev {
  position: absolute;
  top: 40%;
}
.new .lbt .slideBox .next {
  position: absolute;
  top: 40%;
  right: 0;
}
.new .tzgg {
  width: 530px;
}
.new .tzgg .slideTxtBox {
  position: relative;
}
.slideTxtBox .title ul {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #016bb5;
}
.slideTxtBox .title ul i {
  margin: 0 10px;
  color: #666;
  float: left;
  line-height: 40px;
  font-style: normal;
  font-size: 20px;
}
.slideTxtBox .title ul li {
  float: left;
}
.slideTxtBox .title ul li:first-child {
  margin-right: 30px;
}
.slideTxtBox .title ul li span {
  font-size: 24px;
  line-height: 40px;
  color: #666;
  cursor: pointer;
}
.slideTxtBox .title ul li .gengduo {
  position: absolute;
  right: 0;
  cursor: pointer;
  display: none;
}
.slideTxtBox .title ul li .gengduo a {
  font-size: 14px;
  line-height: 40px;
  color: #666;
}
.slideTxtBox .title ul .on {
  padding-bottom: 10px;
  border-bottom: 3px solid #016bb5;
}
.slideTxtBox .title ul .on span {
  font-size: 34px;
  line-height: 40px;
  color: #015293;
  font-weight: 600;
}
.slideTxtBox .title ul .on .gengduo {
  display: inline-block;
}

.new .tzgg .slideTxtBox .tzgg_list ul li {
  overflow: hidden;
  margin-top: 12px;
}

.new .tzgg .slideTxtBox .tzgg_list ul li a {
  font-size: 18px;
  line-height: 42px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}
.new .tzgg .slideTxtBox .tzgg_list ul li a:hover {
  color: #016bb5;
}
.new .tzgg .slideTxtBox .tzgg_list ul li .date {
  font-size: 18px;
  color: #999;
}

.newPart {
  margin-top: 60px;
}
.newPart .fl,
.newPart .fr {
  width: 620px;
}
.newPart .gzdt {
  margin-top: 30px;
}
.newPart .gzdt ul li {
  overflow: hidden;
}
.newPart .gzdt ul li i {
  float: left;
  width: 5px;
  height: 5px;
  background: url('../images/ywdt_dotted.png') no-repeat;
  margin-top: 19px;
  margin-right: 8px;
}
.newPart .gzdt ul li a {
  float: left;
  font-size: 18px;
  line-height: 42px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 78%;
}
.newPart .gzdt ul li a:hover {
  color: #016bb5;
}
.newPart .gzdt ul li .date {
  float: right;
  font-size: 18px;
  line-height: 42px;
  color: #999;
}
.xwbf li {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.xwbf_time {
  width: 87px;
  border-right: 1px solid #999;
  padding-right: 15px;
  margin-right: 15px;
}
.xwbf_time p {
  margin-top: 4px;
}
.xwbf_time p img {
  margin-top: 8px;
}
.xwbf_time p i {
  font-size: 24px;
  color: #cc0620;
  line-height: 36px;
  font-weight: 600;
  float: right;
}

.xwbf_time span {
  font-size: 18px;
  color: #999;
  line-height: 30px;
}
.xwbf_name {
  flex: 1;
  font-size: 18px;
  color: #333;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* 专题专栏 */
.sy_title {
  margin: 60px 0 50px;
  background: url('../images/sy_title_bg.png') no-repeat top;
}
.sy_title h3 {
  text-align: center;
}
.sy_title a {
  line-height: 76px;
  text-align: center;
  font-weight: 600;
  color: #055494;
  font-size: 40px;
}
.ztzl {
}
.slideZtzlBox {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.slideZtzlBox .hd .next {
  position: absolute;
  top: 50px;
  right: 125px;
  z-index: 99;
  cursor: pointer;
}
.slideZtzlBox .hd .prev {
  position: absolute;
  top: 50px;
  left: 125px;
  z-index: 99;
  cursor: pointer;
}
.slideZtzlBox .hd .prev img,
.slideZtzlBox .hd .next img {
  width: 9px;
}
.slideZtzlBox .bd .tempWrap {
  margin: 0 auto;
}
.slideZtzlBox .bd .picList li {
  width: 420px;
  height: 140px;
  margin: 0 5px;
}
.slideZtzlBox .bd .picList li .pic {
  overflow: hidden;
}
.slideZtzlBox .bd .picList li .pic img {
  width: 420px;
  height: 140px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.slideZtzlBox .bd .picList li:hover .pic img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
