@charset "utf-8";
/* CSS Document */


/*f_开头为float漂浮,l:左 r:右*/
.lay_mid {
    margin: 0 auto
}

.left {
    float: left;
}

.middle {
    float: left;
}

.right {
    float: right;
}

/*字体*/
.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

.txtcenter {
    text-align: center
}

.txtleft {
    text-align: left
}

.red {
    color: #F00;
}

.blue {
    color: #00F;
}

.green {
    color: #3E940D;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.mart20 {
    margin-top: 20px;
}

.mart30 {
    margin-top: 30px;
}

.marb5 {
    margin-bottom: 5px;
    clear: both
}

.marb6 {
    margin-bottom: 6px;
    clear: both
}

.marb7 {
    margin-bottom: 7px;
    clear: both
}

.marb8 {
    margin-bottom: 8px;
    clear: both
}

.marb9 {
    margin-bottom: 9px;
    clear: both
}

.marb10 {
    margin-bottom: 10px;
    clear: both
}

.marb15 {
    margin-bottom: 15px;
    clear: both
}

.marb20 {
    margin-bottom: 22px;
    clear: both
}

.padt30 {
    padding-top: 30px
}

.w60 {
    width: 60px
}

.clear {
    clear: both;
    height: 1px;
    margin-bottom: -1px;
    *display: inline;
    overflow: hidden;
}

.cls:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cls {
    display: inline-block;
}

.b {
    font-weight: bold
}

img {
    max-width: 100%;
    vertical-align: top;
}

body {
    font-size: 14px;
    color: #6B6B6B;
}

.yinying {
    z-index: 9;
    -moz-box-shadow: 0px 0px 22px #A4C1DD;
    -webkit-box-shadow: 0px 0px 22px #A4C1DD;
    box-shadow: 0px 0px 22px #A4C1DD;
    overflow: hidden;
    border-radius: 0;
    background-color: #fff;
}

.head {
    background: #F4FAFF;
}

.head_top {
    background: url(2019_topbg.gif) center no-repeat;
    height: 150px;
}

.head .head_body {
    height: 150px;
    width: 1160px;
    margin: 0 auto;
}

.head .head_body .logo {
    float: left;
    width: 716px;
    margin-top: 23px;
}

.head .head_body .head_right {
    float: right;
    text-align: right;
}

.head .head_body .head_right .time {
    line-height: 30px;
    margin-top: 20px;
    color: #D5EBFF;
    float: left;
    margin-bottom: 10px;
}

.head .head_body .head_right .lang {
    float: right;
    line-height: 30px;
    margin-top: 20px;
    color: #D5EBFF;
}

.head .head_body .head_right .lang a {
    color: #D5EBFF;
}

.head .eyebrowSearchBox {
    height: 50px;
    background: #D5EBFF;
    border-radius: 6px 0px 0px 6px;
    padding-left: 10px;
    clear: both;
}

.head .eyebrowSearchBox .inputText {
    width: 230px;
    height: 48px;
    line-height: 48px;
    background: #D5EBFF;
    outline: none;
    color: #A4A4A4;
    font-size: 16px;
    display: block;
    float: left;
    padding-left: 6px;
    border: 0;
}

.head .eyebrowSearchBox .inputSubmit {
    cursor: pointer;
    border: 0;
    width: 79px;
    height: 50px;
    background: url(2019_search.jpg) no-repeat center center;
}

.nav {
    background: #005BB0;
}

.nav .nav_list {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}

.nav .nav_list .no1 {
    padding: 0 20px;
}

.nav .nav_list ul li {
    float: left;
    text-align: center;
    position: relative;
    padding: 0 22px;
}

.nav .nav_list ul li:hover {
    background: url(2019_nav_jiao.gif) center bottom no-repeat;
}

.nav .nav_list ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
}

.nav .nav_list .hover a {
    color: #D5EBFF;
    background: url(2019_nav_jiao.gif) center bottom no-repeat;
}

.nav_box_list {
    width: 133px;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 9;
    -moz-box-shadow: 0px 0px 10px #ABABAB;
    -webkit-box-shadow: 0px 0px 10px #ABABAB;
    box-shadow: 0px 0px 10px #ABABAB;
    overflow: hidden;
    border-radius: 0;
    opacity: 0;
}

.nav_box_list dl dd {
    line-height: 60px;
    height: 60px;
    background: #fff;
    text-align: left;
}

.nav_box_list a {
    display: block;
    padding-left: 35px;
    /* color: #575757 !important;
    font-size: 16px !important; */
}

.nav_box_list dl dd:hover {
    background: #F2F2F2;
}

.nav_box_list dl dd a:hover {
    /* color: #3B9CF1 !important; */
}

.main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.main2 {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
}

.main_box {
    margin-top: 10px;
    overflow: hidden;
}

.box_left {
    width: 660px;
    height: 348px;
    float: left;
    z-index: 1;
    margin: 20px;
    margin-right: 0;
}

.title {
    background: #005BB0;
    overflow: hidden;
}

.title span {
    float: right;
    padding-right: 10px;
    line-height: 50px;
}

.title span a {
    color: #fff;
}

.title .title_txt {
    float: left;
    font-size: 18px;
    color: #fff;
    margin: 10px 0 10px 20px;
}

.title .title_txt a {
    color: #fff;
}

.title2 {
    border-bottom: 1px #4895DD solid;
    line-height: 41px;
    overflow: hidden;
}

.title2 span {
    float: right;
    padding-right: 10px;
}

.title2 span a {
    color: #4895DD;
    font-size: 16px;
}

.title2 .title_txt {
    float: left;
    font-size: 22px;
    color: #005CB3;
}

.title2 .title_txt ul li {
    float: left;
}

.title2 .title_txt .cur {
    font-weight: bold;
}

.title2 .title_txt a {
    color: #005CB3;
}

.rt_box {
    clear: both;
    overflow: hidden;
    padding: 0 30px;
}

.rt_box h3 {
    font-size: 18px;
    margin-top: 20px;
}

.rt_box h3 a {
    color: #DE0010;
    font-weight: bold;
}

.rt_box p {
    line-height: 22px;
    font-size: 12px;
}

.rt_box_list {
/*     overflow: hidden; */
    padding: 10px 20px;
}

.rt_box_list ul li {
    background: url(2019_dian.gif) 0px 20px no-repeat;
    padding-left: 20px;
    line-height: 46px;
    font-size: 16px;
}

.rt_box_list a {
    display: block;
    border-bottom: 1px #B4C6D9 solid;
}

.rt_box_list span {
    float: right;
    color: #999999;
}

.box_right {
    width: 470px;
    float: right;
    margin: 20px;
    margin-left: 0;
    background: #F6FAFE;
}

/*轮播图*/
.boxPic {
    width: 660px;
    height: 348px;
    position: relative;
    z-index: 0;
}

.boxPic .bd ul li {
    width: 660px;
    height: 348px;
    position: relative;
    
}

.boxPic .bd ul li img {
    width: 660px;
    height: 348px;
    box-shadow: 0px 0px 22px #a4c1dd;
}

.boxPic .bd ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 640px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    background: url(txtbj2.png) left top repeat;
    color: #fff;
    font-size: 16px;
}

.boxPic .hd {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 9
}

.boxPic .hd ul li {
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background-color: #8B898A;
    text-align: center;
    color: #C6C4C5;
    float: left;
    display: block;
    font-size: 12px;
    line-height: 18px;
    border-radius: 10px;
}

.boxPic .hd ul li.on {
    background-color: #fff;
    color: #FFFFFF
}

.slider-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-carousel .item {
    width: 100%;
}

.slider-carousel .slidesjs-navigation {
    top: 36%;
    width: 42px;
    height: 69px;
    text-indent: -9999em;
    display: block;
    position: absolute;
    z-index: 100;
    display: none;
}

.slidesjs-previous {
    background: url(2019_btn03.png) no-repeat;
    left: 0px;
}

.slidesjs-next {
    background: url(2019_btn04.png) no-repeat;
    right: 0px;
}

.slidesjs-previous:hover {
    background: url(2019_btn01.png) no-repeat;
}

.slidesjs-next:hover {
    background: url(2019_btn02.png) no-repeat;
}

.slidesjs-pagination {
    bottom: 18px;
    width: 115px;
    height: 12px;
    right: 15px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    -ms-zoom: 1;
}

.slidesjs-pagination-item {
    width: 18px;
    height: 18px;
    float: left;
    margin-left: 5px;
}

.slidesjs-pagination-item a {
    width: 12px;
    height: 12px;
    background-color: #8B898A;
    text-align: center;
    color: #C6C4C5;
    float: left;
    display: block;
    font-size: 12px;
    line-height: 18px;
    border-radius: 10px;
    text-indent: -999rem;
}

.slidesjs-pagination-item a.active {
    background-color: #fff;
    color: #FFFFFF
}

.slider-carousel .titBg {
    left: 0px;
    width: 100%;
    height: 50px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
}

.slider-carousel .subtitle {
    width: 70%;
    left: 20px;
    height: 50px;
    bottom: 0px;
    position: absolute;
    z-index: 2;
}

.slider-carousel .subtitle h6 {
    height: 50px;
    color: rgb(255, 255, 255);
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
}

.slider-carousel .subtitle h6 a {
    color: rgb(255, 255, 255);
}

#Marquee_x {
    overflow: hidden;
    width: 960px;
    float: left;
}

#Marquee_x ul li, #Marquee_x ul li div {
    float: left;
    overflow: hidden
}

#Marquee_x ul li div {
    float: left;
    overflow: hidden
}

.mid_news {
    height: 56px;
    line-height: 56px;
    background-color: #E7F4FF;
    color: #A5A5A5;
    overflow: hidden;
    clear: both;
}

.mid_news ul li {
    float: left;
    margin-right: 30px;
    overflow: hidden
}

.mid_news a {
    color: #3E3F40;
}

.mid_news a:hover {
    color: #365DA3;
}

.mid_news span {
    padding: 0 30px;
    background: url(2019_dian2.gif) 44px 6px no-repeat;
}

.mid_news_tilte {
    background: url(2019_tz.gif) 30px 19px no-repeat;
    padding-left: 60px;
    float: left;
    margin-right: 30px;
    color: #00508B;
}

.box_list1 {
    width: 370px;
    float: left;
}

.box_list2 {
    width: 280px;
    float: right;
    margin-top: 20px;
}

.md_box_list {
    overflow: hidden;
    padding: 20px 0;
}

.md_box_list ul {
    clear: both;
}

.md_box_list ul li {
    background: url(2019_dian.gif) 0px 14px no-repeat;
    padding-left: 20px;
    line-height: 34px;
}

.md_box_list span {
    float: right;
    color: #999999;
}

.md_box_list .bt {
    color: #1D6499;
}

.md_box_list i {
    color: #1D6499;
    padding: 0 10px;
}

.md_box_list .md_pic {
    padding-bottom: 10px;
    overflow: hidden;
}

.md_box_list .md_pic img {
    float: left;
    margin-right: 15px;
    width: 173px;
    height: 93px;
}

.md_box_list .md_pic p {
    font-size: 18px;
    color: #005CB3;
    line-height: 24px;
    margin-top: 20px;
    padding-right: 20px;
}

.box_list3 {
    width: 800px;
    float: left;
}

.box_list3 .tit {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    background: #E7F4FF;
}

.box_list3 .tit a {
    background: url(2019_dian3.gif) 25px 12px no-repeat;
    padding-left: 55px;
    display: block;
}

.box_list3 .tit a {
    color: #21689C;
}

.box_list3 .tit_body {
    padding: 20px;
}

.box_list3 .tit_body img {
    width: 120px;
    height: 170px;
}

.box_list3 .tit_body ul li {
    float: left;
    margin: 0 10px;
}

.box_list4 {
    width: 280px;
    float: right;
}

.box_list4 .tit {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    background: #E7F4FF;
}

.box_list4 .tit a {
    background: url(2019_dian4.gif) 25px 12px no-repeat;
    padding-left: 55px;
    display: block;
}

.box_list4 .tit a {
    color: #21689C;
}

.box_list4 .tit_body {
    padding: 20px;
}

.box_list4 .tit_body p {
    line-height: 24px;
}

.box_list4 .img {
    width: 115px;
    height: 172px;
    float: right;
    margin-left: 20px;
}

.box_list4 .img img {
    width: 115px;
    height: 172px;
}

.xs_box {
    overflow: hidden;
    padding-top: 20px;
}

.xs_box .xs_left {
    width: 226px;
    height: 180px;
    float: left;
    margin-left: 10px;
}

.xs_box .xs_left img {
    width: 226px;
    height: 180px;
}

.xs_box .xs_right {
    width: 405px;
    float: right;
}

.xs_box .xs_right ul li {
    background: url(2019_dian.gif) 0px 13px no-repeat;
    padding-left: 15px;
    line-height: 28px;
}

.xs_box .xs_right span {
    float: right;
    color: #999999;
}



/*列表页*/
.daohang {
    height: 60px;
    line-height: 60px;
}

.con_left {
    width: 270px;
    float: left;
}

.con_right {
    width: 800px;
    float: right;
}

.bar_title {
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: url(2019_leftbg.jpg) no-repeat;
    color: #fff;
}

.bar_list {
    overflow: hidden;
}

.bar_list ul li {
    border-bottom: 1px #ECF0F3 solid;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.bar_list .hover {
    background: #ECF0F3;
}

.bar_list .hover a {
    color: #124092;
}

.cont_list {
    border: 1px #C5E8FF solid;
    border-top: none;
}

.cont_list .cont_title {
    height: 48px;
    line-height: 48px;
    background: #E6F5FF;
    padding-left: 20px;
    font-size: 16px;
    color: #124092;
}

.cont_list ul {
    padding: 30px;
}

.cont_list ul li {
    background: url(2019_dian5.gif) 0px 15px no-repeat;
    padding-left: 25px;
    height: 38px;
    line-height: 38px;
}

.cont_list ul li span {
    float: right;
    color: #AFAFAF;
}

.cont_list2 {
    border: 1px #C5E8FF solid;
    border-top: none;
}

.cont_list2 .cont_title2 {
    height: 48px;
    line-height: 48px;
    background: #E6F5FF;
    padding-left: 20px;
    font-size: 16px;
    color: #124092;
}

.cont_list2 .cont_title3 {
    height: 48px;
    line-height: 48px;
    background: #E6F5FF;
    font-size: 16px;
    color: #124092;
    text-align: center;
}

.cont_list2 ul {
    padding: 30px;
}

.cont_list2 ul li {
    background: url(2019_dian6.gif) 0px 15px no-repeat;
    padding-left: 25px;
    height: 38px;
    line-height: 38px;
}

.cont_list2 ul li:hover {
    background: url(2019_dian7.gif) 0px 15px no-repeat;
}

.cont_list2 ul li span {
    float: right;
    color: #AFAFAF;
}

.cont_nav {
    overflow: hidden;
    padding: 30px 30px 0;
    line-height: 24px;
}

.cont_nav img {
    width: 110px;
    height: 143px;
    float: left;
    margin-right: 30px;
}

.cont_dh {
    color: #3C62A6;
    line-height: 40px;
    text-align: center;
}

.cont_hp {
    padding: 30px;
    line-height: 24px;
}

.cont_hp img {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 30px;
}

.xz_title {
    height: 48px;
    line-height: 48px;
    background: #F6F6F6;
    font-size: 16px;
    padding-left: 20px;
    color: #676767;
    clear: both;
}

.xz_title2 {
    height: 48px;
    line-height: 48px;
    background: #F6F6F6;
    font-size: 16px;
    text-align: center;
    color: #124092;
    clear: both;
}

.xz_list ul {
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.xz_list ul li {
    width: 140px;
    float: left;
    margin-left: 25px;
}

.xz_list img {
    width: 140px;
    height: 203px;
}

.xz_list p {
    text-align: center;
    line-height: 40px;
    color: #186196;
}

.xz_h3 {
    font-size: 24px;
    margin-top: 30px;
}

.xz_h3 span {
    font-size: 14px;
    margin-left: 15px;
    color: #848484;
}

.xz_img {
    float: right;
}

.xz_img img {
    width: 140px;
    height: 203px;
}

.xz_cont {
    width: 580px;
    float: left;
    line-height: 24px;
    padding: 20px 0;
}

.content {
    overflow: hidden;
    padding: 20px 50px 0;
}

.content h3 {
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    color: #000;
}

.content .ct_time {
    text-align: center;
    border-bottom: 1px #E8E8E8 solid;
    padding-bottom: 30px;
    padding-top: 10px;
}

.content_body {
    line-height: 24px;
    font-size: 16px;
}
.right_list .content_body span{
        float: none;
   margin-left: 0px;
}
.content_body p {
    margin-bottom: 10px;
}

.content_body img {
    /* position: relative;
    left: 50%;
    transform: translate(-50%, 0); */
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.ledercon span{
    display: inline-block;
    margin-bottom: 10px;
}
.ledercon img{
    margin-right: 30px;
}
.cont_body {
    padding-top: 30px;
}

.link_title {
    color: #00508B;
    font-size: 18px;
    margin-top: 30px;
    padding-left: 20px;
}

.link_box {
    overflow: hidden;
    padding: 20px 0 0px;
    padding-left: 20px;
}

.link_box ul li {
    margin-right: 20px;
    float: left;
    line-height: 30px;
}

.box3a {
    width: 390px;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin-top: 20px
}

.box3a .box3_cont ul li {
    float: left;
    width: 390px;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.box3a .box3_cont ul li img {
    display: block;
    width: 390px;
    height: 180px;
}

.box3a .bg {
    width: 390px;
    height: 40px;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.box3a .box3_cont ul li .txt {
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 4;
    height: 40px;
    line-height: 40px;
}

.box3a .box3_cont ul li .txt a {
    color: #fff;
}

.box3a .num {
    height: 10px;
    position: absolute;
    right: 5px;
    bottom: 14px;
    z-index: 4;
}

.box3a .num ul li {
    float: left;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 4px;
    border-radius: 7px;
    cursor: pointer;
}

.box3a .num ul li.on {
    background: #1770CC;
}


.down_img {
    width: 800px;
    padding-top: 30px;
    overflow: hidden;
    position: relative;
}

#box1_cont {
    width: 736px !important;
    margin: 0 auto;
}

.imgnew {
    float: left;
    overflow: hidden;
    position: relative;
    width: 800px;
}

.imgnew .cont ul li {
    float: left;
    width: 120px;
    overflow: hidden;
    position: relative;
    margin: 0 32px;
    height: 250px;
}

.imgnew .cont ul li img {
    display: block;
    width: 120px;
    height: 170px;
}

.imgnew .cont .pic {
    margin-right: 0px;
}

.imgnew .prev {
    left: 0;
    top: 80px;
}

.imgnew .next {
    right: 0;
    top: 80px;
}

.imgnew .next {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 27px;
    text-indent: -999999px;
    background: url(2019_sc2.png) no-repeat 0 0;
    cursor: pointer;
}

.imgnew .prev {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 27px;
    text-indent: -999999px;
    background: url(2019_sc1.png) no-repeat 0 0;
    cursor: pointer;
}

.imgnew p {
    line-height: 22px;
    margin-top: 10px;
}

.down_img2 {
    width: 280px;
    padding-top: 30px;
    overflow: hidden;
    position: relative;
}

#box2_cont {
    width: 280px !important;
    margin: 0 auto;
}

.imgnew2 {
    float: left;
    overflow: hidden;
    position: relative;
    width: 280px;
}

.imgnew2 .cont ul li {
    float: left;
    width: 120px;
    overflow: hidden;
    position: relative;
    height: 250px;
    margin-right: 40px;
}

.imgnew2 .cont ul li img {
    display: block;
    width: 120px;
    height: 170px;
}

.imgnew2 .cont .pic {
    margin-right: 0px;
}

.imgnew2 .prev1 {
    left: 0;
    top: 80px;
}

.imgnew2 .next1 {
    right: 0;
    top: 80px;
}

.imgnew2 .next1 {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 27px;
    text-indent: -999999px;
    background: url(2019_sc2.png) no-repeat 0 0;
    cursor: pointer;
}

.imgnew2 .prev1 {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 27px;
    text-indent: -999999px;
    background: url(2019_sc1.png) no-repeat 0 0;
    cursor: pointer;
}

.imgnew2 .next1:hover {
    background: url(2019_sc2.png) no-repeat 0 0;
}

.imgnew2 .prev1:hover {
    background: url(2019_sc1.png) no-repeat 0 0;
}

.imgnew2 p {
    line-height: 22px;
    margin-top: 10px;
}

.banner1 {
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    background: #004E97;
    padding-left: 25px;
}

.banner1 span {
    font-size: 16px;
    float: right;
    padding-right: 20px
}

.banner1 a {
    color: #fff;
    display: block;
}

.banner2 {
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    background: #DE0010;
    padding-left: 25px;
    margin-top: 10px;
}

.banner2 span {
    font-size: 16px;
    float: right;
    padding-right: 20px
}

.banner2 a {
    color: #fff;
    display: block;
}

.gzh {
    overflow: hidden;
    margin-top: 15px;
}

.gzh img {
    border: 1px #F0F0F0 solid;
    padding: 2px;
}

.gzh .gleft {
    float: left;
    width: 125px;
}

.gzh .gright {
    float: right;
    width: 125px;
}

.gzh p {
    line-height: 24px;
    text-align: center;
}

.hzmt {
    overflow: hidden;
}

.hzmt p {
    width: 74px;
    font-weight: bold;
    line-height: 22px;
    padding-left: 8px;
    margin: 12px 0px 0px 17px;
    float: left;
}

.hzmt ul {
    margin-top: 13px;
    overflow: hidden;
}

.hzmt ul li {
    float: left;
    white-space: nowrap;
    line-height: 30px;
}

.hzmt ul li a {
    border-right: 1px solid #D5EBFF;
    padding: 0px 15px;
}


/*列表页*/
.padt30 {
    padding-top: 30px;
}

.main2 .left {
    background: #F5F5F5;
    width: 320px;
    float: left;
}

.main2 .right {
    border: 1px #E5E5E5 solid;
    width: 838px;
    float: right;
}

.main2 .left .list_nav {
    width: 200px;
    margin: 60px auto 0;
}

.main2 .left .list_nav ul li {
    height: 50px;
    line-height: 50px;
    background: #4895DD;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}

.main2 .left .list_nav ul li:hover {
    background: #005CB3;
}

.main2 .left .list_nav .hover {
    background: #005CB3;
}

.main2 .left .list_nav .hover i {
    display: block;
    width: 20px;
    height: 23px;
    background: url(2019_left_jt.gif) no-repeat;
    position: absolute;
    right: -61px;
    bottom: 14px;
}

.main2 .left .list_nav ul li a {
    display: block;
    background: url(2019_dian.png) 25px 20px no-repeat;
    padding-left: 47px;
    font-size: 18px;
    color: #fff;
}

.main2 .left .list_nav .sec {
    background: #005CB3;
    margin-bottom: 10px;
}

.main2 .left .list_nav .list_nav_sec {
    padding-bottom: 20px;
}

.main2 .left .list_nav .list_nav_sec dl dd {
    line-height: 30px;
    padding: 10px 0;
    background: #1679D6;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}

.main2 .left .list_nav .list_nav_sec dl dd:hover {
    background: #4895DD;
}

.main2 .left .list_nav .list_nav_sec dl dd a {
    display: block;
    background: url(2019_dian.png) 25px 10px no-repeat;
    padding-left: 47px;
    font-size: 18px;
    color: #fff;
}

.main2 .left .list_nav .list_nav_sec .hover {
    background: #4895DD;
}

.main2 .left .list_nav .list_nav_sec .hover i {
    display: block;
    width: 20px;
    height: 23px;
    background: url(2019_left_jt.gif) no-repeat;
    position: absolute;
    right: -61px;
    bottom: 14px;
}

.main2 .right_list {
    width: 700px;
    margin: 0 auto;
}

 .right_list .right_title {
    color: #005CB3;
    font-size: 20px;
    line-height: 60px;
    padding-top: 30px;
}
.right_list .right_title a{
    color: #005CB3;
}

 .right_list .right_title p {
    text-align: center;
    color: #000;
    line-height: 30px;
    padding-bottom: 10px;
}

 .right_list .contime {
    text-align: center;
    color: #000;
    padding-bottom: 20px;
}

.right_list ul li {
    background: url(2019_dian.gif) 0px 22px no-repeat;
    line-height: 30px;
    padding: 10px 0 10px 25px;
    border-bottom: 1px #E5E5E5 solid;
}

 .right_list span {
    float: right;
    margin-left: 20px;
}

.footer {
    background: #004E97;
    padding: 15px 0 30px;
    text-align: center;
    color: #D5EBFF;
    margin-top: 40px;
}
.footer .website{
    margin-top:30px
}
/*单页列表*/
.book {
    line-height: 30px;
}

.book img {
    width: 140px;
    height: 200px;
    margin-right: 20px;
    float: left;
}

.book p {
    clear: both;
}

.booklist {
    overflow: hidden;
}

/* .booklist ul li {
    float: left;
    margin-right: 25px;
    background: none;
    border: 0;
    padding: 0;
} */

.booklist img {
    width: 113px;
    height: 162px;
}
.booklist ul.piclist li{
    margin-right: 35px;
}
.booklist ul li{
    margin-right: 25px;
}
.booklist ul.piclist li,.booklist ul.qkpic li,.booklist ul.leaderpic li {
    float: left;
    background: none;
    border: 0;
    padding: 0;
}

.piclist img {
    width: 210px;
    height: 140px;
}

.booklist p {
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
}

.booklist ul li.br {
    margin-right: 0px;
    float: right;
}

/*所领导*/
.leader {
    overflow: hidden;
    border-bottom: 1px #E5E5E5 solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.leader .leader_img {
    border: 1px #E5E5E5 solid;
    float: left;
    margin-top: 4px;
}

.leader .leader_img img {
    width: 108px;
    height: 138px;
}

.leader .leader_body {
    width: 570px;
    float: right;
}

.leader .leader_top {
    border-bottom: 1px #E5E5E5 solid;
    overflow: hidden;
    padding-bottom: 12px;
}

.leader .leader_top .name {
    font-size: 20px;
    /* background: none !important; */
    color: #000;
    line-height: 20px;
    float: left;
    line-height: 30px;
}

.leader .leader_top .name span {
    float: none;
    font-size: 16px;
    color: #000;
}

.leader .leader_top .name_list {
    height: 28px;
    line-height: 28px;
    background: #E3F0FD;
    border-radius: 5px;
    float: right;
    padding: 0 10px;
    color: #005CB3;
}

.leader .leader_top .name_list a {
    color: #005CB3;
    margin: 0 4px;
}

.leader .leader_mid {
    padding-top: 20px;
}

.leader .leader_mid dl dd {
    line-height: 30px;
    width: 190px;
    float: left;
}
.leader .leader_mid dl dd:last-child{
    width: 300px;
}
.leader .leader_mid .n {
    width: 100%;
    overflow: hidden;
}
/* 
.leader .leader_mid .n2 {
    width: 210px;
    float: left;
    overflow: hidden;
}

.leader .leader_mid .n3 {
    width: 215px;
    float: left;
    overflow: hidden;
} */

.footer .ftbody {
    width: 1200px;
    margin: 0 auto;
}

.footer .ft {
    border-top: 1px #0068C9 solid;
    padding-top: 20px;
    font-size: 20px;
    margin-top: 20px;
}

.footer p {
    line-height: 30px;
}

.footer a {
    color: #D5EBFF;
}


/*分页 开始*/
.pages {
    text-align: center;
    margin-top: 44px;
    margin-bottom: 49px;
}

.pages a {
    display: inline-block;
    height: 34px;
    border: 1px solid #cccccc;
    background: #f5f5f5;
    padding: 0 12px;
    line-height: 34px;
    font-size: 16px;
    color: #4d4d4d;
    margin: 0 5px;
    border-radius: 4px;
}

.pages a.active {
    background: #005cb3;
    color: #fff;
}

.pages a:hover {
    border: 1px solid #005cb3;
}

.pages a.pagePrev, .pages a.pageNext {
    width: 98px;
    color: #005cb3;
}

/*分页 结束*/

/* 细览 */
/* .main2 .right_list span {
    float: inherit; 
    margin-left: 0px;
} */

/* 网站地图 */
.sun_right {
    padding-left: 20px;
}

.sun_right h4 {
    font-weight: normal;
}

.sun_right a {
    font-size: 12px;
    font-weight: 100;
    color: #000000;
}

.maplist {
    margin-bottom: 20px;
}

.sun_right h4 a {
    font-size: 14px;
}

/* 出版物 */
.qk-wrap {
    width: 706px;
    padding-bottom: 10px;
}

.qk li p {
    text-align: center;
    width: 116px;
    line-height: 20px;
    height: 42px;
    overflow: hidden;
}