@charset 'utf-8';
/*转场图片*/
.slideBox {
  width: 100%;
  height: 430px;
  position: relative;
  overflow: hidden;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  bottom: 10px;
  z-index: 1;
}
.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.slideBox .hd li {
  width: 100%;
  float: left;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  background-color: #777;
  cursor: pointer;
}
.slideBox .hd li.on {
  background-color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
  width: 100%;
}
.slideBox .bd li {
  width: 100%;
  zoom: 1;
  vertical-align: middle;
}
.slideBox .bd img {
  width: 100%;
  height: 430px;
  display: block;
}
.slideBox .title_slide_top {
  position: absolute;
  height: 35px;
  width: 100%;
  left: 0;
  bottom: 0;
  line-height: 35px;
  background: url('https://www.yidaiyilu.gov.cn/images/PC/solid_bg.png') repeat-x;
  color: #ffffff;
  font-size: 16px;
  text-indent: 1em;
  text-align: left;
}
.slideBox .title_slide_top a {
  color: #ffffff;
}
.slideBox .prev {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 59px;
  height: 58px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  left: 0;
  background: url('https://www.yidaiyilu.gov.cn/images/PC/prev.png') no-repeat;
  background-position: 8px 5px;
}
.slideBox .prev:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 59px;
  height: 58px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  right: -11px;
  background: url('https://www.yidaiyilu.gov.cn/images/PC/next.png') no-repeat;
  background-position: 0px 5px;
}
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .nextStop {
  display: none;
}
/*头部*/
.search {
  float: right;
  display: inline;
  width: 240px;
  position: relative;
  background: url('../img/hc-search.png') no-repeat center;
}
.search_input {
  width: 240px;
  height: 36px;
  line-height: 36px;
  border: none;
  text-indent: 15px;
  color: #ffffff;
  background: none;
  outline: none;
}
.search_btn {
  position: absolute;
  height: 36px;
  width: 36px;
  right: 0;
  top: 50%;
  background: url('https://www.yidaiyilu.gov.cn/images/PC/search_btn.png') center no-repeat;
  border: none;
  cursor: pointer;
  display: block;
  margin-top: -18px;
}
/*主导航*/
.nav {
  height: 40px;
  z-index: 99;
  position: relative;
  background-color: #65a6e3;
}
.nav span {
  vertical-align: middle;
}
.nav_toolbar {
  height: 134px;
  position: relative;
}
.nav_toolbar .left {
  height: 100%;
  line-height: 134px;
  margin-right: 30px;
}
.nav_toolbar .right {
  height: 100%;
  line-height: 134px;
}
.nav_toolbar img {
  vertical-align: middle;
}
.menu {
  margin: 0 auto;
  padding: 0;
  width: 1100px;
  height: 40px;
}
.menu li {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-left: #ffffff solid 1px;
  float: left;
  position: relative;
  font-size: 16px;
  width: 110px;
  height: 40px;
  text-align: center;
}
.menu li:hover > a {
  background: url('https://www.yidaiyilu.gov.cn/images/PC/navhover_bg.png') repeat-x;
  text-decoration: none;
}
.menu li:hover > ul {
  display: block;
  *left: -22px;
}
.menu li a {
  color: #ffffff;
  display: block;
  line-height: 40px;
  padding: 0px;
  font-family: '微软雅黑', sans-serif;
}
.menu ul {
  display: none;
  margin: 0;
  padding: 0;
  min-width: 145px;
  width: 100%;
}
.menu ul li {
  display: block;
  float: none;
  background: url('https://www.yidaiyilu.gov.cn/images/PC/nav_bg.png') repeat-x;
  border-top: #58a5fe solid 1px;
  border-left: none;
}
.menu ul li a {
  color: #ffffff;
  display: block;
  line-height: 40px;
  padding: 0px;
}
.menu ul li:hover a {
  background: none;
  color: #ffffff;
  text-align: center;
}
.menu ul li:hover > a {
  background: url('https://www.yidaiyilu.gov.cn/images/PC/navhover_bg.png') repeat-x !important;
  color: #f7f7f7 !important;
  text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 2px;
}
.menu ul a {
  display: block;
  height: auto;
  font-size: 14px;
  word-wrap: break-word;
}
.menu ul a:hover {
  background: url('https://www.yidaiyilu.gov.cn/images/PC/navhover_bg.png') repeat-x !important;
  color: #f7f7f7 !important;
  text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 2px;
}
.hot_title {
  margin: 25px 0;
}
.hot_title a:hover {
  color: #ff9724!important;
}
.hot_title h1 a {
  font-size: 40px;
  font-weight: 600;
  color: #3756aa;
}
.hot_title span a {
  font-size: 16px;
  color: #3756aa;
  margin-right: 1em;
}
.hot_title span a:last-child {
  margin-right: 0;
}
.rdzt h1 {
  color: #333;
}
.rdzt p {
  color: #999;
}
/*海外看丝路*/
.hwksl_pic {
  width: 535px;
}
.hwksl_pic h1 {
  color: #39589d;
  font-size: 18px;
}
.hwksl_pic p {
  color: #a7a7a7;
  font-size: 14px;
}
.hwksl_pic span {
  color: #a7a7a7;
}
/*主体内容*/
.main-1 {
  width: 737px;
  height: auto;
  border-top: #999 solid 2px;
}
.main-1.sbox {
  border-top: none;
}
.main-2 {
  width: 330px;
  height: auto;
  border-top: #999 solid 2px;
}
.main-3 {
  width: 780px;
  height: auto;
  border-top: #999 solid 2px;
}
.main-4 {
  width: 370px;
  height: auto;
  border-top: #999 solid 2px;
}
.title {
  border-bottom: 1px solid #dee2e6;
  height: 35px;
  line-height: 35px;
}
.title_name {
  font-size: 16px;
  color: #ccc;
}
.title_name a {
  display: inline-block;
  font-size: 16px;
  color: #3f5ea0;
  width: 100px;
  text-align: center;
  line-height: 35px;
}
.title_name a.hover {
  background: url('../img/hc-title-icon.png') bottom no-repeat;
  margin-top: -2px;
  border-top: #12af8a solid 2px;
  background-position: 90px 20px;
  font-size: 17px;
  font-weight: 600;
}
.title_more {
  padding-right: 10px;
  float: right;
  width: 40px;
  background: url('https://www.yidaiyilu.gov.cn/images/PC/more.png') no-repeat;
  background-position: 30px 12px;
  *margin-top: -36px;
}
.title_more a {
  color: #999;
}
/*浮漂*/
.main_wrap_r {
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 0;
  margin: 230px 0px 0px 615px;
  overflow: hidden;
}
.main_wrap_r li {
  padding: 0 2px;
  background-color: #65a6e3;
  border: 1px solid #c6ddf2;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  cursor: pointer;
  line-height: 30px;
  margin-bottom: 4px;
}
.main_wrap_r a {
  color: #ffffff;
}
.main_wrap_r b {
  font-size: 16px;
}
/*页尾*/
.footer {
  text-align: center;
  line-height: 25px;
  background-color: #65a6e3;
  width: 100%;
  height: 50px;
  padding: 30px 0;
}
.footer p {
  font-size: 16px;
  color: #ffffff;
}
/*项目案例*/
.xmal_pic {
  width: 350px;
  height: 180px;
  overflow: hidden;
  position: relative;
}
.xmal_pic img {
  width: 100%;
}
.xmal_pic .pic_title {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-indent: 5px;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
.xmal_pic .pic_title a {
  color: #ffffff;
}
/* 权威发布 */
.qwfb .commonList_dot-qw {
  height: 220px;
  overflow: hidden;
}
/* 增加样式 */
.right img {
  width: 100%;
}
.con_xmal_1 .commonList_dot li {
  width: 350px;
  overflow: hidden;
  height: 29px;
}
.bo-line {
  clear: both;
  overflow: hidden;
  zoom: 1;
}
.bo-33 {
  display: inline-block;
  width: 33.33333333%;
  float: left;
}
.box p {
  font-size: 16px;
  line-height: 30px;
  font-family: "宋体";
  padding: 2px 30px;
}
.yclm_i .main-1 {
  width: 100%;
}
.yclm_i .bo-box {
  margin: 0 -10px;
}
.yclm_i .xmal_pic {
  width: 100%;
  overflow: hidden;
}
.yclm_i ul {
  font-size: 0;
  width: 100%;
}
.yclm_i li {
  width: 25%;
  display: inline-block;
  font-size: 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}
.hdzt-box .img-full {
  display: none;
}
.rtop-item {
  margin-bottom: 10px;
}
.rtop-item .commonList_dot-qw a {
  font-size: 12px;
}
.rtop-item li {
  height: 6em;
  overflow: hidden;
  padding-top: 3px;
}
.rtop-item b a {
  font-size: 16px;
  color: #0054a6;
}
.rtop-item:last-child {
  margin-bottom: 0;
}
.rtop .commonList_dot-qw li {
  line-height: 2em;
}
.commonList h5 {
  height: 36px;
  width: 100%;
  line-height: 36px;
  text-indent: 4px;
  font-size: 16px;
  overflow: hidden;
}
.commonList h5 a {
  display: block;
  margin-left: 36px;
  background-color: #ffffff;
}
.commonList li.on .img-full {
  display: block;
  height: 132px;
  overflow: hidden;
}
.commonList li.on h5 {
  /* height:@zth;
                line-height:@zth; */
}
.commonList li.on h5 a {
  color: #0054a6;
  font-weight: 600;
}
/* 秘书处 */
.con_hwksl_1 .img-full {
  width: 180px;
  height: 100px;
  overflow: hidden;
}
/* 活动专题悬浮效果 */
.on .i1 {
  background: url('../img/hc-icon.png') no-repeat -8px -6px;
}
.on .i2 {
  background: url('../img/hc-icon.png') no-repeat -8px -65px;
}
.on .i3 {
  background: url('../img/hc-icon.png') no-repeat -8px -125px;
}
.on .i4 {
  background: url('../img/hc-icon.png') no-repeat -8px -185px;
}
.i1 {
  background: url('../img/hc-icon.png') no-repeat -8px -242px;
}
.i2 {
  background: url('../img/hc-icon.png') no-repeat -8px -287px;
}
.i3 {
  background: url('../img/hc-icon.png') no-repeat -8px -332px;
}
.i4 {
  background: url('../img/hc-icon.png') no-repeat -8px -377px;
}
.yqlj {
  font-size: 18px;
}
.yqlj a {
  color: #2b6ead;
}
.yqlj li {
  margin-top: 20px;
  text-align: center;
}
.yqlj-title {
  text-align: center;
}
.yqlj-title b {
  border-left: 2px solid #2b6ead;
  border-right: 2px solid #2b6ead;
  color: #2b6ead;
  padding: 0 8px;
}
/* 二级页面 */
.sptub {
  background: url(https://www.yidaiyilu.gov.cn/images/PC/sp228.png) no-repeat;
  padding: 0px 26px;
  background-position: -3px 3px;
}
.jj_box {
  display: none;
}
.jj_box p {
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
.jj_box p img {
  max-width: 100%;
  /*修改图片高度自使用2018-01-08*/
  height:auto!important;
  /*修改图片高度自使用2018-01-08*/
}
.right_in {
  width: 838px;
}
.wtfz_box {
  border-top: #0068b5 solid 3px;
}
.wtfz_left li {
  position: relative;
  width: 227px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 2px;
  font-size: 18px;
  cursor: pointer;
  background-color: #7eb4e4;
  font-weight: 600;
}
.wtfz_left li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.wtfz_left li.cur {
  background-color: #b4d7f1;
}
.wtfz_left li.cur a {
  color: #0068b5;
}
.wtfz_left .triangle-right {
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #06d3c0;
  position: absolute;
  top: 25px;
  right: -10px;
}
.wtfz_left .img-full {
  margin-top: 16px;
}
.wtfz_right {
  margin: 16px 0 0 35px;
}
.wtfz_right p {
  font-size: 16px;
}
.wtfz_right p h5 {
  font-weight: 600;
  font-size: 16px;
}
.wtfz_right li {
  padding: 30px 0;
  border-bottom: #ccc dashed 1px;
  position: relative;
}
.wtfz_right li h1 {
  font-size: 18px;
  color: #4c4c4c;
  font-weight: 600;
}
.wtfz_right li .left_content p {
  font-size: 16px;
  color: #4c4c4c;
}
.wtfz_right li .left_content span {
  font-size: 14px;
  float: right;
}
/* 合作伙伴 */
.hzhb_title {
  text-align: center;
  padding-top: 30px;
}
.hzhb .right_in {
  background-color: #fff;
}
.hzhb li {
  float: left;
  width: 50%;
  padding: 0;
  border: none;
}
.hzhb li .left_content {
  padding: 0 10px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  overflow: hidden;
}
.hzhb li img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}
/* 通用二级 */
.tyej .right_in {
  width: 720px;
}
.tyej .right_in li {
  padding: 20px 0;
}
.tyej .right_in .img-full {
  margin-right: 10px;
}
.tyej li .right_content {
  width: 33.33333333%;
}
.tyej li .left_content {
  width: 66.66666666%;
}
.tyej li .left_content p {
  font-size: 14px;
  height: 7.2em;
  overflow: hidden;
}
.tyej li h1 {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.2em;
  height: 1.2em;
}
.tyej .wtfz_right {
  margin-left: 15px;
}
.tyej .wtfz_box {
  background-color: #ffffff;
}
.tyej .main-2 {
  border-top: none;
}
.tyej .rdzt a.hover {
  border-top: none;
}
.tyej .hdzt {
  border-top: #999 solid 2px;
}
/* 原创栏目 */
.yclm.right_in .img-full {
  margin-right: 20px;
  position: relative;
}
.yclm.right_in .img-full .video_hover {
  position: absolute;
  bottom: 3px;
  left: 0;
  width: auto;
  height: auto;
}
.yclm .rtop-item {
  margin-bottom: 0;
}
.yclm .commonList_dot-qw li {
  height: 6em;
  border: none;
  padding: 3px 0 0 19px;
  margin-bottom: 10px;
  line-height: 2em;
  overflow: hidden;
}
.yclm li .right_content {
  width: 50%;
}
.yclm li .left_content {
  width: 50%;
}
/* 文字列表 */
.wzlb_title {
  color: #0068b5;
  font-size: 24px;
  font-weight: normal;
  padding-left: 10px;
  height: 45px;
  line-height: 45px;
}
.wzlb_box li {
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
}
.wzlb_box h3 {
  font-size: 18px;
  float: left;
  width: 91%;
}
.wzlb_box span {
  float: right;
  font-size: 14px;
}
.moreBtn {
  text-align: center;
  margin-top: 30px;
}
#moreBtn span {
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  background-color: #65a6e3;
  width: 200px;
  height: 35px;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  cursor: pointer;
  color: #ffffff;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .nav {
    overflow-x: auto;
  }
  .nav_toolbar {
    width: 100%;
    height: auto;
  }
  .nav_toolbar .left {
    height: 80px;
    line-height: 80px;
    margin-right: 5px;
  }
  .nav_toolbar .left img {
    width: 100%;
  }
  .nav_toolbar .left:nth-child(1) {
    width: 12.5%;
  }
  .nav_toolbar .left:nth-child(2) {
    width: 12.5%;
  }
  .nav_toolbar .left:nth-child(3) {
    width: 70%;
  }
  .hot_title span a {
    font-size: 14px;
  }
  .hot_title h1 a {
    font-size: 18px;
  }
  .main-1,
  .main-2 {
    width: 100%;
  }
  .slideBox {
    height: 212px;
  }
  .slideBox .hd {
    display: none;
  }
  .slideBox .bd img {
    height: auto;
  }
  .slideBox .title_slide_top {
    font-size: 14px;
  }
  .con_xmal_1 .left,
  .con_xmal_1 .right {
    float: none;
    margin-bottom: 20px;
  }
  .con_xmal_1 .xmal_pic {
    width: 100%;
  }
  .con_hwksl_1 .img-full {
    width: 40%;
    height: 80px;
  }
  .con_hwksl_1 .hwksl_pic {
    width: 60%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
  }
  .con_hwksl_1 .hwksl_pic h1 {
    font-size: 16px;
  }
  .xmal_pic {
    height: auto;
  }
  .xmal_pic .pic_title {
    font-size: 12px;
  }
  .yclm .commonList_dot-qw {
    display: none;
  }
  .yclm_i ul {
    height: auto;
  }
  .yclm_i li {
    width: 50%;
    margin-bottom: 10px;
  }
  .footer p {
    font-size: 12px;
  }
  .yqlj li {
    font-size: 14px;
  }
  .wtfz_left {
    display: none;
  }
  .wtfz_right {
    margin: 0;
    width: 100%;
  }
  .hzhb .wtfz_right {
    width: 100%;
  }
  .hzhb_title img {
    width: 100%;
  }
  .right_in {
    width: 100%;
  }
  .rdzt img {
    width: 100%;
  }
  .tyej li h1 {
    height: auto;
  }
  .tyej li p {
    display: none;
  }
  .tyej .wtfz_box {
    background: none;
  }
  .tyej .wtfz_right {
    margin-left: 0;
  }
  .tyej .right_in {
    width: 100%;
  }
  .tyej .right_in li {
    padding: 10px 0;
  }
  /* .page{
        span{
            padding: 2px 8px;
            margin-right: 10px;
        }
    } */
}

/*# sourceMappingURL=../maps/index.css.map */
