@charset "UTF-8";
/**
*
@Author: MiniHui
@Date: Thu Jun 20 2019 08:47:11 GMT+0800 (GMT+08:00)
*
*/
html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
form,
input,
textarea,
label,
ul,
ol,
dl,
li,
dt,
dd,
.clearfix:after {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  /*font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif' !important;*/
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #3773db;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe,
img {
  border: 0;
}

img {
  vertical-align: middle;
}

input {
  outline: none;
}

button {
  border: 0;
  outline: 0;
}

/* 图片地址 */
/* 颜色 */
/* 屏幕尺寸 */
html,
body {
  position: relative;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 0px;
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

body {
  background: #f8f8f8;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.top {
  width: 100%;
  height: 100px;
}

.logo {
  width: 233px;
  height: 52px;
  background: url("//www.xinhuanet.com/video/zt/yh2019/images/logo.png") 0 0 no-repeat;
  margin: 24px auto;
}

.nav {
  font-size: 18px;
  line-height: 100px;
  color: #000;
}

.nav a {
  color: #000;
  position: relative;
}

.nav a:first-child:before {
  display: none;
}

.nav a.on {
  color: #f39800;
  font-weight: bold;
}

.nav a.on:before {
  color: #000;
}

.nav a:before {
  content: "|";
  margin-left: 28px;
  margin-right: 28px;
}

.colTitle {
  position: relative;
  height: 44px;
  margin-bottom: 65px;
}

.colTitle img {
  position: relative;
  z-index: 3;
  background: #f8f8f8;
  margin-top: 3px;
  padding-right: 15px;
}

.colTitle a {
  position: relative;
  z-index: 3;
  line-height: 44px;
  color: #333333;
  margin-right: 20px;
  font-size: 18px;
}

.colTitle:after {
  content: "";
  background: #efefef;
  height: 38px;
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 1;
}

/* .recommend {
    margin-top: 50px;
}

.yhj {
    float: left;
    position: relative;
    .layer {
        right: -450px;
        top: -350px;
        z-index: 5;
    }
}

.yht {
    float: right;
    position: relative;

    .layer {
        left: -450px;
        top: -350px;
        z-index: 5;
    }
}

.layer {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
    width: 900px;
    height: 477px;
    padding: 90px 148px;
    box-sizing: border-box;
}

.layer-tit {
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 15px;
    font-weight: bold;
}

.layer-txt,
.layer-link {
    font-size: 18px;
    line-height: 38px;
}
.layer-link{
    font-weight: bold;
    margin-top: 10px;
}
.layer-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: url($ImgSrc + "layer-close.png") 0 0 no-repeat;
    cursor: pointer;
}

.foot-logo {
    margin: 30px auto;
    text-align: center;
}


.foot-tips {
    text-align: center;
    margin-bottom: 20px;

    &:after {
        content: "";
        width: 385px;
        height: 1px;
        margin: 20px auto;
        background: #939393;
        display: block;
    }

}

.foot-links {
    text-align: center;
}

.foot {
    margin-top: 25px;
    margin-bottom: 20px;

    a {
        color: #939393;
        font-size: 18px;
        line-height: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
} 
 */
.main {
  margin-top: 30px;
}

.main-nav {
  position: relative;
}

.main-nav:after {
  content: "";
  width: 1px;
  height: 147px;
  border-right: 1px solid #f39c0a;
  display: block;
  position: absolute;
  right: -16px;
  top: 4px;
}

.main-nav a {
  display: block;
  font-size: 20px;
  color: #616161;
  margin-bottom: 34px;
}

.main-nav a.on {
  color: #f39c0a;
  font-weight: bold;
}

.main-cont {
  width: 1100px;
  pointer-events: none;
}

.main-cont li {
  text-align: right;
  margin-bottom: 65px;
}

.main-banner {
  text-align: right;
  margin-bottom: 65px;
}

.main-foot {
  text-align: center;
  margin-bottom: 65px;
}

/*# sourceMappingURL=maps/gyyh.css.map */
