/*body {*/
/*  background: #fdf7f1 url(../img/bg.png);*/
/*}*/
body {
  background: #fff url(../img/bg.png) no-repeat ;
  /*background: #f3f9fe url(../img/bg.png) no-repeat ;*/
  width: 100%;
  height: 100%;
  background-size:100%  100%;
  margin: 0 auto;

}
/************** 模态框  开始 **************/
.modal {
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal .content {
  width: 420px;
  border-radius: 6px;
  padding-bottom: 20px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.modal .content .m-title {
  color: #999;
  text-align: right;
  padding-right: 12px;
}
.modal .content .m-title .btn {
  font-size: 24px;
  transition: all 0.3s;
  cursor: pointer;
}
.modal .content .m-title .btn:hover {
  color: red;
}
.modal .content p {
  color: #333;
  font-size: 24px;
  text-align: center;
}
.modal .content .felx-box {
  font-size: 16px;
  padding: 12px 0;
  margin: 30px 0;
}
.modal .content .felx-box label {
  color: #555;
}
.modal .content .felx-box label:not(:last-child) {
  margin-right: 12px;
}
.modal .content .btns button {
  height: 40px;
  color: #fff;
  font-size: 18px;
  padding: 0 42px;
  border-radius: 21px;
  cursor: pointer;
  background-image: linear-gradient(129deg, #d3a984 0%, #be8a5d 100%);
}
/********** 模态框  结束  **********/
.float {
  z-index: 3;
  height: 72px;
  border-radius: 45px;
  box-shadow: 0 0 6px 0 rgba(209, 170, 112, 0.5);
  /*background: #fff url(../img/7.png) no-repeat 3% center;*/
}
.float .iconfont {
  color: #015293cf;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: -18px;
}
.float a {
  font-size: 18px;
  display: block;
  height: 100%;
  padding-top: 10px;
  padding-left: 80px;
  padding-right: 24px;
}
.float a p:nth-child(1) {
  color: #835421;
  font-weight: 700;
  min-width: 40px;
}
.float a p:nth-child(2) {
  color: #333;
  font-size: 16px;
}
.head {
  /* height:190px;*/
  /* background-size:cover;*/
  /*display: flex;*/
  /*flex-direction: row;*/
  /*align-items: center;*/
  /*padding: 0 20px;*/
  /*justify-content: space-between;*/
}
/*no-repeat*/
.head{
  overflow: hidden;
  /*height:90px;*/
}
.head .head-logo img,.head .head-logo{
  height:93px;
  width:280px;

}
.head .head-logo{
  float: left;
  margin-top: 26px;
}
.head .head-info{
  color: #fff;
  width: 500px;
  height: 140px;
  float: right;
  margin-top: 26px;
}
.head .head-info img{
  width: 100%;
  height: 100%;
  display: block;
}


.head .container img {
  width: auto;
}
.nav {
  color: #fff;
  background-color: #015293;
  height:45px
}
.nav .container2 > ul {
  display: flex;
  justify-content: space-between;
}
.nav .container2 > ul > li {
  flex: 1;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.nav .container2 > ul > li:not(:last-child) {
  margin-right: 6px;
}
.nav .container2 > ul > li > p {
  color: #fff;
  font-size: 18px;
  display: block;
  /*padding: 20px 0;*/
  transition: all 0.3s;
  line-height: 45px;
}
.nav .container2 > ul > li:hover > p,
.nav .container2 > ul > li.active > p{
  background-color: #0e68b1;
}
.nav .container2 > ul > li .child {
  width: 100%;
  z-index: 2;
  line-height: 36px;
  padding: 12px 0;
  text-align: center;
  box-shadow: rgba(184, 184, 184, 0.8) 0 0 6px;
  background-color: #fff;
  display: none;
  position: absolute;
}
.nav .container2 > ul > li .child::before {
  content: '';
  border: 6px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.nav .container2 > ul > li .child p {
  color: #333;
  font-size: 16px;
  display: block;
  transition: all 0.3s;
}
.nav .container2 > ul > li .child p:hover {
  color: #fff;
  background-color: #015293;
}
.nav .container2 > ul > li .child li {
  position: relative;
}
.nav .container2 > ul > li .child .child {
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
}
.nav .container2 > ul > li .child .child::before {
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  border-bottom-color: transparent;
  border-right-color: #015293;
}
.container-input{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 0;
}
.container-input div{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width:88%;
}
.container-input button{
  width: 10%;
  background: #015293;
  color:#fff;
  font-size: 14px;
}
.container-input div input{
  padding: 0 20px;
  width: 88%;
  border: 1px solid #0e68b1;
  height: 38px;
  border-right: none
}
.container-input div select{
  width:12%;height:38px;
  border: 1px solid #0e68b1;
  cursor: pointer;
}
#footer{
  background: #d7eefe;overflow:hidden;
}

/*tab切换 开始===========================================================*/
.footer_daj{
  padding-top: 35px;
  text-align: center;
  font-family: "microsoft yahei";
  overflow: hidden;
}
.footer_daj .block1{
  float: left;
  margin-left:100px;
  height: 80px;
  width: 80px;
}
.footer_daj .block2{
  float: left;

  width: 900px;
  overflow: hidden;
}
.footer_daj .block3{
  float: left;

  width: 120px;
}
.footer_daj .block2 p{
  color: #444;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
.footer_daj .block2 p a{
  text-decoration: none;
  color: #444;
}
.da_nav{background:#3f73b3;height:45px;position:relative;font-family:"microsoft yahei";}
.da_nav ul{margin: 0;padding-left: 0;list-style: none;}
.da_nav li{float:left;font-size:18px;color:#fff;line-height:45px;height:45px;width:133px;text-align:center;}
.da_nav li a{font-size:18px;color:#fff;text-decoration: none;font-weight:bold;}
.da_nav li:first-child{background:#3f73b3 url(/ewebeditor/uploadfile/20211231142050332.png) no-repeat 30px center;}
.da_nav li:first-child:hover{background:#fff url(/ewebeditor/uploadfile/20211231141925322.png) no-repeat 30px center}
.da_nav li:hover{background:#fff;}
.da_nav li:hover a{color:#3f73b3;}
.da_nav li ul{display:none;position:absolute;z-index:1000;background:#5e8cc4;opacity:0.9;height:auto;}
.da_nav li ul li{background:#5e8cc4;opacity:0.9;height:40px;line-height:40px;float:left;}
.da_nav li ul li:first-child{background:#5e8cc4;}
.da_nav li ul li:first-child:hover{background:#eaf3ff;}

.da_nav li ul li a{display:block;font-size:16px;text-decoration: none;color:#fff !important;font-weight:bold;}
.da_nav li ul li:hover{background:#eaf3ff;}
.da_nav li ul li:hover a{color:#3f73b3 !important;}
.da_nav li:hover ul{display:block;}
.da_nav .da_sub{left:0px;width:1200px;top:45px;overflow:hidden;}

.xdn_topline  {text-align:left;height:50px;font-family: "microsoft yahei";line-height: 50px;}
.xdn_topline  a{color:#cc0003;text-decoration:none;font-size:28px;font-weight:bold;}
.xdn_topline  a:visited{color:#cc0003;text-decoration:none}
.xdn_topline  a:hover{color:#cc0003;text-decoration:underline}

.xdn_slide {
  position: relative;
  width: 450px;
  height:290px;
  float: left;
}
.xdn_slide img {
  width: 450px;
  height: 290px;cc
}
.xdn_slide .shadow .title {
  width: 368px;
  height: 30px;
  padding-top: 20px;
  color:#fff;
}
.xdn_slide .btn {
  position: absolute;
  bottom: 34px;
  left: 410px;
  overflow: hidden;
  zoom: 1;
}
.xdn_slide .btn a {
  position: relative;
  display: inline;
  width: 13px;
  height: 13px;
  margin: 0 5px;
  color: #B0B0B0;
  font: 12px/15px "\5B8B\4F53";
  text-decoration: none;
  text-align: center;
  outline: 0;
  float: left;

}
.focus .D1fBt a:hover{background:none;}
.xdn_slide .neirong font a:link{color:#fff;font-size:14px;font-family:"microsoft yahei";}
.xdn_slide .shadow {
  width: 100%;
  position: absolute;
  bottom:0px;
  left: 0px;
  z-index: 10;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: left;
  background-color:rgba(0, 0, 0, 0.4);
  filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#66000000,endcolorstr=#66000000);
}
.xdn_slide .shadow a {
  display:block;
  width: 430px;
  padding: 0 10px;
  height: 40px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-family:"microsoft yahei";
  overflow: hidden;
}

.xdn_slide .fcon {
  position: relative;
  width: 100%;
  float: left;
  display: none;
  background: #000;
}
.xdn_slide .fbg {
  bottom: 0px;
  right:0px;
  position: absolute;
  height: 40px;
  text-align: center;
  z-index: 200;
}

.xdn_slide .fbg div {
  margin: 0px;
  zoom: 1;
  height: 40px;
  width: 81px;
  position:relative;
  /*background: url(/ewebeditor/uploadfile/20211230180646144.png) no-repeat center center;*/
  overflow: hidden;
}
.xdn_slide .fbg .dnnum{
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 1000;color:#fff;
  line-height:40px;
  height:40px;
  font-size:16px;
}
.xdn_slide .D1fBt a {
  position: absolute;
  width: 20px;
  height: 40px;
  line-height:40px;
  text-decoration: none;
  text-align: center;
  left:30px;

}

.xdn_slide .D1fBt .current i{
  display:block;
  color:#fff;
  font-size:16px;
}



.xdn_slide .D1fBt i {
  display: none;
  font-style: normal;
}

.xdn_slide .prev{
  position: absolute;
  bottom: 15px;
  z-index:10;
  margin-top: 10px;
  left: 25px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url() no-repeat;
  display:none;
}
.xdn_slide .next {
  position: absolute;
  bottom:15px;
  z-index:10;
  margin-top: 10px;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display:none;
}
.daj_tit22 ul {list-style:none;margin:0;padding:0;font-family: "microsoft yahei";margin-top:10px;}
.daj_tit22 ul li{text-align:left;list-style-position:outside;list-style-type:none;font-size:18px;padding-left:6px;_padding-left:2px;line-height:41px;height:41px;}
.daj_tit22 ul li a{display:inline-block;width: 422px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.daj_tit22 ul li font, .daj_tit22 ul li a{display:inline-block;vertical-align:middle;margin-right:5px }
.daj_tit22 ul li a:link{color:#444;text-decoration:none}
.daj_tit22 ul li a:visited{color:#444;text-decoration:none}
.daj_tit22 ul li a:hover{color:#444;text-decoration:underline}
.daj_tit22 li span{float:right;color:#444;margin-right:8px;font-weight:normal;}
/*ÌáÈ¡Íâ¿òÑùÊ½*/
.xda_yk1 {
  height:100%;
  margin-top: 20px;
}
.xda_yk1 .tab {
  position:relative;
  font-size:20px;
  height:35px;
  clear:both;
  border-bottom:solid 1px #dbdbdb;
  font-family: "Microsoft YaHei" ;
}
.xda_yk1 .tab li {
  list-style:none;
  float:left;
  text-align:center;
  height:35px;
  line-height:25px;
  font-family: "Microsoft YaHei" ;
  list-style:none;
  width:33%
}
.xda_yk1 .tab li a {
  display:block;
  color:#333;
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
  list-style:none;
  font-family: "Microsoft YaHei" ;

}
.xda_yk1 .tab li.other1 .more{
  display:none;
}
.xda_yk1 .tab li.current1 .more{
  display:block;
}
.xda_yk1 .tab li.other2 .more{
  display:none;
}
.xda_yk1 .tab li.current2 .more{
  display:block;
}
.xda_yk1 .tab li.other3 .more{
  display:none;
}
.xda_yk1 .tab li.current3 .more{
  display:block;
}
.xda_yk1 .tab .current1 {
  border-bottom:2px solid #3f73b3;
}
.xda_yk1 .tab .other1 {

}
.xda_yk1 .tab .current1 a {
  color:#3f73b3;
}
.xda_yk1 .tab .other1 a {
  color:#333333;
}
.xda_yk1 .tab .current2 {
  border-bottom:2px solid #3f73b3;
}
.xda_yk1 .tab .other2 {

}
.xda_yk1 .tab .current2 a {
  color:#3f73b3;
}
.xda_yk1 .tab .other2 a {
  color:#333333;
}
.xda_yk1 .tab .current3 {
  border-bottom:2px solid #3f73b3;
}
.xda_yk1 .tab .other3 {

}
.xda_yk1 .tab .current3 a {
  color:#3f73b3;
}
.xda_yk1 .tab .other3 a {
  color:#333333;
}
.xda_yk1 .content .current {
  display:block;
}
.xda_yk1 .content .other {
  display:none;
}
.xda_yk1 .more{float:right;font-weight:normal;position:absolute;right:0;top:0;    width: 30px;
  height: 25px;
  background: url("assets");
  background: url("../img/more_icon.png") no-repeat center center;
}
.xda_yk1 .more a{color:#fff;font-size:16px;height:25px;line-height:25px;
  text-decoration:none;}
.xda_yk1 .tab li .more a{
  line-height: 25px;
  height: 25px;
  color:#fff}

/*tab 切换结束*/







.container-main{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main-left{
  width:18%;
  background: #fff;
}
.main-right-menu{
  width: 81%;

}
.flex{
float: left;
}
.main-right-menu .centertab{
display: none;
}
.centertab_avtice{
  display: block!important;
  }
.main-conter{
  width:70%;
}
.main-right{
  width:30%;
}
.main-left .li-first{
  line-height: 38px;
}
.main-left .li-first>h1{
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  /*background: #f7f7f7;*/
  /*box-shadow: 2px 2px 2px #9fb9d9;*/
  background-image: linear-gradient(135deg, #015293 0%, #0152935c 100%);
  padding: 4px 0;

}
.main-left .li-first>h1:before{
  /*height: 10px;*/
  /*width: 3px;*/
  background: #015293;
  content: "";
  display:inline-block;
  vertical-align: -3px;
  margin-right: 10px;
  margin-left: 10px;


}
.main-left .li-second{
  margin-left: 30px;

}
.main-left .li-second li{
  cursor: pointer;
}
.main-left .li-second li a{
  font-weight: inherit;
  font-size: 15px;
  color: #444;


}
.main-left .li-second li a:hover{
  color: #015293;
  font-size: 16px;
  font-weight: bold;
}
.main-conter .banner{
  width: 100%;
  height: 300px;
  background:#8a8f97;
}
.main-conter .conter-menu{
}
.main-right ul li{
  width: 100%;
  height: 150px;
  border: 1px solid #8a8f97;
  padding:8px;
  margin-bottom: 10px;
}
.main-right ul li img{
  width: 100%;
  height: 100%;
  display: block;
}

.parent-main-link .da_module span {
  text-align: left;
  padding: 0 20px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  display: block;
  background: url(../img/jt1.png) 270px center no-repeat;
  font-size: 14px;
}

.linkbox .link_sub .da_module:hover span {
  background: url(../img/jt2.png) 270px center no-repeat;
}
.parent-main{
  background: #d7eefe;
  height: 54px;
  width: 100%;
  padding: 7px 0 6px;
}
.parent-main-link{
  width: 1200px;
  margin:0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}
.parent-main-link .da_module {
  width:24%;
  height: 40px;
  border: 1px solid #fff;
  position: relative;
  text-align: left;
  background-color: #fff;
}




.parent-main-link  .da_module ul {
  width: 101%;
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: absolute;
  left: -1px;
  top: -151px;
  overflow: hidden;
  background-color: #fff;
  height: 150px;
  overflow-y: auto;
  border: 0;
  z-index: 99;
  border: 1px solid #ddd;
  display: none;
  border-bottom: 0;
}

.parent-main-link .da_module:hover ul {
  display: block;
}

.parent-main-link  .da_module li {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  cursor: pointer;
}

.parent-main-link  .da_module li a {
  color: #444;
  font-size: 14px;
  text-decoration: none;
  height: 30px;
  width: 100%;
  display: block;
}

.parent-main-link  .da_module li:hover {
  background: #ccc;
  color: #3f73b3;
}

.parent-main-link .da_module li:hover a {
  color: #3f73b3;
}









.foot {
  text-align: center;
  font-size: 16px;
  color: #555;
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 20px auto 20px;
}
.foot .item:not(:last-child) {
  /*margin-bottom: 6px;*/
  margin-right: 30px;
}
.foot img {
  width: 42px;
  display: inline;
  vertical-align: top;
}
.title {
  color: #015293;
  display: flex;
  justify-content: space-between;
  height: 36px;
  border-bottom: 1px solid #015293;
}
.title a {
  color: #015293;
}
.title .t-item:nth-child(1) {
  font-size: 17px;
  font-weight: 700;
  border-bottom: 3px solid #015293;
}
.title .t-item:nth-child(2) {
  font-size: 14px;
}
.title .t-item:nth-child(2) .iconfont {
  font-size: 12px;
  margin-left: 6px;
}
.eval {
  color: #015293;
  text-align: center;
  border-radius: 45px;
  padding: 12px 16px;
  box-shadow: 0 0 6px 0 rgba(209, 170, 112, 0.5);
  background-color: #fff;
  cursor: pointer;
  position: fixed;
  right: 2%;
  bottom: 5%;
}
.eval .iconfont {
  font-size: 24px;
  padding: 0 2px;
}
.eval p {
  display: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.wxgzh{
  color: #015293;
  text-align: center;
  /*border-radius: 45px;*/
  padding: 12px 16px;
  box-shadow: 0 0 6px 0 rgba(209, 170, 112, 0.5);
  background-color: #fff;
  cursor: pointer;
  position: fixed;
  right: 2%;
  top: 20%;
  /*border: 1px solid #0C0C0C;*/
}
.wxgzh span{
  font-size: 26px;
  position: absolute;
  top:-10px;
  right:0;
}
.crumb .iconfont {
  color: #015293cf;
  margin-right: 12px;
}
.crumb .crumb-content {
  font-size: 14px;
  display: flex;
}
.crumb .crumb-content a:last-child {
  color: #333;
}
.crumb .crumb-content span {
  color: #999;
  padding: 0 6px;
}
/* 左侧菜单 */
.menu {
  font-size: 16px;
  text-align: center;
}
.menu .menu-title {
  color: #fff;
  padding: 10px 0;
  margin-bottom: 2px;
  background-image: linear-gradient(135deg, #015293 0%, #0152935c 100%);
}
.menu .menu-list a {
  display: block;
  padding: 9px 0;
  color: #666;
  background-color: #f1f1f1;
  position: relative;
}
.menu .menu-list a:not(:last-child) {
  margin-bottom: 2px;
}
.menu .menu-list a .iconfont {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.menu .menu-list a.active,
.menu .menu-list a:hover {
  color: #015293;
  font-weight: 700;
}
/* 右侧详情 */
.desc {
  padding: 0 12px 24px;
}
/* 翻页 */
.page {
  width: 100%;
  color: #666;
  font-size: 12px;
}
.page ul {
  overflow: hidden;
  text-align: center;
}
.page ul li {
  color: #666;
  margin-left: 6px;
  display: inline-block;
  font-size: 15px;
}
.page ul li.page-pager {
  width: 30px;
  height: 30px;
  line-height: 30px;
  /* padding: 6px; */
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.page ul li.focus,
.page ul li.page-pager:hover {
  color: #940303;
  border: 1px solid #940303;
}
.page ul li.page-ellipse {
  border: none;
}
.page ul li.page-toolbar select {
  appearance: none;
  height: 30px;
  color: #666;
  border-radius: 4px;
  cursor: pointer;
  padding: 0 4px;
  border: 1px solid #ddd;
  margin-right: 20px;
}
.page ul li.page-toolbar input {
  vertical-align: top;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border: 1px solid #ddd;
  text-align: center;
  margin: 0 0 0 5px;
}
.page ul li.page-disabled,
.page ul li.page-disabled:hover {
  color: #999;
  cursor: default;
  border: 1px solid #ddd;
}

.page ul li a{
	color: #666;
	font-size: 15px;
}

.page ul li a.active,
.page ul li a:hover {
  color: #015293;
  font-weight: 700;
}

.page ul li input {
  vertical-align: top;
  border-radius: 4px;
  width:50px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  border: 1px solid #ddd;
  text-align: center;
  margin: 0 0 0 5px;
}

.page ul li button {
  vertical-align: top;
  border-radius: 4px;
  width:50px;
  height: 25px;
  line-height: 25px;
  padding: 0;
  border: 1px solid #ddd;
  background:#015293;
  color:#ffffff;
  text-align: center;
  margin: 0 0 0 5px;
}

/* 按钮 */
.btn {
  border: none;
  padding-bottom: 0;
}
.btn button {
  color: #fff;
  font-size: 18px;
  padding: 0 42px;
  border-radius: 21px;
  cursor: pointer;
  background-image: linear-gradient(129deg, #d3a984 0%, #be8a5d 100%);
}
.btn button .iconfont {
  font-size: 26px;
  margin-right: 10px;
}
/* 轮播图 */
.gcjs-slideBox {
  position: relative;
}
.gcjs-slideBox .bd img {
  height: 350px;
  width:100%;
}
.gcjs-slideBox .bd .title {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 30%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.gcjs-slideBox .hd {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 1;
}
.gcjs-slideBox .hd .num-list {
  float: right;
}
.gcjs-slideBox .hd .num-list li {
  cursor: pointer;
  float: left;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.gcjs-slideBox .hd .num-list li.on {
  background: #f9662e;
}
.main {
  display: flex;
  justify-content: space-between;
}
/* 首页 */
.index .main:not(:last-child) {
  margin-bottom: 20px;
}
.index .main:nth-child(1) .child:nth-child(1) {
  width:720px;
  margin-right: 40px;
}

.index .main:nth-child(1) .child:nth-child(2) {
  width:620px;
}

.index .main:nth-child(1) .child:nth-child(2) {
  flex: 1;
}
.index .main:nth-child(1) .child:nth-child(2) .i-content {
  height: 314px;
  font-size: 16px;
}
.index .main:nth-child(1) .child:nth-child(2) .i-content .item:nth-child(1) {
  line-height: 30px;
  padding: 12px 0 14px;
  border-bottom: 1px dashed #c4c4c4;
}
.index .main:nth-child(1) .child:nth-child(2) .i-content .item:nth-child(1) h3 {
  font-weight: 700;
  width:100%;
}

.index .main:nth-child(1) .child:nth-child(2) .i-content .item:nth-child(1) h3 a {
  font-weight: 700;
  color:#333333;
  width:520px;
  display:table-cell;
}

.index .main:nth-child(1) .child:nth-child(2) .i-content .item:nth-child(1) h3 a:hover {
  font-weight: 700;
  color:#015293
}

.index .main:nth-child(1) .child:nth-child(2) .i-content .item:nth-child(1) h3 span{
  font-weight: 500;
  display:table-cell;
	position:relative;
	color:#7f7f7f;
	width:120px;
	text-align:right;
}

.index .main:nth-child(1) .child:nth-child(2) .i-content .item:nth-child(1) p {
  color: #555;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index .main:nth-child(1) .child:nth-child(2) .i-content .item:nth-child(2) {
  padding-top: 10px;
}
.index .main:nth-child(1) .child:nth-child(2) .i-content .item:nth-child(2) ul li {
  height: 36px;
  line-height: 36px;
  display: flex;
  justify-content: space-between;
}
.index .main:nth-child(1) .child:nth-child(2) .i-content .item:nth-child(2) ul li a {
  color: #333;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index .main:nth-child(1) .child:nth-child(2) .i-content .item:nth-child(2) ul li a:hover {
  font-weight: 700;
}
.index .main:nth-child(1) .child:nth-child(2) .i-content .item:nth-child(2) ul li span {
  color: #7f7f7f;
}
.index .main:nth-child(2) {
  display: block;
}
.index .main:nth-child(3) {
  flex-wrap: wrap;
}
.index .main:nth-child(3) .item {
  width: 49%;
}
.index .main:nth-child(3) .item .i-content {
  font-size: 16px;
  padding: 20px;
  min-height: 328px;
  background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 6px 0 rgba(187, 187, 187, 0.3);
}
.index .main:nth-child(3) .item .i-content img {
  margin-bottom: 20px;
}
.index .main:nth-child(3) .item .i-content ul li {
  position: relative;
  padding-left: 24px;
}
.index .main:nth-child(3) .item .i-content ul li:not(:last-child) {
  margin-bottom: 12px;
}
.index .main:nth-child(3) .item .i-content ul li .iconfont {
  position: absolute;
  left: 0;
  top: 0;
}
.index .main:nth-child(3) .item .i-content ul li p span {
  color: #999;
  font-size: 14px;
  margin-left: 8px;
}
.index .main:nth-child(3) .item .i-content ul li p:nth-child(1) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width:400px;
}
.index .main:nth-child(3) .item .i-content ul li p:nth-child(1) a {
  color: #333;
}
.index .main:nth-child(3) .item .i-content ul li p:nth-child(1) a:hover {
  font-weight: 700;
}
.index .main:nth-child(3) .item .i-content ul li p:nth-child(2) {
  color: #999;
}

.index .main:nth-child(3) .item .i-content  ul li {
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}
.index .main:nth-child(3) .item .i-content  ul li a {
  color: #333;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index .main:nth-child(3) .item .i-content  ul li a:hover {
  font-weight: 700;
}
.index .main:nth-child(3) .item .i-content  ul li span {
  color: #7f7f7f;
}

.index .main:nth-child(3) .item:nth-child(1),
.index .main:nth-child(3) .item:nth-child(2) {
  margin-bottom: 20px;
}
.index .main:nth-child(3) .item:nth-child(odd) {
  margin-right: 2%;
}
.index .main:nth-child(3) .item:nth-child(3) {
  width: 40%;
}
.index .main:nth-child(3) .item:nth-child(3) .i-content video {
  width: 480px;
  height:280px;
}
.index .main:nth-child(3) .item:nth-child(4) {
  width: 58%;
}
.index .main:nth-child(3) .item:nth-child(4) .i-content ul li:not(:last-child) {
  margin-bottom: 5px;
}
.index .main:nth-child(3) .item:nth-child(4) .i-content ul li {
  line-height: 30px;
}
.index .main:nth-child(3) .item:nth-child(4) .i-content ul li .iconfont {
  color: #e7b786;
  font-size: 20px;
}
.index .main:nth-child(4) a {
  flex: 1;
}
.index .main:nth-child(4) a:not(:last-child) {
  margin-right: 20px;
}
.index .main:nth-child(5) {
  display: block;
}
.index .main:nth-child(5) .child:nth-child(1) {
  display: flex;
  font-size: 20px;
  height: 42px;
  line-height: 40px;
  margin-bottom: 8px;
}
.index .main:nth-child(5) .child:nth-child(1) a {
  color: #fff;
  border-radius: 5px;
  padding: 0 14px;
  background-color: #015293;
  position: relative;
}
.index .main:nth-child(5) .child:nth-child(1) a:not(:last-child) {
  margin-right: 12px;
}
.index .main:nth-child(5) .child:nth-child(1) a::before {
  content: '';
  border: 6px solid #015293;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.index .main:nth-child(5) .child:nth-child(2) {
  padding: 12px;
  height: 210px;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 6px 0 rgba(187, 187, 187, 0.43);
}
.index .main:nth-child(5) .child:nth-child(2) .goodsBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.index .main:nth-child(5) .child:nth-child(2) .goodsBox .goods {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.index .main:nth-child(5) .child:nth-child(2) .goodsBox .goods li {
  float: left;
}
.index .main:nth-child(5) .child:nth-child(2) .goodsBox .goods li:not(:last-child) {
  margin-right: 12px;
}
.index .main:nth-child(5) .child:nth-child(3) {
  display: flex;
}
.index .main:nth-child(5) .child:nth-child(3) select {
  flex: 1;
  height: 32px;
  font-size: 16px;
  color: #333;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #d4d4d4;
  outline: none;
}
.index .main:nth-child(5) .child:nth-child(3) select:not(:last-child) {
  margin-right: 60px;
}
/* 内页结构 */
.inpage .main:nth-child(1),
.politics .main:nth-child(1),
.interact .main:nth-child(1),
.details .main:nth-child(1) {
margin: 10px;
  justify-content: left;
}
.inpage .main:nth-child(2),
.politics .main:nth-child(2),
.interact .main:nth-child(2),
.details .main:nth-child(2) {
  min-height: 528px;
}
.inpage .main:nth-child(2) .child,
.politics .main:nth-child(2) .child,
.interact .main:nth-child(2) .child,
.details .main:nth-child(2) .child {
  font-size: 16px;
  background-color: #fff;
}
.inpage .main:nth-child(2) .child:nth-child(1),
.politics .main:nth-child(2) .child:nth-child(1),
.interact .main:nth-child(2) .child:nth-child(1),
.details .main:nth-child(2) .child:nth-child(1) {
  width: 196px;
  margin-right: 12px;
}
.inpage .main:nth-child(2) .child:nth-child(2),
.politics .main:nth-child(2) .child:nth-child(2),
.interact .main:nth-child(2) .child:nth-child(2),
.details .main:nth-child(2) .child:nth-child(2) {
  flex: 1;
  max-width: 1092px;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-title,
.politics .main:nth-child(2) .child:nth-child(2) .desc-title,
.interact .main:nth-child(2) .child:nth-child(2) .desc-title,
.details .main:nth-child(2) .child:nth-child(2) .desc-title {
  font-size: 18px;
  color: #015293;
  line-height: 48px;
  display: flex;
  border-bottom: 1px solid #f1f1f1;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-title span,
.politics .main:nth-child(2) .child:nth-child(2) .desc-title span,
.interact .main:nth-child(2) .child:nth-child(2) .desc-title span,
.details .main:nth-child(2) .child:nth-child(2) .desc-title span {
  border-bottom: 2px solid #015293;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box,
.details .main:nth-child(2) .child:nth-child(2) .desc-box {
  padding: 30px 20px 0;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info:not(:first-child),
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info:not(:first-child),
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info:not(:first-child),
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info:not(:first-child) {
  display: none;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .info-title,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .info-title,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .info-title,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .info-title {
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: 1px solid #d8d8d8;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .info-title h2,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .info-title h2,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .info-title h2,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .info-title h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .info-title p,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .info-title p,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .info-title p,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .info-title p {
  color: #999;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .info-title p span:not(:last-child),
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .info-title p span:not(:last-child),
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .info-title p span:not(:last-child),
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .info-title p span:not(:last-child) {
  margin-right: 20px;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .text,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .text,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .text,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .text {
  color: #555;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .text p,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .text p,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .text p,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .text p {
  text-indent: 2em;
  line-height: 30px;
  margin-bottom: 20px;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .text p:last-child,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .text p:last-child,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .text p:last-child,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .text p:last-child {
  margin-bottom: 0;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .form,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .form,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .form,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .form {
  border-radius: 6px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  padding: 20px 0;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item {
  display: flex;
  width: 50%;
  margin: 0 auto;
  line-height: 40px;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item.btn,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item.btn,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item.btn,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item.btn {
  display: block;
  text-align: center;
  height:46px;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item.btn button,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item.btn button,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item.btn button,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item.btn button {
  height: 100%;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item.btn button:last-child,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item.btn button:last-child,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item.btn button:last-child,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item.btn button:last-child {
  color: #c29065;
  margin-left: 40px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c29064;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item:not(:last-child),
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item:not(:last-child),
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item:not(:last-child),
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item:not(:last-child) {
  margin-bottom: 18px;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item:nth-child(4),
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item:nth-child(4),
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item:nth-child(4),
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item:nth-child(4) {
  height: auto;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > label,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > label,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > label,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > label {
  margin-right: 12px;
  width:20%;
  text-align:right;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > input,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > input,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > input,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > input {

  padding-left: 12px;
  border-radius: 6px;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  width:300px;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > textarea,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > textarea,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > textarea,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > textarea {

  padding: 12px;
  height: 150px;
  width:300px;
  font-size: 16px;
  border-radius: 6px;
  font-family: 'Microsoft YaHei';
  border: 1px solid #dfdfdf;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > input:focus,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > input:focus,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > input:focus,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > input:focus,
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > textarea:focus,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > textarea:focus,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > textarea:focus,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > textarea:focus {
  border-color: #c39166;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .list,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .list,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .list,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .list {
  margin-bottom: 20px;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li {
  padding: 2px 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ededed;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1),
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1),
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1),
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1) {
  width: 75%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1) span,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1) span,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1) span,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1) span {
  color: #b9b9b9;
  padding: 0 6px;
  font-size: 12px;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1) a,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1) a,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1) a,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1) a {
  color: #333;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1) a:hover,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1) a:hover,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1) a:hover,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1) a:hover {
  color: #015293;
  font-weight: 700;
  text-decoration: underline;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1) i,
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1) i,
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1) i,
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(1) i {
  color: #999;
  margin-left: 12px;
  font-size: 14px;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(2),
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(2),
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(2),
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(2) {
  flex: 1;
  color: #999;
  font-size: 14px;
  text-align: right;
}
.inpage .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(3),
.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(3),
.interact .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(3),
.details .main:nth-child(2) .child:nth-child(2) .desc-box .info .list ul li p:nth-child(3) {
  width: 100%;
  color: #999;
  background-color: #f8f8f8;
  padding: 12px;
  display: none;
}
/* 市馆概况 */
.inpage .main:nth-child(1) {
  margin-bottom: 20px;
  justify-content: left;
}
/* 详情 */
.details .main:nth-child(2) {
  display: block;
}
.details .main:nth-child(2) .child {
  width: 100% !important;
  padding: 30px;
}
.details .main:nth-child(2) .child .info-title {
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: 1px solid #d8d8d8;
}
.details .main:nth-child(2) .child .info-title h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.details .main:nth-child(2) .child .info-title p {
  color: #999;
}
.details .main:nth-child(2) .child .info-title p span:not(:last-child) {
  margin-right: 20px;
}
.details .main:nth-child(2) .child .text {
  color: #555;
}
.details .main:nth-child(2) .child .text p {
  text-indent: 2em;
  line-height: 30px;
  margin-bottom: 20px;
}
.details .main:nth-child(2) .child .text p:last-child {
  margin-bottom: 0;
}
.details .main:nth-child(2) .child .text img {
  width: auto;
  margin: 0 auto 30px;
}
.details .main:nth-child(2) .child .text img:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=./style.css.map */

.sousuo .sml{
	width:298px;
	position:absolute;
	top:0;
	left:0;
	margin-top:18px;
	margin-left:20px;
	border:1px solid #ddd;
	background:#ffffff
}
.sousuo .sml input{
	height:30px;
	line-height:30px;
	width:230px;
	padding-left:2px;
	margin:1px;
}

.sousuo .sml button{
	width:60px;
	height:30px;
	line-height:30px;
	background:#dd1213;
	font-weight:600;
	color:#ffffff;
}

.menu .menu-list .third a {
  display: block;
  padding: 9px 0;
  color: #666;
  font-size:13px;
  background-color: #f8f8f8;
  position: relative;
}
.menu .menu-list .third a:not(:last-child) {
  margin-bottom: 2px;
}
.menu .menu-list .third a.active,
.menu .menu-list .third a:hover {
  color: #015293;
  font-weight: 700;
}

/*下载*/
.downloadList {
  width: 100%;
  margin-left: 25px;
  font-size: 14px;
  text-indent: 2em;
  margin-top: 30px;
  padding-bottom: 35px;
}

.downloadList span {
  color: #535353;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
}

.downloadList ul li {
  line-height: 32px;
  height: 32px;
  /* text-indent: 35px;*/
}

.downloadList ul li a {
  color: #333333;
  font-size: 17px;
  font-weight: 500;
  text-decoration: underline;
}
.downloadList ul li a:hover {
  font-weight: 600;
  text-decoration: underline;
}

/*图片列表*/
.picture {
	margin: 0 auto;
	/*width: 975px;*/
	overflow:hidden;
}
.pic_all {
	float: left;
	width: 300px;
	height: 240px;
	border: 1px solid #c6c6c6;
	/*margin-left: 16px;*/
	margin-right: 9px;
	margin-bottom:16px
}
.pic_tu {
	/*float: left;*/
	/*padding: 7px 7px 7px 6px;*/

}
.pic_tu a{
  display: block;
  width: 100%;
  height:200px;
}
.pic_tu a img{
  width: 100%;
  height: 100%;
}
.pic_text {
	height: 38px;
	width:100%;
	line-height: 38px;
	/*margin: 7px 7px 7px 6px;*/
	background: #0e68b1;
	color: #f1f1f1;
	font-size: 14px;
	text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pic_text a {
	color: #f1f1f1;
}
.pic_text a:hover {
	font-weight: 600;
	color: #ffffff;
}

.ah2 {
  text-align: center;
  margin-top:5px;
  margin-bottom:15px;
}
#result_list {
	margin-bottom:20px;
}
#result_list ul li {
  padding-top: 10px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
}
#result_list ul li .tt {
  font-size: 16px;
  line-height: 35px;
  color:#333333;
}
#result_list ul li .tt a{
  color:#333333;
}
#result_list ul li .tt a:hover{
  color:#015293;
  font-weight:700;
  text-decoration:underline;
}

.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info  p{
  padding-left:20px;
  line-height:36px;
}

.politics .main:nth-child(2) .child:nth-child(2) .desc-box .info .form .form-item > select {

  padding-left: 12px;
  border-radius: 6px;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  width:300px;
}

