@charset "UTF-8";
/*--重置部分css start--*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Microsoft Yahei','\5b8b\4f53', Georgia, "Times New Roman", "\5fae\8f6f\96c5\9ed1", STXihei, "\534e\6587\7ec6\9ed1", serif;
  font-weight: normal;
}

html,
body {
  margin: 0 auto;
  font-size: 14px;

}

body,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
strong,
span,
pre {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  color: #333;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: middle;
  border: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: #30322C;
  outline: none;
  cursor: pointer;
  transition: color 0.3s ease, bacground 0.3s ease, border-color 0.3s ease,
    bottom 0.3s ease;
  -moz-transition: color 0.3s ease, bacground 0.3s ease, border-color 0.3s ease,
    bottom 0.3s ease;
  -webkit-transition: color 0.3s ease, bacground 0.3s ease,
    border-color 0.3s ease, bottom 0.3s ease;
  -o-transition: color 0.3s ease, bacground 0.3s ease, border-color 0.3s ease,
    bottom 0.3s ease;
}

a:hover {
  background-repeat: no-repeat;
  text-decoration: none;
  color: var(--main-color);
}

a,
input[type="button"],
button,
label,
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input,
textarea,
select {
  outline: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea {
  outline-style: none;
  -webkit-appearance: none;
  resize: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
}
/* 全局变量 */
:root {
  /* 主色调 */ /* #3748a0 */
  --main-color: #0076DA;

  /* 蒙层颜色 */
  --mask-linear-gradient: linear-gradient(
    to top,
    rgb(0, 0, 0, 0.7),
    rgb(0, 0, 0, 0)
  );
  /* 蒙层颜色浅 */
  --mask-linear-gradient2: linear-gradient(
    to top,
    rgb(0, 0, 0, 0.5),
    rgb(0, 0, 0, 0)
  );
  /* 鼠标经过图片放大效果 */
  --img-zoom: scale(1.02);
  /* 鼠标经过图片颜色变深 */
  --img-hover-color: rgba(0, 0, 0, 0.5);
  /* 栏目页主色调 */
  --chn-main-color: #7f8475;
  /* 鼠标经过图片透明度 */
  --img-opacity: 0.9;
  /* 通用文字行距 */
  --text-line-height: 130%;
}

/*--重置部分css end--*/

/* 页面通用 头尾 共用版块 */
.pad-160 {
  padding: 0 1.6px;
}
/* =================头部================= */
.header {
}

/* 00 顶部信息条 */
.top {
width: 1280px;
    margin: 0px auto;
}
.top-logo {
width: 1280px;
    margin: 0px auto;
	height: 125px;
}
.top-bar {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #0076DA;
  padding: 0.15px 1.6px;
}

/* 左侧 顶部条 官方微信 */
.top-bar-l {
  display: flex;
  align-items: center;
  font-size: 0.13px;
}
.bar-l-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  height: 0.2px;
}
.bar-l-item img {
}
.bar-l-item + .bar-l-item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.13px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 0.15px;
}
.bar-l-item h3 {
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  font-weight: normal;
}
.bar-l-item h3:hover {
  color: rgba(255, 255, 255, 0.9);
}
.bar-l-item h3 > img,
.bar-l-item > img {
  max-height: 0.2px;
  margin-right: 0.08px;
  transition: all 0.3s ease;
  filter: brightness(100);
  opacity: 0.75;
}
.bar-l-item h3:hover > img,
.bar-l-item:hover > img {
  transform: translateY(-0.01px);
}

/* 微信 微博 手机弹出二维码 */
.ewm-img {
  position: absolute;
  left: 50%;
  top: 0.4px;
  width: 1.5px;
  margin-left: -0.75px;
  height: 0;
  padding: 0.1px;
  background: #fff;
  box-shadow: 0 0 0.27px 0 rgba(46, 63, 76, 0.1);
  border-radius: 0.1px;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
.ewm-img::before {
  content: "";
  position: absolute;
  top: -0.09px;
  left: 50%;
  margin-left: -0.08px;
  display: block;
  width: 0;
  height: 0;
  border-left: 0.08px solid transparent;
  border-right: 0.08px solid transparent;
  border-bottom: 0.1px solid #fff;
}
.ewm-img img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all 0.3s ease;
}
.bar-l-item:hover .ewm-img {
  visibility: visible;
  opacity: 1;
  height: 1.5px;
}
.bar-l-item:hover .ewm-img img {
  opacity: 1;
}

.topleft {
	width:375px;
	float:left;
}
.topcent {
	width:230px;
	float:left;
}
.topcent h2{
         padding: 17px 5px;
    margin-top: 15px;
    line-height: 28px;
    font-weight: bold;
    font-family: inherit;
}

.topcent-2 {
	width:30%;
	float:left;
	    margin-top: 20px;
}
.topcent-2 h3{
	font-size: 16px;
	padding-left: 55px;
}

.topright {
	width:250px;
	float:right;
	    margin-top: 35px;
}

/* 右侧 顶部条 多语种 搜索 */
.top-bar-r {
  display: flex;
  align-items: center;
}

/* 我的关注 */
.my-follow {
  font-size: 0.15px;
  margin-right: 0.2px;
  color: #9ba3d0;
}
.my-follow:hover {
  color: #fff;
}
/* 多语种 下拉框 */
.mod-lang {
  position: relative;
  background: #fff;
  width: 1.44px;
  height: 0.38px;
  line-height: 0.38px;
  border-radius: 0.1px;
  padding: 0 0.15px;
  margin-right: 0.1px;
}

.selected-lang {
  cursor: pointer;
  width: 100%;
  height: 0.38px;
  line-height: 0.38px;
  border: none;
  background: none;
  color: #565a4f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.selected-lang h2 {
  font-size: 0.13px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.selected-lang h2 + img {
  width: 0.09px;
  transition: all 0.3s ease;
}
.selected-lang h2::before {
  content: "";
  display: inline-block;
  width: 0.14px;
  height: 0.14px;
  background: url(../images/icon-top-lang2.png) no-repeat center;
  background-size: 100%;
  margin-right: 0.08px;
  transition: all 0.3s ease;
}
.mod-lang.lang-select-hover {
  background: rgba(255, 255, 255, 1);
  border: none;
}
.mod-lang.lang-select-hover h2 {
  color: #30322C;
}
.mod-lang.lang-select-hover .selected-lang h2::before,
.mod-lang.lang-select-hover .selected-lang h2 + img {
  filter: brightness(0);
}
.mod-lang.lang-select-hover .selected-lang h2 + img {
  transform: rotate(180deg);
}
/* 语言 下拉列表 */
.lang-list {
  position: absolute;
  top: 0.42px;
  left: 0;
  z-index: 100;
  width: 1.42px;
  background: #ffffff;
  box-shadow: 0 0 0.27px 0 rgba(46, 63, 76, 0.1);
  border-radius: 0.1px;
  overflow: hidden;
  display: none;
}

.lang-list li a {
  font-weight: bold;
  font-size: 0.13px;
  color: #4e4e4e;
  line-height: 0.33px;
  text-align: center;
  display: block;
}
.lang-list li a:hover {
  color: var(--main-color);
  background: #f8fafb;
}
/* 手机版头部 繁简切换等 不显示 */
.mb-top-r {
  display: none;
}

/* 搜索 */

.qzw_search { float:left; overflow:hidden; width:250px; height:52px; padding:1px; margin:1px 0 0 0px; background:#3278dd;}
.qzw_search .keyword { width:200px; height:50px; padding:0 10px; font-size:14px; line-height:33px; background:#fff; border:none}
.qzw_search .search {     float: right;
    width: 45px;
    height: 50px;
    background: url(../../images/search-ico.png) no-repeat 5px 10px;
    border: none;
    cursor: pointer;}
	
/* 00 logo 导航 */
.top-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.28px 1.6px 0.34px;
}
/* LOGO */
.mod-logo {
  display: flex;
  align-items: center;
}
.sznews-logo {
  width: 1.96px;
  margin-right: 0.1px;
}
.sznews-logo img {
  width: 100%;
}
.slogan {
  height: 0.35px;
  line-height: 0.35px;
  background: #fff;
  border-radius: 0.2px;
  font-weight: normal;
  font-size: 0.15px;
  color: var(--main-color);
  padding: 0 0.15px;
}
/* 导航 */
.top-nav{
width:100%;height:90px; background-color:#3278dd;
}
.top-nav-con{
	width:1280px;margin:0px auto;background-color: #3278dd;
}
.nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1260px;
  border-bottom: 0px solid rgba(255, 255, 255, 0.1);
      padding: 10px 30px;
  position: relative;
}
.nav-item{

float:left;
}
/* 一级导航 */
.nav-link {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  height: 18px;
  line-height: 25px;
}
.nav-link:hover,
.nav-link-hover {
  color: rgba(255, 255, 255, 1);
  transform: scale(1.08);
  font-weight: bold;
}

.nav-link:before,
.nav-link:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  top: 25px;
  background: #fff;
}
.nav-link:before {
  left: 0;
}
.nav-link:after {
  right: 0;
  background: #fff;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-link:hover:before {
  background: #fff;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.nav-link:hover:after {
  background: transparent;
  width: 100%;
}
.nav-link-hover::after {
  width: 100%;
}


/* 导航 我的关注 隐藏 */
.mb-nav-item {
  display: none;
}
/* 智能机器人 */
.top-robot {
  position: relative;
}
.robot {
  width: 0.88px;
  margin-right: 0.6px;
}
.robot img {
  width: 100%;
}
.bobot-txt {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(95deg, #b38ba3, #f7d7ea);
  border: 1px solid rgba(255, 255, 255, 0.91);
  border-radius: 0.3px;
  font-size: 0.13px;
  color: #03320d;
  line-height: 0.35px;
  width: 0.78px;
  text-align: center;
}

/* 栏目头部样式 */
.black-logo {
  display: none;
}
.col-head .white-logo {
  display: none;
}
.col-head .black-logo {
  display: block;
  margin-right: 0.67px;
}
.col-head .top-head {
  position: relative;
  padding: 0.2px 2.6px 0;
  margin-bottom: 0.4px;
}
.col-head .top-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.1px;
  background: #F9F9F9;
  border-bottom: 1px solid #EAEDE5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.col-head .slogan {
  display: none;
}
.col-head .main-nav {
  margin-right: 0.8px;
}
.col-head .nav-list {
  border-bottom: 1px solid #EAEDE5;
  padding-bottom: 0.15px;
}

.col-head .nav-link {
  color: #333;
}
.col-head .nav-link:before,
.col-head .nav-link:after {
  background: #7F8475;
  top: 0.3px;
  width: 0%;
}
.col-head .nav-link:hover:after {
  left: 0;
}
.col-head .nav-link-hover::after {
  width: 100%;
}
.col-head .nav-link:hover,
.col-head .nav-link-hover {
  color: #7F8475;
}
.col-head .sec-nav-list {
  top: 0.5px;
}
.col-head .sec-nav-list a {
  color: #333;
}
.col-head .sec-nav-list a::before {
  background: #7F8475;
}

/* 针对视频 二级栏目过多 调整 */
.video-nav-item .sec-nav-list {
  /* top: 0.4px; */
}

/* 频道左右切换 */

.chn-prev-btn,
.chn-next-btn {
  height: 0.51px;
  position: fixed;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  z-index: 10;
}
.chn-prev-btn {
  left: 0;
}
.chn-next-btn {
  right: 0;
}
.chn-prev-btn::before,
.chn-next-btn::after {
  content: "";
  display: block;
  width: 0.26px;
  height: 0.51px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.3s ease;
}
.chn-prev-btn::before {
  background-image: url(../images/chn-arrow_left.png);
  background-position: center;
  margin-left: 0.3px;
  margin-right: 0.16px;
}
.chn-next-btn::after {
  background-image: url(../images/chn-arrow_right.png);
  background-position: center;
  margin-right: 0.3px;
  margin-left: 0.15px;
}
.pjax-switch a span {
  display: block;
  font-size: 0.18px;
  line-height: 0.51px;
  color: #ffffff;
  height: 100%;
  visibility: hidden;
  min-width: 0.8px;
  text-align: center;
}
.chn-prev-btn:hover,
.chn-next-btn:hover {
  background-color: var(--main-color);
  background-size: 0.12px auto;
}
.chn-prev-btn:hover span,
.chn-next-btn:hover span {
  visibility: visible;
}
.chn-prev-btn:hover {
  border-radius: 0 0.3px 0.3px 0;
  padding-right: 0.25px;
}
.chn-next-btn:hover {
  border-radius: 0.3px 0 0 0.3px;
  padding-left: 0.25px;
}
.chn-prev-btn:hover::before,
.chn-next-btn:hover::after {
  width: 0.12px;
  height: 0.23px;
  filter: brightness(100);
}
.chn-prev-btn:hover::before {
  background-image: url(../images/chn-arrow_left.png);
  margin-left: 0.2px;
}
.chn-next-btn:hover::after {
  background-image: url(../images/chn-arrow_right.png);
  margin-right: 0.2px;
}

/* =================尾部================= */
.footer {
  background: #f5f5f5;
  width:1280px;
  margin:0 auto;
}
.friend-link,
.about-link,
.foot-info {
  padding: 0 2.6px;
}

/* 报业群 友情链接 */
.friend-link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.link-title {
width: 100%;
    text-align: left;
	    padding: 0px 16px;
}

.link-title h3 {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #020f34;
}
.ihover {
    height: 40px;
    display: block;
    width: 160px;
    color: #0076DA;
    border-bottom: 3px solid #0076DA;
    line-height: 40px;
    text-decoration: none;
}
.link-title h3 ul {
	float: left;
}

.link-title h3 ul li {
	float: left;
	line-height: 38px;
	width: 160px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	cursor: pointer;
}
.link_content {
	width: 100%;
	text-align: left;
}
.link_content_list {
	line-height: 25px;
	margin-top: 10px;
	margin-right: -5px;
}

.link_content_list li {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
}
/* 城市网盟 链接 */
.foot-cswm-list {
  margin-bottom: 0.2px;
}
.foot-cswm-list dt {
  padding-left: 0.2px;
  font-size: 0.16px;
  padding-bottom: 0.1px;
  margin-bottom: 0.05px;
  border-bottom: 1px solid #e4eefb;
}
/* 关于我们 */
.about-link {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #010101;
  margin-bottom: 0.5px;
}
.about-link a {
}
.about-link a::after {
  content: "|";
  color: #010101;
  margin: 0 10px;
}
.about-link a:last-child:after {
  display: none;
}
.about-link::before,
.about-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to left,
    #fff,
    #c4c4c4,
    #c4c4c4,
    #c4c4c4,
    #c4c4c4,
    #fff
  );
}
.about-link::before {
  margin-bottom: 15px;
}
.about-link::after {
  margin-top: 15px;
}

/* 备案信息 */
.foot-info {
  text-align: center;
  margin-bottom: 6px;
  width:1280px;
  margin:0 auto;
}
/* 备案信息 左侧 */
.foot-info-l {

     margin: 12px 0px;
}
.foot-info-l p {
 height: 35px;
    line-height: 35px;
    color: #666666;
    font-size: 14px;
}

.foot-info-l li,
.foot-info-l li a {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}
.foot-info-l li a:hover {
  color: var(--main-color);
}

/* 网信办链接 */
.foot-link-img {
  width: 235px;
  display: inline-block;
}
.foot-link-img img {
  width: 100%;
}
/* 版权信息 */
.foot-copyright {
  width: 100%;
  background: #e7e7e7;
  font-size: 14px;
  color: #8a8a8a;
  text-align: center;
  padding: 10px 0;
}
.foot-copyright p {
  display: inline-block;
  font-weight: 100;
}

.foot-copyright p::after {
  content: "|";
  color: #8a8a8a;
  margin: 0 10px;
}
.foot-copyright p:last-child:after {
  display: none;
}
/* 手机版底部 */
.mb-footer {
  display: none;
}
.w1280 {
    width: 1280px;
    background-color: #fff;
    margin: 0 auto;
}
