
input,button {
      outline: none;
}
a {
    color: #333333;
    text-decoration: none;
    font-family:"Microsoft YaHei",微软雅黑;
    font-size: 16px;
}

.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer; margin-top:30px;
}
.wrap {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 100%;
}
.txtEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList {
  width: 100%;
}
.newsList li {
  line-height: 40px;
  overflow: hidden;
}
.newsList li a {
  display: block;
  width: 82%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  padding-left: 10px;
  background: url(../imgv/newsList_dot.png) no-repeat left center;
}
.newsList li a span.type {
  padding-right: 10px;
  border-right: solid 2px #E5E5E5;
  margin-right: 10px;
}
.newsList li a:hover {
  color: #0362ae;
  background: url(../imgv/newsList_dot_over.png) no-repeat left center;
}
.newsList li span.date {
  color: #666;
  float: right; font-size:14px;
}
body {
  background: url(../imgv/top_body_bg.jpg) no-repeat center top;
}
/* topBox */
.topBox {
  width: 100%;
  height: 534px;
  overflow: hidden;
}
.topBox .logo_hd {
  width: 556px;
  height: 235px;
  position: absolute;
  left: 50%;
  top: 75px;
  z-index: 9;
  margin-left: -278px;
}
.topBox .logo_bj {
  width: 54px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 9;
}
.topBox .topList {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 9;
}
.topBox .topList li {
  float: left;
  height: 12px;
  line-height: 12px;
  margin: 0 10px 20px 0;
}
.topBox .topList li a {
  font-size: 12px;
  color: #FFF;
}
.topBox .topList li a span {
  margin-left: 10px;
}
.topBox .fourList {
  position: absolute;
  left: 60px;
  top: 30px;
  z-index: 9;
}
.topBox .fourList li {
  float: left;
  height: 12px;
  line-height: 12px;
  margin: 0 10px 20px 0;
}
.topBox .fourList li a {
  font-size: 12px;
  color: #FFF;
}
.topBox .fourList li a span {
  margin-left: 10px;
}
.topBox .searchBox {
  width: 703px;
  height: 58px;
  position: absolute;
  left: 50%;
  top: 340px;
  margin-left: -420px;
  z-index: 99;
  background-color: #FFF;
  border: solid 1px #dcdcdc;
  border-radius: 10px;
  padding-right: 135px;
}
.topBox .searchBox .searchBtn {
  width: 134px;
  height: 60px;
  background: url(../imgv/search_btn_bg.png) no-repeat;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 99;
  border: none;
  cursor: pointer;
}
.topBox .searchBox .searchTxt {
  width: 590px;
  height: 58px;
  line-height: 58px;
  padding-left: 10px;
  float: right;
}
.topBox .searchBox .layui-form-item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100px;
  height: 58px;
  margin-bottom: 0;
}
.topBox .searchBox .layui-form-item .layui-form-select .layui-input {
  height: 58px;
  border: none;
  border-right: solid 1px #e6e6e6;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.topBox .searchBox .layui-form-item .layui-form-select dl {
  top: 50px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.topBox .searchBox .layui-form-item .layui-form-select dl dd {
  line-height: 30px;
}
.topBox .searchBox .layui-form-item .layui-form-select dl dd.layui-this {
  background-color: #0362ae;
}
.topBox .searchWord {
  width: 840px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 50%;
  top: 420px;
  margin-left: -420px;
  z-index: 9;
}
.topBox .searchWord h3 {
  width: 80px;
  float: left;
  text-align: right;
}
.topBox .searchWord a {
  margin-right: 20px;
  font-size: 14px;
}
.topBox .searchWord a:hover {
  color: #0362ae;
}
.topMenuBox {
  width: 1200px;
  height: 60px;
  margin: 0 auto 40px;
  position: relative;
}
.topMenuBox .topMenu li {
  float: left;
  line-height: 60px;
  margin: 0 35px;
}
.topMenuBox .topMenu li a {
  font-size: 24px;
  color: #FFF;
  display: block;
  height: 100%;
}
.topMenuBox .topMenu li a:hover {
  background: url(../imgv/bg_nav_ch.png) no-repeat center bottom;
}
.topMenuBox .topMenu li a.on {
  background: url(../imgv/bg_nav_ch.png) no-repeat center bottom;
}
.topMenuBox .topMenu .menu_secondary {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  display: none;
}
.topMenuBox .topMenu .menu_secondary ul {
  width: 1000px;
  margin: 0 auto;
  height: 40px;
}
.topMenuBox .topMenu .menu_secondary ul li {
  width: auto;
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  float: left;
}
.topMenuBox .topMenu .menu_secondary ul li a {
  display: inline;
  font-size: 16px;
  color: #FFF;
  padding-bottom: 0;
}
.topMenuBox .topMenu .menu_secondary ul li a:hover {
  color: #f5d389;
  border-bottom: 0;
  background: none;
}
.topMenuBox .topMenu .menu_secondary ul.menu_ywdt {
  margin-left: 10px;
}
.topMenuBox .topMenu .menu_secondary ul.menu_ywdt li {
  padding: 0 50px;
}
.topMenuBox .topMenu .menu_secondary ul.menu_zwgk li {
  padding: 0 37px;
}
.topMenuBox .topMenu .menu_secondary ul.menu_zwfw li {
  padding: 0 30px;
}
.topMenuBox .topMenu .menu_secondary ul.menu_zmhd li {
  padding: 0 42px;
}
.topMenuBox .topMenu .menu_secondary ul.menu_mlhd li {
  padding: 0 66px;
}
.topLine {
  width: 100%;
  height: 552px;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../imgv/topLine_bg.png) no-repeat center top; margin-top:-61px;
}
.topLine .wrap {
  height: 420px;
}
.topLine .topSlideBox {
  width: 660px;
  height: 420px;
  float: left;
  position: relative;
}
.topLine .topSlideBox .mask {
  width: 290px;
  height: 380px;
  background-color: #FFF;
}
.topLine .topSlideBox .topSlide {
  width: 650px;
  height: 410px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9;
  overflow: hidden;
}
.topLine .topSlideBox .topSlide .bd {
  width: 650px;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.topLine .topSlideBox .topSlide .bd li {
  width: 650px;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.topLine .topSlideBox .topSlide .bd li a {
  display: block;
  width: 650px;
  height: 360px;
  overflow: hidden;
}
.topLine .topSlideBox .topSlide .bd li a img {
  display: block;
  width: 650px;
  height: 360px;
}
.topLine .topSlideBox .topSlide .hd {
  position: absolute;
  right: 0;
  bottom: 25px;
  /*width: 130px;*/
  width: auto;
  height: 6px;
  z-index: 9;
}
.topLine .topSlideBox .topSlide .hd li {
  width: 7px;
  height: 6px;
  float: left;
  margin-right: 10px;
  background: url(../imgv/slide_dot.png) no-repeat;
  text-indent: -1978px;
  overflow: hidden;
  cursor: pointer;
}
.topLine .topSlideBox .topSlide .hd li.on {
  background-position: -7px 0;
}
.topLine .topRight {
  width: 490px;
  height: 360px;
  padding: 10px 0 40px 0;
  float: right;
}
.topLine .topRight .headNews {
  margin-top: 40px;
}
.topLine .topRight .headNews h2 a {
  font-size: 30px;
  color: #FFF;
  line-height: 40px;
}
.topLine .topRight .headNews p.desc {
  font-size: 14px;
  color: #e3a5aa;
  line-height: 30px;
  margin-top: 20px;
}
.topLine .topRight .headNews p.desc a {
  font-size: 20px;
  color: #FFF;
  border-bottom: solid 1px #fcdeb5;
  display: block;
  width: 100px;
  margin-top: 20px;
}
.topLine .topRight .headNews p.desc a:hover {
  color: #fcdeb5;
}
.topLine .topRight .rightCon .newsList li a {
  color: #FFF;
  width: 100%;
}
.topLine .topRight .rightCon .newsList li a i.newsIcon {
  background: url(../imgv/newsList_dot_white.png) no-repeat;
}
.topLine .topRight .rightCon .newsList li a:hover {
  color: #fff995;
}
.topLine .topRight .rightCon .newsList li a:hover i.newsIcon {
  background: url(../imgv/newsList_dot_yellow.png) no-repeat;
}
.newsLine {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.newsLine .leftLink {
  width: 160px;
  height: 380px;
  float: left;
  overflow: hidden;
}
.newsLine .leftLink li {
  width: 160px;
  height: 88px;
  margin-bottom: 9px;
}
.newsLine .leftLink li a {
  display: block;
  width: 160px;
  height: 88px;
  overflow: hidden;
  transition: 0.5s all;
  background-color: #F5F5F5;
  font-size: 20px;
  text-align: center;
}
.newsLine .leftLink li a i {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 16px auto 5px;
}
.newsLine .leftLink li a i.icon01 {
  background: url(../imgv/icon_info_01.png) no-repeat;
}
.newsLine .leftLink li a i.icon02 {
  background: url(../imgv/icon_info_02.png) no-repeat;
}
.newsLine .leftLink li a i.icon03 {
  background: url(../imgv/icon_info_03.png) no-repeat;
}
.newsLine .leftLink li a i.icon04 {
  background: url(../imgv/icon_info_04.png) no-repeat;
}
.newsLine .leftLink li a:hover {
  background-color: #0362ae;
  color: #FFF;
  font-weight: bold;
}
.newsLine .leftLink li a:hover i.icon01 {
  background: url(../imgv/icon_info_01_over.png) no-repeat;
}
.newsLine .leftLink li a:hover i.icon02 {
  background: url(../imgv/icon_info_02_over.png) no-repeat;
}
.newsLine .leftLink li a:hover i.icon03 {
  background: url(../imgv/icon_info_03_over.png) no-repeat;
}
.newsLine .leftLink li a:hover i.icon04 {
  background: url(../imgv/icon_info_04_over.png) no-repeat;
}
.newsLine .newsSlide {
 /* width: 410px;*/
  source:600px
  height: 380px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-left: 20px;
}
.newsLine .newsSlide .newsTopList {
  background: url(../imgv/right_top_bg.png) no-repeat;
  width: 298px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  padding: 8px 0;
  padding-left: 30px;
}
.newsLine .newsSlide .newsTopList li {
  line-height: 24px;
  float: left;
  padding: 0 10px;
  border-right: solid 1px #FFF;
  height: 24px;
}
.newsLine .newsSlide .newsTopList li a {
  font-size: 24px;
  color: #FFF;
}
.newsLine .newsSlide .newsTopList li:last-child {
  border-right: none;
}
.newsLine .newsSlide .hd {
  border-bottom: solid 2px #dcdcdc;
  height: 40px;
}
.newsLine .newsSlide .hd li {
  float: left;
  margin-right: 55px;
  line-height: 30px;
  padding-bottom: 10px;
  height: 30px;
}
.newsLine .newsSlide .hd li a {
  font-size: 24px;
}
.newsLine .newsSlide .hd li a:hover {
  color: #333;
}
.newsLine .newsSlide .hd li.on {
  border-bottom: solid 2px #0362ae;
}
.newsLine .newsSlide .hd li.on a {
  font-weight: bold;
  color: #0362ae;
}
.newsLine .newsSlide .bd .info {
  margin-top: 20px;
}
.newsLine .newsSlide .bd .info_hdyw .newsList li .title {
  width: 82%;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  overflow: hidden;
}
.newsLine .newsSlide .bd .info_hdyw .newsList li .title a.hasSub {
  width: auto;
}
.newsLine .newsSlide .bd .info_hdyw .newsList li .title a.hdywLittle {
  display: inline;
  font-size: 14px;
  float: left;
  width: auto;
  margin-left: 10px;
  text-decoration: underline;
}
.newsLine .newsSlide .bd .info_hdyw .newsList li a {
  padding: 0;
  background: none;
}




.newsLine .newsSlide1 {
  width:300px;/*source:600px*/
  height: 380px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-left: 20px;
}
.newsLine .newsSlide1 .newsTopList {
  background: url(../imgv/right_top_bg.png) no-repeat;
  width: 298px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  padding: 8px 0;
  padding-left: 30px;
}
.newsLine .newsSlide1 .newsTopList li {
  line-height: 24px;
  float: left;
  padding: 0 10px;
  border-right: solid 1px #FFF;
  height: 24px;
}
.newsLine .newsSlide1 .newsTopList li a {
  font-size: 24px;
  color: #FFF;
}
.newsLine .newsSlide1 .newsTopList li:last-child {
  border-right: none;
}
.newsLine .newsSlide1 .hd {
  border-bottom: solid 2px #dcdcdc;
  height: 40px;
}
.newsLine .newsSlide1 .hd li {
  float: left;
  margin-right: 55px;
  line-height: 30px;
  padding-bottom: 10px;
  height: 30px;
}
.newsLine .newsSlide1 .hd li a {
  font-size: 24px;
}
.newsLine .newsSlide1 .hd li a:hover {
  color: #333;
}
.newsLine .newsSlide1 .hd li.on {
  border-bottom: solid 2px #0362ae;
}
.newsLine .newsSlide1 .hd li.on a {
  font-weight: bold;
  color: #0362ae;
}
.newsLine .newsSlide1 .bd .info {
  margin-top: 20px;
}
.newsLine .newsSlide1 .bd .info_hdyw .newsList li .title {
  width: 82%;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  overflow: hidden;
}
.newsLine .newsSlide1 .bd .info_hdyw .newsList li .title a.hasSub {
  width: auto;
}
.newsLine .newsSlide1 .bd .info_hdyw .newsList li .title a.hdywLittle {
  display: inline;
  font-size: 14px;
  float: left;
  width: auto;
  margin-left: 10px;
  text-decoration: underline;
}
.newsLine .newsSlide1 .bd .info_hdyw .newsList li a {
  padding: 0;
  background: none;
}




.newsLine .findPolicy {
  width: 265px;/*source:365px*/
  height: 360px;
  background: #FFF;
  border: solid 7px #dcdcdc;/*source:10px*/
  float: right;
}
.newsLine .findPolicy h2 {
  font-size: 38px;
  color: #0362ae;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  margin: 46px 0 20px;
  text-align: center;
}
.newsLine .findPolicy .findPolicySlide {
  width: 260px;
  height: 256px;
  position: relative;
  margin: 0 auto;
}
.newsLine .findPolicy .findPolicySlide .hd {
  overflow: hidden;
  margin-bottom: 30px;
}
.newsLine .findPolicy .findPolicySlide .hd li {
  font-size: 22px;
  padding: 0 10px 10px;
  color: #666;
  border-bottom: solid 2px #dcdcdc;
  float: left;
  margin: 0 38px;
  cursor: pointer;
  transition: 0.5s all;
}
.newsLine .findPolicy .findPolicySlide .hd li.on {
  color: #000;
  border-color: #0362ae;
}
.newsLine .findPolicy .layui-select-title .layui-input {
  border: none;
  border-radius: 5px;
  height: 50px;
}
.newsLine .findPolicy .layui-form-item {
  border: solid 1px #dcdcdc;
  border-radius: 5px;
}
.newsLine .findPolicy .layui-form-select dl {
  left: -111px;
  width: 312px;
  height: 124px;
}
.newsLine .findPolicy .layui-form-select dl dd.layui-this {
  background-color: #0362ae;
}
.newsLine .findPolicy .layui-form-select dl dd {
  font-size: 16px;
}
.newsLine .findPolicy .layui-form-label {
  font-size: 16px;
  color: #999;
  text-align: center;
  line-height: 32px;
}
.newsLine .findPolicy .layui-btn {
  width: 260px;
  height: 50px;
  background-color: #0362ae;
  border-radius: 5px;
  font-size: 20px;
}
.bsfwLine {
  width: 100%;
  height: 375px;background-color: #F5F5F5; padding: 20px 0 10px;
  overflow: hidden;
}
.bsfwLine .fleft {
  width: 780px;
  height: 100%;
  overflow: hidden;
}
.bsfwLine .fright { margin-top:20px;
  width: 385px;
  height: 100%;
  overflow: hidden;
}
.bsfwLine .fwBox {
  width: 740px;
  height: 350px;
  background-color: #F5F5F5;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
}
.bsfwLine .fwBox .title {
  height: 24px;
  line-height: 24px;
  background: url(../imgv/title_fw_line.gif) repeat-x left center;
  margin: 20px 0;
  position: relative;
}
.bsfwLine .fwBox .title h2 {
  font-size: 24px;
  width: 100px;
  background: #F5F5F5;
  font-weight: bold;
  color: #0362ae;
}
.bsfwLine .fwBox .title a.more {
  color: #666;
  line-height: 24px;
  height: 24px;
  padding-left: 30px;
  background: url(../imgv/icon_fw_more.png) no-repeat left center #F5F5F5;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
}
.bsfwLine .fwBox .title a.more:hover {
  color: #0362ae;
}
.bsfwLine .fwBox .grfwCon .grfwList {
  overflow: hidden;
}
.bsfwLine .fwBox .grfwCon .grfwList li {
  float: left;
  margin: 0 10px 10px 0;
}
.bsfwLine .fwBox .grfwCon .grfwList li a {
  display: block;
  width: 115px;
  height: 100px;
  background-color: #FFF;
  overflow: hidden;
}
.bsfwLine .fwBox .grfwCon .grfwList li a .icon,
.bsfwLine .fwBox .grfwCon .grfwList li a .iconOver {
  width: 36px;
  height: 36px;
  margin: 15px auto 10px;
}
.bsfwLine .fwBox .grfwCon .grfwList li a .icon img,
.bsfwLine .fwBox .grfwCon .grfwList li a .iconOver img {
  width: 100%;
  height: 100%;
}
.bsfwLine .fwBox .grfwCon .grfwList li a .iconOver {
  display: none;
}
.bsfwLine .fwBox .grfwCon .grfwList li a .tit {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bsfwLine .fwBox .grfwCon .grfwList li a:hover {
  color: #0362ae;
}
.bsfwLine .fwBox .grfwCon .grfwList li a:hover .icon {
  display: none;
}
.bsfwLine .fwBox .grfwCon .grfwList li a:hover .iconOver {
  display: block;
}
.bsfwLine .fwBox .qyfwCon .qyfwList {
  overflow: hidden;
}
.bsfwLine .fwBox .qyfwCon .qyfwList li {
  float: left;
  margin: 0 10px 10px 0;
}
.bsfwLine .fwBox .qyfwCon .qyfwList li a {
  display: block;
  width: 115px;
  height: 100px;
  background-color: #FFF;
  overflow: hidden;
}
.bsfwLine .fwBox .qyfwCon .qyfwList li a .icon,
.bsfwLine .fwBox .qyfwCon .qyfwList li a .iconOver {
  width: 36px;
  height: 36px;
  margin: 15px auto 10px;
}
.bsfwLine .fwBox .qyfwCon .qyfwList li a .icon img,
.bsfwLine .fwBox .qyfwCon .qyfwList li a .iconOver img {
  width: 100%;
  height: 100%;
}
.bsfwLine .fwBox .qyfwCon .qyfwList li a .iconOver {
  display: none;
}
.bsfwLine .fwBox .qyfwCon .qyfwList li a .tit {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bsfwLine .fwBox .qyfwCon .qyfwList li a:hover {
  color: #0362ae;
}
.bsfwLine .fwBox .qyfwCon .qyfwList li a:hover .icon {
  display: none;
}
.bsfwLine .fwBox .qyfwCon .qyfwList li a:hover .iconOver {
  display: block;
}
.bsfwLine .fwBox .banner_bmfw {
  width: 740px;
  height: 90px;
  overflow: hidden;
  margin-top: 5px;
}
.bsfwLine .fwBox .banner_bmfw a {
  display: block;
  width: 740px;
  height: 90px;
}
.bsfwLine .fwBox .banner_bmfw a img {
  width: 740px;
  height: 90px;
}
.bsfwLine .bmBanner {
  overflow: hidden;
  margin-top: 18px;
}
.bsfwLine .bmBanner li {
  float: left;
  margin-right: 6px;
}
.bsfwLine .bmBanner li a {
  width: 190px;
  height: 72px;
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 72px;
  font-weight: bold;
  color: #FFF;
  transition: 0.5s all;
}
.bsfwLine .bmBanner li a.bmBanner01 {
  background: url(../imgv/banner_fw_bg_01.jpg) no-repeat;
}
.bsfwLine .bmBanner li a.bmBanner01:hover {
  background: url(../imgv/banner_fw_bg_01_over.jpg) no-repeat;
}
.bsfwLine .bmBanner li a.bmBanner02 {
  background: url(../imgv/banner_fw_bg_02.jpg) no-repeat;
}
.bsfwLine .bmBanner li a.bmBanner02:hover {
  background: url(../imgv/banner_fw_bg_02_over.jpg) no-repeat;
}
.bsfwLine .bmBanner li a.bmBanner03 {
  background: url(../imgv/banner_fw_bg_03.jpg) no-repeat;
}
.bsfwLine .bmBanner li a.bmBanner03:hover {
  background: url(../imgv/banner_fw_bg_03_over.jpg) no-repeat;
}
.bsfwLine .bmBanner li a.bmBanner04 {
  background: url(../imgv/banner_fw_bg_04.jpg) no-repeat;
}
.bsfwLine .bmBanner li a.bmBanner04:hover {
  background: url(../imgv/banner_fw_bg_04_over.jpg) no-repeat;
}
.bsfwLine .bsList {
  overflow: hidden;
  background-color: #F5F5F5;
  padding-bottom: 20px;
}
.bsfwLine .bsList li {
  width: 352px;
  height: 86px;
  margin: 20px auto 0;
}
.bsfwLine .bsList li a {
  display: block;
  height: 86px;
  font-size: 20px;
  line-height: 86px;
  background: #FFF;
  width: 352px;
}
.bsfwLine .bsList li a i {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 24px 20px 0 97px;
}
.bsfwLine .bsList li a i.icon01 {
  background: url(../imgv/icon_bs_01.png) no-repeat;
}
.bsfwLine .bsList li a i.icon02 {
  background: url(../imgv/icon_bs_02.png) no-repeat;
}
.bsfwLine .bsList li a i.icon03 {
  background: url(../imgv/icon_bs_03.png) no-repeat;
}
.bsfwLine .bsList li a i.icon04 {
  background: url(../imgv/icon_bs_04.png) no-repeat;
}
.bsfwLine .bsList li a i.icon05 {
  background: url(../imgv/icon_bs_05.png) no-repeat;
}
.bsfwLine .bsList li a i.icon06 {
  background: url(../imgv/icon_bs_06.png) no-repeat;
}
.bsfwLine .bsList li a:hover {
  color: #0362ae;
}
.bsfwLine .fwLinks {
  overflow: hidden;
  margin-top: 16px;
}
.bsfwLine .fwLinks li {
  float: left;
  width: 122px;
  height: 114px;
  margin-right: 9px;
}
.bsfwLine .fwLinks li a {
  display: block;
  width: 122px;
  height: 114px;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 114px;
  transition: 0.5s all;
}
.bsfwLine .fwLinks li a.icon01 {
  background: url(../imgv/banner_rightFW_bg_01.jpg) no-repeat;
}
.bsfwLine .fwLinks li a.icon02 {
  background: url(../imgv/banner_rightFW_bg_02.jpg) no-repeat;
}
.bsfwLine .fwLinks li a.icon03 {
  background: url(../imgv/banner_rightFW_bg_03.jpg) no-repeat;
}
.bsfwLine .fwLinks li a.icon01:hover {
  background: url(../imgv/banner_rightFW_bg_01_over.jpg) no-repeat;
}
.bsfwLine .fwLinks li a.icon02:hover {
  background: url(../imgv/banner_rightFW_bg_02_over.jpg) no-repeat;
}
.bsfwLine .fwLinks li a.icon03:hover {
  background: url(../imgv/banner_rightFW_bg_03_over.jpg) no-repeat;
}
.zlSlideLine {
  width: 100%;
  height: 130px;
  overflow: hidden;
}
.zlSlideLine .zlSlide {
  width: 1180px;
  height: 130px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
}
.zlSlideLine .zlSlide .sNext,
.zlSlideLine .zlSlide .sPrev {
  background: url(../imgv/zlslide_left_arrow.png) no-repeat;
  width: 28px;
  height: 78px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -39px;
  z-index: 9;
}
.zlSlideLine .zlSlide .sNext {
  background: url(../imgv/zlslide_right_arrow.png) no-repeat;
  left: auto;
  right: 0;
}
.zlSlideLine .zlSlide .tempWrap {
  margin: 0 auto;
}
.zlSlideLine .zlSlide li {
  width: 105px;
  height: 120px;
  float: left;
  margin: 0 20px 10px 0;
  border-radius: 20px;
  box-shadow: 5px 5px 10px #EEE;
}
.zlSlideLine .zlSlide li a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.zlSlideLine .zlSlide li a:hover {
  color: #0362ae;
}
.zlSlideLine .zlSlide li .icon {
  width: 55px;
  height: 50px;
  margin: 15px auto 10px;
}
.zlSlideLine .zlSlide li .tit {
  text-align: center;
}
.zfwjLine {
  width: 100%;
  height: 380px;
  background-color: #F5F5F5;
  padding-top: 30px;
  overflow: hidden;
}
.zfwjLine .zfwjSlide {
  width: 780px;
  height: 380px;
  overflow: hidden;
  position: relative;
  float: left;
}
.zfwjLine .zfwjSlide .hd {
  border-bottom: solid 2px #dcdcdc;
  height: 40px;
}
.zfwjLine .zfwjSlide .hd ul {
  overflow: hidden;
}
.zfwjLine .zfwjSlide .hd li {
  float: left;
  margin-right: 50px;
  line-height: 30px;
  padding: 0 0 10px;
  height: 30px;
}
.zfwjLine .zfwjSlide .hd li a {
  font-size: 24px;
}
.zfwjLine .zfwjSlide .hd li a:hover {
  color: #333;
}
.zfwjLine .zfwjSlide .hd li.on {
  border-bottom: solid 2px #0362ae;
}
.zfwjLine .zfwjSlide .hd li.on a {
  font-weight: bold;
  color: #0362ae;
}
.zfwjLine .zfwjSlide .bd .info {
  margin-top: 10px;
}
.zfwjLine .xxgkBox {
  width: 385px;
  height: 380px;
  overflow: hidden;
  float: right;
  background-color: #FFF;
}
.zfwjLine .xxgkBox .banner_xxgk {
  display: block;
  width: 385px;
  height: 60px;
}
.zfwjLine .xxgkBox .banner_xxgk img {
  width: 385px;
  height: 60px;
}
.zfwjLine .xxgkBox .banner_xxgkzl {
  display: block;
  width: 357px;
  height: 109px;
  margin: 0 auto;
}
.zfwjLine .xxgkBox .banner_xxgkzl img {
   width: 357px;
  height: 109px;
}
.zfwjLine .xxgkBox .xxgkList {
  overflow: hidden;
  margin-top: 20px;
  margin-top: 15px;
}
.zfwjLine .xxgkBox .xxgkList li {
  float: left;
  /*margin: 0 0 14px 14px;*/
  margin: 0 0 10px 14px;
}
.zfwjLine .xxgkBox .xxgkList li a {
  display: block;
  width: 170px;
  height: 60px;
  font-size: 18px;
  background-color: #F5F5F5;
  line-height: 60px;
}
.zfwjLine .xxgkBox .xxgkList li a i.icon {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin: 14px 10px 0 17px;
}
.zfwjLine .xxgkBox .xxgkList li a i.icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.zfwjLine .xxgkBox .xxgkList li a:hover {
  color: #0362ae;
}
.gkLine {
  width: 100%;
  height: 120px;
 
  padding: 50px 0 0;
  overflow: hidden;
}
.gkLine .gkList {
  overflow: hidden;
}
.gkLine .gkList li {
  float: left;
  width: 223px;
  height: 120px;
  margin-right: 21px;
  overflow: hidden;
  position: relative;
}
.gkLine .gkList li .titleBox {
  width: 223px;
  height: 120px;
}
.gkLine .gkList li .titleBox img {
  display: block;
  width: 223px;
  height: 120px;
}
.gkLine .gkList li .list {
  width: 223px;
  height: 120px;
  background-color: #0362ae;
  position: absolute;
  left: 0;
  top: -120px;
  z-index: 9;
}
.gkLine .gkList li .list h3 {
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  background: url(../imgv/zwgk_title_bg.png) no-repeat center center;
  height: 16px;
  line-height: 16px;
  margin-top: 10px;
}
.gkLine .gkList li .list ul li {
  float: left;
  height: 14px;
  line-height: 14px;
  margin: 10px 0 0 20px;
  width: 90px;
}
.gkLine .gkList li .list ul li a {
  color: #FFF;
  font-size: 14px;
}
.gkLine .gkList li .list ul li a i.newsIcon {
  background: url(../imgv/newsList_dot_white.png) no-repeat;
  display: block;
  width: 4px;
  height: 4px;
  float: left;
  margin: 5px 5px 0 0;
}
.gkLine .gkList li .list ul li a:hover {
  text-decoration: underline;
}
.lxxdLine {
  width: 100%;
  height: 330px;
  overflow: hidden;
}
.lxxdLine .lxxdBox {
  width: 780px;
  height: 330px;
  overflow: hidden;
  position: relative;
  float: left;
}
.lxxdLine .lxxdBox .tsList {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  overflow: hidden;
}
.lxxdLine .lxxdBox .tsList li {
  float: left;
  margin-right: 30px;
  height: 30px;
  line-height: 30px;
  padding-bottom: 10px;
}
.lxxdLine .lxxdBox .tsList li a {
  font-size: 24px;
  font-weight: bold;
}
.lxxdLine .lxxdBox .tsList li a i {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
.lxxdLine .lxxdBox .tsList li a i.icon01 {
  background: url(../imgv/icon_zxts.png) no-repeat center center;
}
.lxxdLine .lxxdBox .tsList li a i.icon02 {
  background: url(../imgv/icon_znwd.png) no-repeat center center;
}
.lxxdLine .lxxdBox .tsList li a:hover {
  color: #0362ae;
}
.lxxdLine .lxxdBox .hd {
  border-bottom: solid 2px #dcdcdc;
  height: 40px;
}
.lxxdLine .lxxdBox .hd ul {
  overflow: hidden;
}
.lxxdLine .lxxdBox .hd li {
  float: left;
  margin-right: 70px;
  line-height: 30px;
  padding: 0 0 10px;
  height: 30px;
  border-bottom: solid 2px #0362ae;
}
.lxxdLine .lxxdBox .hd li a {
  font-size: 24px;
  font-weight: bold;
}
.lxxdLine .lxxdBox .hd li a:hover {
  color: #0362ae;
}
.lxxdLine .lxxdBox .hd li.on {
  border-bottom: solid 2px #0362ae;
}
.lxxdLine .lxxdBox .hd li.on a {
  font-weight: bold;
  color: #0362ae;
}
.lxxdLine .lxxdBox .bd {
  width: 778px;
  height: 266px;
  border: solid 1px #dcdcdc;
  margin-top: 20px;
  overflow: hidden;
}
.lxxdLine .lxxdBox .bd .info {
  padding: 20px;
}
.lxxdLine .lxxdBox .bd .newsList li span.category {
  float: left;
  display: block;
  width: 38px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #666;
  border: solid 1px #999;
  margin: 10px 10px 0 0;
  border-radius: 5px;
}
.lxxdLine .lxxdBox .bd .newsList li a {
  width: 80%;
  padding-left: 0;
  background: none;
}
.lxxdLine .dczjBox {
  width: 385px;
  height: 330px;
  overflow: hidden;
  float: right;
}
.lxxdLine .dczjBox h2 {
  border-bottom: solid 2px #dcdcdc;
  height: 40px;
}
.lxxdLine .dczjBox h2 a {
  float: left;
  line-height: 30px;
  padding: 0 0 10px 0;
  height: 30px;
  border-bottom: solid 2px #0362ae;
  font-size: 24px;
  font-weight: bold;
}
.lxxdLine .dczjBox h2 a:hover {
  color: #0362ae;
}
.lxxdLine .dczjBox .dczjCon {
  width: 343px;
  height: 226px;
  border: solid 1px #dcdcdc;
  margin-top: 20px;
  overflow: hidden;
  padding: 20px;
}
.lxxdLine .dczjBox .dczjCon .newsList li span.state {
  float: right;
  display: block;
  width: 58px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #666;
  border: solid 1px #999;
  margin: 10px 10px 0 0;
  border-radius: 5px;
}
.lxxdLine .dczjBox .dczjCon .newsList li a.state {
  float: right;
  display: block;
  width: 58px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #666;
  border: solid 1px #999;
  margin: 10px 10px 0 0;
  border-radius: 5px;
  padding-left: 0;
  background: none;
}
.lxxdLine .dczjBox .dczjCon .newsList li a.state.colHover {
  color: #0362ae;
}
.lxxdLine .dczjBox .dczjCon .newsList li a {
  width: 75%;
}
.ztLine {
  width: 100%;
  height: 200px;
  background-color: #F5F5F5;
  padding-top: 40px;
  overflow: hidden;
}
.ztLine .ztSlide {
  width: 1200px;
  height: 200px;
  position: relative;
}
.ztLine .ztSlide a.more {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.ztLine .ztSlide a.more i.moreArrow {
  display: block;
  background: url(../imgv/icon_more_arrow.gif) no-repeat;
  width: 12px;
  height: 12px;
  float: right;
  margin: 14px 0 0 10px;
}
.ztLine .ztSlide a.more:hover {
  color: #0362ae;
}
.ztLine .ztSlide .bd {
  width: 1200px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.ztLine .ztSlide .bd .info .ztList li {
  width: 285px;
  height: 150px;
  float: left;
  margin-right: 20px;
}
.ztLine .ztSlide .bd .info .ztList li a {
  display: block;
  width: 285px;
  height: 150px;
}
.ztLine .ztSlide .bd .info .ztList li a img {
  display: block;
  width: 285px;
  height: 150px;
}
.ztLine .ztSlide .hd {
  width: 1200px;
  height: 50px;
  overflow: hidden;
}
.ztLine .ztSlide .hd ul {
  padding-left: 10px;
  width: 200px;
  height: 4px;
  margin: 20px auto 0;
}
.ztLine .ztSlide .hd ul li {
  background: url(../imgv/slide_line.png) no-repeat;
  width: 56px;
  height: 4px;
  overflow: hidden;
  text-indent: -1978px;
  float: left;
  margin-right: 10px;
}
.ztLine .ztSlide .hd ul li.on {
  background: url(../imgv/slide_line_over.png) no-repeat;
}
/* �����丈･ */
.g_links_box {
  height: 60px;
  background: #757575;
}
.g_links_box .m_links_box {
  width: 1200px;
  margin: 0 auto;
  line-height: 60px;
}
.g_links_box .m_links_box .m_links_module {
  float: left;
  margin: 0 10px;
  color: #fff;
  position: relative;
}
.g_links_box .m_links_box .m_links_module span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background: url(http://www.beijing.gov.cn/images/ico_up2_ch_20190924.png) right center no-repeat;
  width: 180px;
  text-align: center;
  cursor: pointer;
}
.g_links_box .m_links_box .m_links_module1 span {
  width: 235px;
}
.g_links_box .m_links_box .f_mask span {
  background: url(http://www.beijing.gov.cn/images/ico_down2_ch_20190924.png) right center no-repeat;
}
.g_links_box .m_links_box .m_links_module i {
  height: 60px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 60px;
  color: #fff;
  font-style: normal;
  padding-left: 10px;
}
.g_links_box .m_links_box .m_links_module ul {
  position: absolute;
  top: -385px;
  left: 0;
  border: 1px solid #ccc;
  width: 200px;
  height: 380px;
  z-index: 100;
  background: #fff;
  font-size: 14px;
  line-height: 28px;
  overflow-y: auto;
  display: none;
}
.g_links_box .m_links_box .m_links_module li {
  padding: 0 10px;
}
.g_links_box .m_links_box .m_links_module li:hover {
  background: #ccc;
}
.bannerThr {
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.bannerThr a {
  display: block;
		width: 1200px;
		height: 120px;
 
  float: left;
}
.bannerThr a img {
  width: 1200px;
			height: 120px;
 
}


.title-xj h2 { width:100%;
    border-bottom: solid 2px #dcdcdc;
    height: 40px;
}

.title-xj h2 a {
    float: left;
    line-height: 30px;
    padding: 0 0 10px 0;
    height: 30px;
    border-bottom: solid 2px #0362ae;
    font-size: 24px;
    font-weight: bold;
}