﻿@charset "utf-8";
*{ margin:0; padding:0;}
body{
    margin:0;
    padding:0;
}
html{
    margin:0;
    padding:0;
    background:#cce7f6;
    font-family: "微软雅黑";
}
input{
    font-family: "微软雅黑";
}
img{
    border:none;
}
.daohang{
    display:block;
}
.clearfix,.menuBox{
    display:none;
}
.slides li{
    list-style-type:none;
}
a{
    text-decoration:none;

}
.center{
    width:1000px;
    margin:0 auto;
    overflow: hidden;
}
.index_top{
    background:url(../images/top_feiji.png) no-repeat center;
    background-size:680px 100%;
    background-position: 85% 50%;
}
.logo{
    float:left;
    margin:30px 0;
}
.sousuo{
    float:right;
    border: 2px solid #4795d8;
    height: 30px;
    margin-top: 44px;
}
.sousuo form{
    width: 200px;
    height: 30px;
    float: left;
}
.sousuo form input{
    width: 200px;
    height: 30px;
    border: none;
    text-indent: 0.5rem;
}
.sch-btn{
    float: right;
    width: 80px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #4795d8;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 16px;
}

/*导航*/
/* common styling */
/* set up the overall width of the menu div, the font and the margins */
.menu {
font-family: arial, sans-serif;
width:1000px;
margin:0 auto;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0;
margin:0;
height:50px;
line-height:50px;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left;
width:111px;
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display: block;
    text-align: center;
    text-decoration: none;
    width: 111px;
    height: 50px;
    color: #fff;
    border-right: 1px solid #69a5d8;
    border-width: 1px 1px 0 0;
    /* background: #0095FF; */
    line-height: 50px;
    font-size: 16px;
    font-family: "微软雅黑";
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
z-index: 2;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff;
background:#438ccc;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block;
position:absolute;
top:50px;
left:0;
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block;
background:#438ccc;
color:#ffffff;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#4da0e8;
color:#ffffff;
}
.menu_ul{
    border-left: 1px solid #69a5d8;
}


.daohang{
    background:url(../images/top_daohang_bj.jpg) repeat-x;

}
/*导航*/

/* banner */
.slider1 {
    position: relative;
    width: 467px;
    height: 264px;
    margin: 15px;
    overflow: hidden;
    float: left;
}
.slider1 img{ height:auto; width:100%;}
.slides { height: 100%; /* Simple clear fix */
overflow: hidden; /**
     * Prevent blinking issue
     * Not tested. Experimental.
     */
-webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d; /**
     * Here is CSS transitions
     * responsible for slider animation in modern broswers
     */
-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); }
.slide { height: 100%; float: left; clear: none; }
.slider-arrows { }
.slider-arrow { position: absolute; display: block; margin-bottom: -20px; width: 60px; height: 60px; line-height: 60px; text-decoration: none; text-align: center; color: #fff; font-size: 2em; background-color: #333; background-color: rgba(50,50,50,.3); border-radius: 50%; }
.slider-arrow--right { bottom: 50%; right: 30px; }
.slider-arrow--left { bottom: 50%; left: 30px; }
.slider-nav { position: absolute; bottom: 30px; }
.slider-nav__item { width: 8px; height: 8px; border-radius:50%; float: left; clear: none; display: block; margin: 0 2px; background: rgba(255, 255, 255, 0.8); }
.slider-nav__item:hover { background: #4692d4; }
.slider-nav__item--current { background: #4692d4; }

.center_bai{
    width: 1000px;
    margin: 40px auto 0;
    background: #fff;
    overflow: hidden;
}
.slider-nav{
    left: 440px !important;
    width: 300px !important;
    bottom: 8px !important;
}
.arrowsWrapper{
    display:none;
}

/* tab切换 */
#topmenu{width:450px;margin:30px auto 0 auto;height:80px;position:relative;}
#topmenu ul{margin:0;padding:0;}
#topmenu ul li{float:left;font-size:12px;background:#222;position:relative;text-align:center;width:70px;margin:0 10px;display:inline;line-height:30px;}
#topmenu ul li a{color:#aaa;text-decoration:none;}
#topmenu ul li a:hover{color:#fff;}
#topmenu ul li.active a{color:#fff;font-weight:800;}
/* tab */
.tab{
    width: 480px;
    margin: 15px 15px 15px 0;
    /* border: 1px solid #ccc; */
    float: right;
    position: relative;
}
.tab ul.menu1,
.tab1 ul.menu1,
.tab2 ul.menu1,
.tab3 ul.menu1,
.tab4 ul.menu1,
.tab5 ul.menu1{
    height: 33px;
    float: right;
    overflow: hidden;
    width: auto;
}
.tab ul.menu1 li,
.tab1 ul.menu1 li,
.tab2 ul.menu1 li,
.tab3 ul.menu1 li,
.tab4 ul.menu1 li,
.tab5 ul.menu1 li{
    float: left;
    text-align: center;
    width: auto;
    padding: 0 10px;
    height: 30px;
    /* background: #f6f6f6; */
    line-height: 30px;
    list-style: none;
    font-size: 14px;
    cursor: pointer;
}
.tab ul.menu1 li.active,
.tab1 ul.menu1 li.active,
.tab2 ul.menu1 li.active,
.tab3 ul.menu1 li.active,
.tab4 ul.menu1 li.active,
.tab5 ul.menu1 li.active{
    color: #4795d8;
    border-bottom: 3px solid #4795d8;
}
.tab1,
.tab2,
.tab3,
.tab4,
.tab5{
    width: 970px;
    position: relative;
    float: right;
    margin: 15px;
}
.con1,
.con2,
.con3,
.con4,
.con5,
.con6{
    border-top: 1px solid #e6e6e6;
    margin-top: 31px;
    padding-top: 8px;
}
.con2,
.con3,
.con4,
.con5,
.con6{
    display:none;
}

.con1 ul li,
.con2 ul li,
.con3 ul li,
.con4 ul li,
.con5 ul li,
.con6 ul li{
    font-size:14px;
    line-height:31px;
    color: #696969;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
}
.con1 ul li a,
.con2 ul li a,
.con3 ul li a,
.con4 ul li a,
.con5 ul li a,
.con6 ul li a{
    font-size:14px;
    line-height:180%;
    color: #696969;
    list-style: none;
    text-decoration:none
}
.con1 ul li a:hover,
.con2 ul li a:hover,
.con3 ul li a:hover,
.con4 ul li a:hover,
.con5 ul li a:hover,
.con6 ul li a:hover{
    color:#333333;
    cursor:pointer;
    text-decoration:underline;
    text-decoration:none;
}

.zheng_title{
    font-size:18px;
    font-weight:900;
    color:#333333;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}
.fu_title{
    color:#b2b2b2;
    font-size:14px;
    margin-left:6px;
    font-weight:100;
}
.index_riqi{
    color:#c5c5c5;
    font-size:12px;
    float:right;
    /*line-height: 270%;*/
}

/* 首页会员服务 */
.index_hyfw ul{
    overflow: hidden;
    margin-top: 10px;
}
.index_hyfw ul li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.index_hyfw ul li:hover{
    opacity:0.8;
}
.index_hyfw ul li img{
    width: 100%;height: 170px;object-fit: cover;
}
.index_hyfw ul li:last-child{
    margin-right:0;
}
.index_hyfw_title{
    line-height: 20px;
}
.index_hyfw_riqi{
    color: #c5c5c5;
    font-size: 12px;
}
.index_hyfw_jj{
    font-size: 12px;
    line-height: 18px;
    color: #a7a7a7;
}
.index_hyfw ul li{
    border-bottom: 0 solid #e6e6e6;
}
/* 首页会员服务end */
.index_sjtj ul li{
    /* border: 1px solid #e0e0e0; */
    box-sizing:border-box;
}
/* 学术物流 */
.index_zywl ul{
    overflow: hidden;
    margin-top: 10px;
}
.index_zywl ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.index_zywl ul li:hover{
    opacity:0.8;
}
.index_zywl ul li img{
    width: 100%;
}
.index_zywl ul li:last-child{
    margin-right:0;
}

.index_zywl ul li{
    border-bottom: 0 solid #e6e6e6;
}
/* 学术物流end */

/* 学术教育 */
.index_xsjy_left{
    float: left;
    width: 50%;
    margin-top: 10px;
}
.index_xsjy_left li{
    width: 100%;
    overflow: hidden;
    border-bottom: 0 solid #e6e6e6 !important;
    position: relative;
    border-right: 1px solid#e6e6e6;
    box-sizing: border-box;
}
.index_xsjy_left li img{
    float: left;
    width: 45%;
}
.index_xsjy_left_text{
    float: left;
    width: 50%;
    margin-left: 2%;
    margin-top: 2px;
}
.index_xsjy_left_text .index_hyfw_riqi{
   /*  position: absolute;
    bottom: 3px; */
}
.index_xsjy_left_text .index_hyfw_jj{
    margin-top:10px;
}
.index_xsjy_right{
    float: left;
    width:49%;
    margin-top: 10px;
}
.index_xsjy_right li{
    margin-left: 15px;
}
/* 学术教育 end */

/* 物流标准化 */
.index_wlbzh{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.index_wlbzh li{
    width: 48.9%;
    float: left;
}
.index_wlbzh li:nth-child(1){
    padding:0 1% 1% 0;
    border-bottom:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
}
.index_wlbzh li:nth-child(2){
    padding:0 0 1% 1%;
    border-bottom:1px solid #e6e6e6;
}
.index_wlbzh li:nth-child(1) .index_hyfw_riqi{
    bottom:9%;
}
.index_wlbzh li:nth-child(2) .index_hyfw_riqi{
    bottom:9%;
}
.index_wlbzh li:nth-child(3){
    padding:1% 1% 0 0;
    border-right:1px solid #e6e6e6;
    border-bottom: 0 solid #e6e6e6;
}
.index_wlbzh li:nth-child(4){
    padding:1% 0 0 1%;
    border-right:0 solid #e6e6e6;
    border-bottom: 0 solid #e6e6e6;
}
.index_wlbzh li img{
    width: 48%;
    float: left;
}
.index_wlbzh li{
    position: relative;
}

/* 物流标准化end */

/*合作伙伴*/


.scroll_horizontal{
    position: relative;
    width: 970px;
    /* height: 120px; */
    /* padding: 20px; */
    line-height: 20px;
    /* background: #000; */
    margin-top: 10px;
}
.scroll_horizontal .box{
    overflow: hidden;
    position: relative;
    width: 970px;
    /* height: 120px; */
    margin: 0 auto;
}
.list li img{
    display: block;
    border: 1px solid #e0e0e0;
}
.scroll_horizontal .list{overflow:hidden;width:9999px;margin-left: 0;}
.scroll_horizontal .list li{float:left;width:196px;text-align:center;}
.scroll_horizontal .plus,
.scroll_horizontal .minus{position:absolute;top:30px;width:30px;height:44px;/* background:rgba(0, 0, 0, 0.3); */cursor:pointer;}
.scroll_horizontal .plus{left:0px;}
.scroll_horizontal .minus{
    right:0px;
    background:url(../images/fanye_right.png) no-repeat center rgba(0, 0, 0, 0.3);
}
.scroll_horizontal .minus:hover{
    right:0px;
    background:url(../images/fanye_right.png) no-repeat center rgba(0, 0, 0, 0.6);
}
.scroll_horizontal .plus{
    left:0px;
    background:url(../images/fanye_left.png) no-repeat center rgba(0, 0, 0, 0.3);
}
.scroll_horizontal .plus:hover{
    left:0px;
    background:url(../images/fanye_left.png) no-repeat center rgba(0, 0, 0, 0.6);
}
.index_hydw ul li{
    border-bottom: 0px solid #e6e6e6;
}


/*合作伙伴end*/

/* 首页下载中心|项目咨询 */
.index_xiazai{
    width: 637px;
    float:left;
}
.index_xiazai .scroll_horizontal{
    width: 637px;
}
.index_xiazai .scroll_horizontal .box{
    width: 637px;
    margin: 0;
}
.index_xiazai .scroll_horizontal .box .list{
    margin-left: 0px;
}
.index_xiazai .scroll_horizontal .box .list li{
    width:220px
}
.index_xiazai .scroll_horizontal .box .list li img{
    border:1px solid #e0e0e0;
    display: block;
}
.xiazai_plus,
.xiazai_minus{
    top:102px !important
}
.index_xiazai_title{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 199px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 38px;
    line-height: 38px;
}
.index_xmzx{
    border-left: 1px dashed #e6e6e6;
    padding-left: 15px;
    margin-left: -15px;
    margin-top: 10px;
}
.index_xmzx_bk{
    width: 302px;
}

.liuyan_xm{
    margin: 0;
}
.form input,.formText{
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    padding: 5px 10px;
    outline:medium;
    font-family:"tt_1",Arial,'微软雅黑';
    -webkit-appearance: none;
    box-sizing:border-box;transition: 0.4s;
}
.form input:focus,.form textarea:focus{
    border-color:#555;
}
.form dl{
    margin-bottom: 9px;
    width: 49%;
    float: left;
    margin-right: 2%;
}
.form dl:nth-child(2n+2){margin-right:0;}
.form dt{
    font-size: 12px;
}
.form textarea{
    min-height: 100px;
    max-width: 100%;
    font-family:"tt_1",Arial,'微软雅黑';
}
.formBtn input{
    padding: 10px;
    width:100%;
    background-color: #111;
    color: #fff;
    margin: 10px auto;
    line-height: 18px;
    border-radius: 2px;
    cursor: pointer;
    border: none;
    font-family:"tt_1",Arial,'微软雅黑';
    transition: 0.4s;
}
@media screen and (min-width: 1025px) {
.formBtn button:hover{
    background-color: #67b48e;
}
.more:hover a{
    color: #fff;
}
}
.liuyan_tijiao{
    background: #4795d8 !important;
    color: #fff !important;
    border: none !important;
}
.liuyan_tijiao,.liuyan_quxiao{
    text-indent:0 !important;
}
.liuyan_quxiao{
    background-color: #cdcdcd !important;
}
.form{
    overflow: hidden;
}
.index_xmzx_qx,.index_xmzx_tj{
    margin-bottom: 0px !important;
}
.index_xmzx_tj{
    margin-right: 2% !important;
}
.index_xmzx_qx{
    margin-right: 0 !important;
}
.liuyan_quxiao{
    border:none !important;
    color:#fff !important;
}
.formText{
    resize: none;
}
.zixunxiangmu{
    width: 100% !important;
    margin-right: 0 !important;
}

/* 首页下载中心|项目咨询 end */

/* 底部导航 */
.foot_bj{
    height: 50px;
    padding: 20px 0;
    width: 100%;
    background: url(../images/foot_bj.jpg) repeat-x center;
    margin-top: 40px;
    background-size: 100% 100%;
}
.foot_daohang{
    width: 100%;
    overflow: hidden;
}
.foot_daohang ul{
    margin-left:-1%;
}
.foot_daohang ul li{
    float: left;
    list-style: none;
    padding: 0 1%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.foot_daohang ul li a{
    color:#fff;
    text-decoration:none;
    font-size: 14px;
    line-height: 14px;
    vertical-align: top;
}
.foot_daohang ul li i{
    width:1px;
    height:14px;
    background:rgba(255, 255, 255, 0.3);
}
.foot_bq{
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.foot_bq a{
    color: rgba(255, 255, 255, 0.6);
    text-decoration:none;
}
.foot_bq span{
    float:right;
}
.foot_bq span a{
    color:rgba(255, 255, 255, 0.5);
}
/* 底部导航end */

/* 内页-咨询 */
.center_neiye_bai{
    width: 700px;
    margin-top: 40px;
    float: right;
    background: #fff;
    overflow: hidden;
    min-height: 500px;
}
.center_neiye_bai .index_xmzx_bk{
    width: 670px;
}
.center_neiye_bai .index_xmzx_bk .zheng_title{
    color:#3b7bb2;
}
.mianbaoxie{
    float: right;
    font-size: 12px;
    line-height: 33px;
    color: #c3c3c3;
}
.mianbaoxie a{
    color:#7f7e7e;
}
.mianbaoxie a:hover{
    color:#4795d8;
}
.center_neiye_bai .index_xmzx{
    border-left: 0 dashed #e6e6e6;
}
.center_neiye_left_bai{
    width: 280px;
    float: left;
    background: #fff;
    overflow: hidden;
    margin-top: 40px;
}
.neiye_left_zhuti{
    width: 250px;
}
.neiye_left_zhuti .zheng_title,
.center_neiye_left_xmzx .zheng_title{
    font-weight:100;
}
.center_neiye_left_xmzx{
    position: relative;
    float: right;
    margin: 15px;
}
/* 内页-咨询 end */

.show_zhengwen{
    color:#707070;
    font-size:14px;
    padding-bottom: 50px;
}
.show_zhengwen a{
    color:#346d9e;
    font-weight:900;
}

.show_top_title{
    color:#171717;
    font-size:20px;
    text-align:center;
    font-weight:900;
}
.show_top_riqi{
    color:#b3b3b3;
    font-size:12px;
    text-align:center;
    margin-top:10px;
}
.show_top_riqi span{
    margin-right:10px;
}
.xiazai{
    text-align:center;
    color:#4795d8 !important;
    font-size:18px;
    font-weight:900;
    padding-right:10px;
    /* background:url(../images/show_xiazai.png) no-repeat center right; */
    background-size:20px 18px;
    background-position:57% 50%;
}
.xiazai a i{
    background: url(../images/show_xiazai.png) no-repeat center right;
    width: 20px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.xiazai:hover{
    opacity:0.8;
}
.xiazai a{
    color:#4795d8;
}
.list_show_zhengwen{
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
    margin: 30px 10px 0 10px;
}
.show_fanye{
    float:left;
    font-size:14px;
    font-weight:900;
    color:#373737;
    margin: 20px 0 20px 10px;
}
.show_fanye a{
    color:#535353;
    font-size:14px;
    font-weight:100;
}
.show_fanye a:hover{
    color:#000;
}
.show_fanhui{
    float:right;
    width:128px;
    height:38px;
    text-align:center;
    background:#4795d8;
    margin: 20px 10px 20px 0;
}
.show_fanhui:hover{
    background: rgba(71, 149, 216, 0.8);
}
.show_fanhui a{
    line-height:38px;
    color:#fff;
    font-size:14px;
    /* text-indent:1rem; */
    display: block;
}
.show_fanhui a i{
    background: url(../images/list_liebiao.png) no-repeat center;
    background-size: 100%;
    width: 17px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.show_fanhui a span{
    vertical-align: middle;
}

/* 通知公告列表页遮罩 */
.da-thumbs {
        list-style: none;
        /* height: 600px; */
        position: relative;
        margin: 20px auto 0;
        padding: 0;
        overflow: hidden;
    }
    .da-thumbs li {
        float: left;
        margin: 0 2.5% 3% 0;
        width: 31.6%;
        border: 1px solid #e0e0e0;
        box-sizing: border-box;
    }
    .da-thumbs li:nth-child(3n+3){
        margin: 0 0 3% 0;
    }
    .da-thumbs li a,
    .da-thumbs li a img {
      display: block;
      position: relative;
    }
    .da-thumbs li a {
      overflow: hidden;
    }
    .da-thumbs li a div {
      position: absolute;
      background: rgba(0, 0, 0, 0.6);
      width: 100%;
      height: 100%;
    }
    .da-thumbs li a div p {
        text-align: center;
        margin: 0 auto;
        color: #fff;
    }
    .list_gonggao_img{
        width:100%;
    }
    .list_xiazai_tb{
        margin:80px auto 15px auto !important;
    }
    .list_xiazai_tb img{
        margin:0 auto;
    }

/* 翻页 */
    .fanye { text-align: center; padding: 20px 0 40px 0;font-family:'微软雅黑'; }
.fanye a:link, .paging a:visited { color: #979797; }
.fanye a.active, .paging a:hover {
    color: #fff;
    background-color: #4795d8;
    border: 1px solid #4795d8;
}
.n{
    color:#979797;
}
.fanye a, .paging span {
    background-color: #ffffff;
    padding: 3px 10px;
    margin: 0px 2px;
    border: 1px solid #bfbfbf;
    font-size: 12px;
}
.fanye  a:hover{
    color: #fff;
    background-color: #4795d8;
    border: 1px solid #4795d8;
}
/* 翻页end */

.list_news_img{
    float: left;
    width: 25%;
}
.list_news_ulli ul li{
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.list_news_ulli ul li:hover{
    opacity:0.8;
}
.list_news_ulli ul li a{
    display: block;
}
.list_news_title{
    float: left;
    width: 73%;
    margin-left: 2%;
    margin-top: 2px;
}
.list_news_title .index_hyfw_riqi {
    /* position: absolute;
    bottom: 15px; */
}
/* 通知公告列表页遮罩end */

/* 领导个人介绍列表页 */
.neiye_title{
    color:#3b7bb2;
}
.list_lingdaojj{
    background: #e5f3fa;
    height: 271px;
    margin-bottom: 30px;
}
.lingdaoxx{
    width: 194px;
    height: 271px;
    float: left;
}
.list_lingdaojj_title{
    padding: 15px 20px 0 209px;
}
.list_ldxm{
    color:#333333;
    font-size:20px;
    font-weight:900;
    line-height: 40px;
}
.list_jianjie{
    margin-top:15px;
}
.list_jianjie_zhongyaohd{
    background: #fafafa;
    overflow: hidden;
    margin-bottom: 15px;
}
.list_jianjie_zhongyaohd_title{
    background: url(../images/list_title_zhuangshi.png) no-repeat center left #e5f3fa;
    background-size: 123px 100%;
    color: #fff;
    font-weight: 900;
    text-indent: 15px;
    font-size: 16px;
    line-height: 40px;
}
.list_jianjie_zhongyaohd_title span a{
    float:right;
    margin-right:15px;
    color:#7b7b7b;
    font-size:12px;
    font-weight:100;
}
.list_jianjie_zhongyaohd_title span a:hover{
    color:#000;
}
.list_jianjie_zhongyaohd_ul{
    margin: 0 15px 10px;
}
.list_jianjie_zhongyaohd_ul li{
    border-bottom:1px slid #e2e2e2;
}
.list_jianjie_zhongyaohd_ul li a{
    font-weight:100;
}
.list_jianjie_jijin{

    padding: 15px;
}
.list_jianjie_jijin ul li a{
    font-weight:100;
}
.list_fengcai_ulli ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.list_fengcai_ulli ul li:nth-child(4n){
    margin-right: 0;
}

/* 领导个人介绍列表页end */
.neiye_xuxian{
    width:100%;
    height:0;
    border-bottom: 1px dashed #cce7f6;
    margin-top: 294px;
}