/*20190702*/

body {
    background-color: #fff;
    background-repeat: repeat-x;
}
li {
    list-style: none;
}
#nav-list ul li{
 float: left;
  width: 240px;
  height: 50px;
  margin-right: 45px;
  margin-bottom: 26px;
  color: #fff;
  background: #fda026;
  font-size: 20px;
  overflow: hidden;
}
.animation-zoom {
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;}
.animation-zoom:hover {
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -moz-transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  -webkit-box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);
  -moz-box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);
  -o-box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);
  box-shadow: 0 5px 10px rgba(67, 72, 84, 0.3);}
#nav-list {
  width: 860px;
  overflow: hidden;}
#nav-list ul {
  display: inline-block;
  width: 900px;
  padding: 20px 77px}
#nav-list ul li a {
  display: inline-block;
  width: 200px;
color:#fff;
  height: 50px;
  line-height: 50px;
  padding-left: 55px;
  background: url(/imgs/icon-navlist-jt.png) 10px center no-repeat;}

.k {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

/*头部*/
.top_box {
    height: 30px;


    background-image: url(/imgs/20191001t.jpg);
    display:none;
    height: 100px;
    background-position: center center;
    background-size: cover;



}

.top_box .top1 {
    float: right;
}

.top_box .top1 a.a {
    height: 40px;
    color: #000;
    margin-right: 36px;
    padding-left: 35px;
    line-height: 40px;
}

.top_box .top1 a.b {
    height: 40px;
    color: #000;
    padding-left: 30px;
    line-height: 40px;
}
.top_box .top1 a:hover{
    color: #f7bb48;
}
.center {
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.center1 .logo {
    float: left;
    margin-top: 10px;
}

.center1 .search {
    margin-top: 20px;
    width: 250px;
    background-color: #fff;
    overflow: hidden;
}

.center1 .search .text {
    border: 1px solid #bebebe;
    width: 200px;
    float: left;
    line-height: 32px;
    padding-left: 10px;
    height: 32px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.center1 .search .submit {
    float: right;
    display: block;
    margin-right: 10px;
    margin-top: 5px;
}

/*导航*/
.nav1 {
    background-color: #0d59a7;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 999;
    width: 100%;
    margin-top: 10px;
}

.nav_box {
    height: 30px;
    width: 1510px;
}

.nav_box ul {
    height: 100%;
}

.nav_box ul li {
    float: left;
    height: 100%;
    width: 8%;
}

.nav_box ul li > a {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    display: block;
    height: 100%;
}

.nav_box ul li > a:hover, .nav_box ul li.on > a {
    background-color: #ffffff;
    color: #02509a;
}

.nav_box ul li .sub {
    position: absolute;
    top: 100%;
    left: 0%;
    right: 0px;
    width: 100%;
    z-index:999;
    background-image: url(/imgs/nav_btm.png);
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav_box ul li:hover .sub {
    display: block;
}

.nav_box ul li .sub .img {
    width: 274px;
    height: 134px;
    float: left;
    border: 3px solid #b5b5b5;
margin-left:20px;
}

.nav_box ul li .sub .info {
    float: left;
    padding-left: 25px;
    width: 280px;
    font-size: 12px;
    color: #0d59a7;
    line-height: 1.7;
    padding-top: 20px;
}

.nav_box ul li .sub .menu {
    float: right;
    width: 320px;
    margin-right:200px;
}

.nav_box ul li .sub .menu a {
    display: block;
    float: left;
    width: 100px;
    color: #222222;
    font-size: 16px;
    line-height: 25px;
    padding-left: 20px;
    background: url(/imgs/nav_li.png) left center no-repeat;
    height: 25px;
    overflow: hidden;

}
.nav_box ul li .sub .menu a:hover{
    color: #225aa8;
}

/*banner*/
.k_banner {
    height: 456px;
    overflow: hidden;
    position: relative;
}

.k_banner ul.show {
    width: 100%;
    height: 100%;
}

.k_banner ul.show li {
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
}

.k_banner ul.show li span{
    display: block;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
}
.k_banner ul.show li span a{
    display: block;
    width: 100%;
    height: 100%;
}

.k_banner ul.show li img {
    display: block;
    height: 100%;
    width: 100%;
}

.k_banner ul.show li p {
    display: block;
    position: absolute;
    z-index: 33;
    bottom: 10px;
    left: 10px;
    font-size: 14px;
    color: #fffefe;
    line-height: 20px;
filter:alpha(opacity=50);  
      -moz-opacity:0.5;  
      -khtml-opacity: 0.5;  
      opacity: 0.5;  
background-color:black;
}

.k_banner ul.show li p a {
    color: #fff;
font-size:18px;
}

.k_banner ul.nav {
    position: absolute;
    z-index: 55;
    bottom: 10px;
    right: 0px;
}

.k_banner ul.nav li {
    width: 16px;
    height: 16px;
    float: left;
    background: url(/imgs/b.png) center center no-repeat;
    cursor: pointer;
    margin-right: 10px;
}

.k_banner ul.nav li.on {
    background: url(/imgs/bs.png) center center no-repeat;
}

/*新闻*/
.xw_box {
    margin-top: 20px;
}

.tl {
    padding-bottom: 20px;
    height: 25px;
}

.tl h1 {
    float: left;
    background: url(/imgs/xw_bg.png) left center no-repeat;
    padding-left: 46px;
    height: 25px;
    font-size: 20px;
    color: #0c5097;
    line-height: 25px;
}

.tl img {
    float: left;
    display: block;
    margin-left: 20px;
    margin-top: 8px;
}

.tl a {
    float: right;
    margin-left: 25px;
    background: url(/imgs/more.png) center right no-repeat;
    height: 25px;
    padding-right: 18px;
    line-height: 25px;

}

/*.jdt {*/
    /*float: left;*/
    /*width: 430px;*/
    /*height: 330px;*/
    /*background-color: #000000;*/
/*}*/

div.slideBox {
    position: relative;
    width: 430px;
    height: 300px;
    overflow: hidden;
    float: left;
}

div.slideBox ul.items {
    position: absolute;
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.slideBox ul.items li {
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.slideBox ul.items li a {
    float: left;
    line-height: normal !important;
    padding: 0px !important;
    border: none /*For IE.ADD.JENA.201206300844*/;
}

div.slideBox ul.items li a img {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    border: none /*For IE.ADD.JENA.201206300844*/;
}

div.slideBox div.tips {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-color: #000;
    overflow: hidden;
}

div.slideBox div.tips div.title {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

div.slideBox div.tips div.title a {
    color: #FFF;
    font-size: 15px;
    line-height: 50px;
    margin-left: 10px;
    text-decoration: none;
}

div.slideBox div.tips div.title a:hover {
    text-decoration: underline !important;
}

div.slideBox div.tips div.nums {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}

div.slideBox div.tips div.nums a {
    display: inline-block;
> float: left /*For IE.ADD.JENA.201206300844*/;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    text-indent: -99999px;
    margin: 15px 10px 0px 0px;
}

div.slideBox div.tips div.nums a.active {
    background-color: #093;
}

.xw {

}

.xw_r {
    width: 640px;
    float: right;
    border: 1px #dddddd solid;
    height: 300px;
}

.xw h1 {
    margin-top: 20px;
    font-size: 18px;
    color: #d73e3e;
    text-align: center;
}

.xw p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    border-bottom: 1px #b6b2b2 dashed;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 10px;

}

.xw_r ul {
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 10px;
}

.xw_r ul li {
    position: relative;
    line-height: 30px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.xw_r ul li span {
    float: right;
    font-size: 12px;
    color: #a8a8a7;
}

.xw_r ul li b {
    width: 3px;
    height: 3px;
    background: #aaa5a5;
    position: absolute;
    left: 0px;
    top: 50%;
    bottom: 0;
    margin-top: -1.5px;
    z-index: 11;

}

.xw_r ul li a {
    font-size: 14px;
    color: #333333;
}
.xw_r ul li a:hover{
    color: #225aa8;
}
/*通知公告*/
.tz{

}
.tl {
    padding-top: 20px;
}

.tl1 h1 {
    float: left;
    background: url(/imgs/tz.png) left center no-repeat;
    padding-left: 46px;
    height: 25px;
    font-size: 20px;
    color: #0c5097;
    line-height: 25px;
}

.tz ul.zt_list {
    margin-left: -23px;
    margin-right: -23px;
    overflow: hidden;
    padding-top: 20px;
}

.tz ul.zt_list li {
    float: left;
    width: 24.9%;

}

.tz ul.zt_list li .t1 {
    margin-left: 23px;
    margin-right: 23px;
    transition: all 0.25s;
}

.tz ul.zt_list li .more {
    float: right;
    font-size: 12px;
    color: #333333;
    height: 52px;
    line-height: 52px;
}

.tz ul.zt_list li .more a {
    font-size: 12px;
    color: #333333;
}

.tz ul.zt_list li .date1 {
    display: block;
    float: left;
    width: 58px;
    height: 52px;
    color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 52px;
    font-family: Impact, Arial, Helvetica, sans-serif;
    margin-right: 10px;
}

.tz ul.zt_list li .date1.l {
    background-color: #1f2188;
}

.tz ul.zt_list li .date1.b {
    background-color: #1f8884;
}

.tz ul.zt_list li .date1.q {
    background-color: #0083ab;
}

.tz ul.zt_list li .date1.r {
    background-color: #e50012;
}

.tz ul.zt_list li .date2 {
    color: #0d107f;
    font-size: 18px;
    display: block;
    line-height: 26px;
}

.tz ul.zt_list li .date3 {
    color: #0d107f;
    font-size: 14px;
}

.cont {
    height: 120px;
    overflow: hidden;
}

.cont h2 {
    margin-bottom: 10px;
    line-height: 22px;
    margin-top: 10px;
}

.cont h2 a {
    color: #333333;
    font-size: 14px;
}
.cont h2 a:hover{
    color: #225aa8;
}

.cont p {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}

.tz ul.zt_list li .t1:hover {
    transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -moz-box-shadow: 5px 5px 0px #d9d9d9;
    -webkit-box-shadow: 5px 5px 0px #d9d9d9;
    box-shadow: 5px 5px 0px #d9d9d9;
}

.xxsh{
    margin-top: 20px;
}
.xxsh .item{
    float: left;
    width: 315px;
}
.xxsh .item.zsxx{
    margin-right: 25px;
}
.xxsh .item .bt{
    height: 30px;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: left center;
}
.xxsh .item.zsxx .bt{
    background-image: url(/imgs/zsxx_bt.png);
    padding-left:40px;
}
.xxsh .item.zpxx .bt{
    background-image: url(/imgs/zpxx_bt.png);
    padding-left:40px;
}
.xxsh .item .bt a.more{
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 12px;
    padding-right: 17.5px;
    background: url(/imgs/bt_more.png) right center no-repeat;
}
.xxsh .item .nr{
    margin-top: 10px;
}
.xxsh .item .nr ul{

}
.xxsh .item .nr ul li{
    padding-top: 17.5px;
    padding-bottom: 2.5px;
    border-bottom: 1px dotted #ccc;
    height: 55px;
    overflow: hidden;
    position: relative;
    padding-left: 65px;
    font-size: 14px;
    color: #333;
    line-height: 22.5px;
}
.xxsh .item .nr ul li a:hover{
    color: #225aa8;
}
.xxsh .item .nr ul li .date{
    display: block;
    position: absolute;
    z-index: 11;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 50px;
}
.xxsh .item .nr ul li .date h1{
    font-size: 22px;
    color: #aca7a7;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
    height: 25px;
    overflow: hidden;
}
.xxsh .item .nr ul li .date h2{
    font-size: 16px;
    color: #fffefe;
    line-height: 30px;
    background-color: cadetBlue;
    text-align: center;
    height: 30px;
    overflow: hidden;
}
.xxsh .xysh{
    float: right;
    width: 415px;
}
.xxsh .xysh .bt{
    height: 30px;
    font-size: 20px;
    color: #010101;
    line-height: 30px;
    text-align: center;
    position: relative;
}
.xxsh .xysh .bt b{
    position: absolute;
    z-index: 11;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    background: url(/imgs/bt_line.png) center center repeat-x;
    width: 35%;
    overflow: hidden;
}
.xxsh .xysh .bt b.l{
    left: 0;
}
.xxsh .xysh .bt b.r{
    right: 0;
}
.xxsh .xysh .nr{
    background-color: #e3e1e1;
    height: 230px;
    margin-top: 10px;
    position: relative;
}
.xxsh .xysh .btn{
    position: absolute;
    z-index: 11;
    width: 16px;
    height: 19px;
    top: 50%;
    margin-top: -9.5px;
    cursor: pointer;
}
.xxsh .xysh .btn.l{
    left: 8.5px;
    background: url(/imgs/left.png) center center no-repeat;
}
.xxsh .xysh .btn.r{
    right: 8.5px;
    background: url(/imgs/right.png) center center no-repeat;
}
.xxsh .xysh .imgs{
    position: absolute;
    z-index: 11;
    left:0px;
    right: 0px;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
}
.xxsh .xysh .imgs ul{
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.xxsh .xysh .imgs ul li{
    position: absolute;
    z-index: 22;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.xxsh .xysh .imgs ul li img{
    display: block;
    width: 100%;
    height: 100%;
}


.ztwz{
    margin-top: 20px;
}
.ztwz_l{
    float: left;
    width: 700px;
}
.ztwz_l .bt{
    height: 55px;
    position: relative;
    overflow: hidden;
    padding-left: 250px;
}
.ztwz_l .bt h1{
    position: absolute;
    z-index: 22;
    left: 10px;
    bottom: 0;
    font-size: 20px;
    color: #010101;
    line-height: 25px;
}
.ztwz_l .bt h2{
    position: absolute;
    z-index: 11;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 55px;
    line-height: 55px;
    color: #e8e5e5;
    overflow: hidden;
}
.ztwz_l .bt b{
    display: block;
    float: left;
    height: 10px;
    margin-top: 30px;
    background: url(/imgs/bt_line.png) center center repeat-x;
    width: 325px;
}
.ztwz_l .bt a.more{
    display: block;
    float: right;
    height: 20px;
    line-height: 20px;
    color: #666;
    font-size: 12px;
    padding-right: 17.5px;
    background: url(/imgs/bt_more.png) right center no-repeat;
    margin-top: 22.5px;
    margin-right: 25px;
    min-width: 25px;
}
.ztwz_l .nr{
    margin-top: 10px;
    overflow: hidden;
}
.ztwz_l .nr h1{
    font-size: 18px;
    color: #000;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: 10px;
    padding-left: 37.5px;
}
.ztwz_l .nr h1.a{
    background: url(/imgs/zt_bt1.png) left center no-repeat;
}
.ztwz_l .nr h1.b{
    background: url(/imgs/zt_bt1.png) left center no-repeat;
}
.ztwz_l .nr ul{
    margin-top: 10px;
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
.ztwz_l .nr ul li{
    float: left;
    width: 25%;
    overflow: hidden;
}
.ztwz_l .nr ul li .box{
    position: relative;
    height: 100px;
    margin-left: 10px;
    margin-right: 10px;
}
.ztwz_l .nr ul li img{
    display: block;
    width: 100%;
    height: 100%;
}
.ztwz_l .nr ul li p{
    display: block;
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/imgs/zt_btm.png);
    font-size: 13px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    padding: 2.5px;
}

.ztwz_r{
    float: right;
    width: 400px;
}
.ztwz_r ul{
    margin-top: 70px;
}
.ztwz_r ul li{
    float: left;
    width: 50%;
}
.ztwz_r ul li span{
    display: block;
    padding: 10px;
    background-color: #fff;
    width: 127px;
    margin-left: auto;
    margin-right: auto;
}
.ztwz_r ul li span img{
    display: block;
    width: 100%;
}
.ztwz_r ul li h1{
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 1.5;
}
.ztwz_r a{
    display: block;
    margin-top: 35px;
    background-color: #0898de;
    width: 265px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    position: relative; 
    font-size: 22px;
    color: #fff;
    line-height: 70px;
    text-align: center;
box-shadow: -2px -1px 30px 0px #0898de;
}


.ztwz_r a span{
    display: block;
    position: absolute;
    z-index: 11;
    width: 90px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #0a83c5 url(../imgs/sj.png) center center no-repeat;
}

.xylj{
    margin-top: 20px;
}
.xylj .bt{
    height: 65px;
    position: relative;
    overflow: hidden;
}
.xylj .bt h1{
    position: absolute;
    z-index: 22;
    left: 10px;
    bottom: 10px;
    font-size: 20px;
    color: #010101;
    line-height: 25px;
}
.xylj .bt h2{
    position: absolute;
    z-index: 11;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 55px;
    line-height: 55px;
    color: #e8e5e5;
    overflow: hidden;
}
.xylj .nr{

}
.xylj .nr dl{
    margin-top: 20px;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 15px;
}
.xylj .nr dl dt{
    float: left;
    width: 75px;
    font-size: 18px;
    color: #0d59a7;
    padding: 15px 40px 15px 10px;
    line-height: 20px;
    background: url(/imgs/link.png) right center no-repeat;
}
.xylj .nr dl dd{
    float: right;
    width: 935px;
}
.xylj .nr dl dd a{
    display: block;
    float: left;
    color: #64686a;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 25px 10px 0;
    height: 20px;
    overflow: hidden;
    min-width: 50px;
}
.xylj .nr dl dd a:hover{
    color: #225aa8;
}
.links{
    margin-top: 20px;
}
.links .bt{
    height: 65px;
    position: relative;
    overflow: hidden;
}
.links .bt h1{
    position: absolute;
    z-index: 22;
    left: 10px;
    bottom: 10px;
    font-size: 20px;
    color: #010101;
    line-height: 25px;
}
.links .bt h2{
    position: absolute;
    z-index: 11;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 55px;
    line-height: 55px;
    color: #e8e5e5;
    overflow: hidden;
}
.links .nr{
    border-bottom: 2px dotted #ccc;
    padding-bottom: 5px;
}
.links .nr a{
    display: block;
    float: left;
    color: #64686a;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 25px 10px 10px;
    height: 20px;
    overflow: hidden;
    min-width: 50px;
}
.links .nr a:hover{
    color: #225aa8;
}
.foot{
    margin-top: 20px;

    background: #0e5097 url(../imgs/foot_bg.png) center center no-repeat;
}
.foot .k{
    padding-top: 35px;
}
.foot_logo{
    float: left;
}
.foot_info{
    float: right;
    width: 45%;
    font-size: 13px;
    color: #f3f2f2;
    line-height: 1.8;
    padding-top: 10px;
}


.banner_p{

}
.banner_p img{
    display: block;
    margin: 0 auto;
    width: 1920px;
    height: 250px;
}

.pmain{
    margin-top: 0px;
    position: relative;
    z-index: 22;
}
.pmain_l{
    float: left;
    width: 260px;
    background-color: #ffffff;
box-shadow: 10px 10px 10px #DEE;
}
.pmain_l h1{
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    background-color: #225aa8;
    padding: 15px 10px;
    background-image: url(/imgs/sidepagetitledot.png);
    background-repeat: no-repeat;
    background-position: 150px center;
    text-indent: 2.5ex;
    text-align: left;
}
.pmain_l .menu{
    border-top: none;
    border-bottom: none;
}
.pmain_l dl{

}
.pmain_l dl dt{

}
.pmain_l dl dt a{
    display: block;
    padding: 10px 0px;
    font-size: 15px;
    line-height: 25px;
    background-color: #fff;
    border-bottom: 1px solid #f6f1ed;
    color: #333;
    text-align: left;
    text-indent: 3em;
}
.pmain_l dl dt a:hover, .pmain_l dl dt.on a{
    color: #225aa8;
}

.pmain_l dl dd{
    background-color: #fff;
}
.pmain_l dl dd a{
    display: block;
    border-bottom: 1px solid #ccc;
    color: #444;
    padding: 5px 5px 5px 35px;
    font-size: 14px;
    line-height: 25px;
    background: url(/imgs/list-li.jpg) 20px center no-repeat;
}
.pmain_l dl dd a:hover, .pmain_l dl dd a.on{
    color: #225aa8;
}

.pmain_r{
    float: right;
    width: 940px;
    margin-top: -10px;
    background-color: #ffffff;
    min-height:500px;
}
.pmain_r .bt{
    border-bottom: 2px solid #e5e5e5;
    padding: 15px 10px 10px 30px;
    height: 40px;
    line-height: 40px;
}
.pmain_r .bt h1{
    float: left;
    font-size: 18px;
    color: #225aa8;
}
.pmain_r .bt > span{
    float: right;
    color: #666;
}
.pmain_r .bt > span > span{
    color: #838fa8;
}
.pmain_r .bt > span a{
    color: #838fa8;
}
.pmain_r .bt > span a:hover{
    color: #225aa8;
}
/*列表页*/
.pmain_r .list{
    margin-top: 10px;
}
.pmain_r .list ul{
    margin-left: 20px;
    margin-right: 20px;
}
.pmain_r .list ul li{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    position: relative;
    padding-left: 12.5px;
}
.pmain_r .list ul li a{
    color: #333;
}
.pmain_r .list ul li a:hover{
    color: #225aa8;
}
.pmain_r .list ul li span{
    float: right;
    color: #999;
}
.pmain_r .list ul li b{
    display: block;
    position: absolute;
    z-index: 11;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    margin-top: -1.5px;
    background-color: #999;
}
/*内容页*/
.pmain_r .content{
    margin-top: 15px;
}
.pmain_r .content .title{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #369;
    line-height: 1.7;
}
.pmain_r .content .info{
    font-size: 22px;
    text-align: center;
    color: #999;
    line-height: 1.7;
    margin-top: 5px;
}
.pmain_r .content .body{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 2.0;
}
.pmain_r .content .body p{
    text-indent: 2em;
}

/*图片列表页*/
.pmain_r .pic_list{
    margin-top: 10px;
}
.pmain_r .pic_list ul{
    margin-left: 5px;
    margin-right: 5px;
}
.pmain_r .pic_list ul li{
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 36px;
    padding-left:30px;
    float: left;
}

.pmain_r .pic_list ul li .lb{
    width: 244px;
    height: 164px;
    background-color: #000000;
}
.pmain_r .pic_list ul li .lb img{
    width:100%;
    height: 100%;
    display: block;
}

.pmain_r .pic_list ul li h1{
    text-align: center;

}

.pmain_r .pic_list ul li a{
    color: #333;
}
.pmain_r .pic_list ul li a:hover{
    color: #225aa8;
}
/*链接部门*/
.pmain_r .lj_list{
    margin-top: 10px;
}
.pmain_r .lj_list dl{
    margin-left: 30px;
    margin-right: 30px;
    margin-top:20px;
    margin-bottom: 20px;

}
.pmain_r .lj_list dl dt{
    font-size: 20px;
    color: #225aa8;
}
.pmain_r .lj_list dl  dd{
    line-height: 1.5;
    margin-top: 20px;
}
.pmain_r .lj_list dl  dd a{
    font-size: 16px;
    font-size: #333333 ;
    line-height: 24px;
    margin-left: 15px;
    margin-right: 15px;

}
.pmain_r .lj_list dl  dd a:hover{
    color: #225aa8;
}






/*添加部分*/
.top_rightpt .top1 {
}
.top_rightpt {
    float: right;
}


.topline {
    height: 10px;
    background: linear-gradient(90deg, #e71616 60%, #104fad);
    display:none;
}
.lim_float_icon{
    margin-top: 90px;
    display:none;
}



    .flexslider {
        margin: 0px auto;
        position: relative;
        width: 1920px;
        height: 500px;
        overflow: hidden;
        zoom: 1;}
    
    .flexslider .slides li {
        width: 100%;
        height: 100%;}
    
        
    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: 10px;
        text-align: center;}
    
    .flex-control-nav li {
        display: inline-block;
        background:#999;
        width:15px;
        height:15px;
        border-radius:10px;
        margin-right:10px;}
    .flex-control-nav li.active {
        background:#fff;}

    
    .flexslider .slides a img {
        width: 100%;
        height: 456px;
        display: block;}
  