body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin:0; padding:0; }
fieldset, img { border:0; }
:focus { outline:0; }
address, caption, cite, code, dfn, em, th, var, optgroup { font-style:normal; font-weight:400; }
abbr, acronym { border:0; font-variant:normal; }
ol, ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0; margin:0 auto; }
caption, th { text-align:left; }
sup, sub { font-size:100%; vertical-align:baseline; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:none; }
.clear { clear:both; }
img { border:0;outline:0;}


body{
    font: 14px "Microsoft YaHei", Helvetica, Arial, Lucida Grande, Tahoma, sans-serif;
    color: #444;
    background: #f1f1f1;
    width: 100%;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

a {
    text-decoration: none;
    color: #444;
}

a:hover {
    color: #2f889a;
    color: #004D00;
}

.pc_none {
    display: none;
}



/* head */
.top_wrap {
    width: 100%;
    height: 90px;
    transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
}
body .fixed  {
    height: 70px !important
}

.top {
    width: 100%;
    height: 90px;
    background-color: rgba(255,255,255,.9);
    border-bottom: 1px solid #dadada;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.fixed .top {
    height: 70px;
}

.head {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 18px;
    box-sizing: border-box;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.fixed .head {
    padding-top: 12px;
}

.logo{
    width: 230px;
    height: 52px;
    float: left;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.fixed .logo {
    width: 220px;
    height: 42px;
}

.logo img{
    /* width: 100%; */
    height: 100%;
}

.nav {
    float: right;
    margin-top: 4px;
}

.nav_child {
    float: left;
    padding: 0 14px;
    line-height: 42px;
    height: 66px;
    font-size: 16px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fixed .nav_child {
    padding: 0 12px;
}

.has_child::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #ccc;
}

.has_child:hover::after {
    border-top-color: #004D00;
}

.nav_child .main_nav {
    font-weight: bold;
}

.sub_nav_ul {
    position: absolute;
    left: 0;
    top: 68px;
    box-shadow: 0 2px 2px rgba(0 0 0 .3);
    display: none;
    white-space: nowrap;
    border: 1px solid #dadada;
}

.fixed .sub_nav_ul{
    top: 55px;
}

.sub_nav_ul li {
    height: 50px;
    line-height: 50px;
    padding-left: 14px;
    background-color: rgba(255,255,255,.9);
    border-bottom: 1px solid #dadada;
    padding-right: 20px;
    box-sizing: border-box;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}


.sub_nav_ul li:hover {
    background-color: #dadada;
}

.sub_nav_ul li:hover a {
    width: 100%;
    height: 100%;
    display: block;
    color: #444;
}


.search {
    width: 26px;
    height: 26px;
    border: 1px solid #004D00;
    float: right;
    margin-top: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background:#689f38 url(./icon_search.png) no-repeat center;
    background-size: 60%;
}

.search.active{
    background-color: #004D00;
}

.fixed .search {
    margin-top: 10px;
}

.search_box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100px;
    background-color: #FFF;
    border-radius: 2px;
    box-shadow: 0 0 4px rgb(0 0 0 / 30%);
    padding: 20px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    display: none;
}

.fixed .search_box {
    top: 80px;
}

.search_box_In {
    width: 100%;
    height: 40px;
    background-color: red;
}

.search_box_In .search_ipt {
    width: 80%;
    height: 100%;
    line-height: 100%;
    padding-left: 2%;
    box-sizing: border-box;
    border: 0;
    float: left;
    background-color: #ebebeb;
}

.search_box_In .search_btn {
    width: 20%;
    height: 100%;
    line-height: 40px;
    background-color: #689f38;
    text-align: center;
    color: #FFF;
    display: block;
    float: right;
    border: 0;
    cursor: pointer;
}

.content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.content_left {
    /* width: 840px; */
    width: 70%;
    float: left;
    padding-bottom: 20px;
}

/* public - right */

.widget {
    background: #fff;
    margin: 0 0 10px 0;
    border: 1px solid #dadada;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0 .4);
    box-sizing: border-box;
    margin-bottom: 10px;
}

.widget-title {
    background: #f8f8f8;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dadada;
}

.widget_more {
    height: 100%;
    width: 40px;
    float: left;
    border-right: 1px solid #dadada;
    background: url(./icon_title2.png) no-repeat center;
    background-size: 100%;
}

.widget-title h3 {
    float: left;
    margin-left: 10px;
}

.content_right {
    /* width: 342px; */
    width: 28.6%;
    float: right;
}

/* 分享 */
.feed_widget {
    width: 100%;
    height: 78px;
    background-color: #FFF;
    border: 1px solid #dadada;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    padding-top: 16px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
	position: relative;
}

.feed_widget a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background-color: #FFF;
    border: 1px solid #dadada;
    margin: 0 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.feed_widget .weichat span {
    width: 100%;
    height: 100%;
    display: block;
}
.feed_widget .weichat{
    background: url(./icon_weixin_link.png) no-repeat center;
    background-size: 60%;
}
.feed_widget .weichat:hover {
    background: #248a34 url(./icon_weixin_active.png) no-repeat center;
    background-size: 60%;
}

.feed_widget .shoppingCar{
    background: url(./icon_shoppingCar_link.png) no-repeat center;
    background-size: 60%;
}
.feed_widget .shoppingCar:hover {
    background: #c40000 url(./icon_shoppingCar_active.png) no-repeat center;
    background-size: 60%;
}

.feed_widget .checkMark{
    background: url(./icon_checkMark_link.png) no-repeat center;
    background-size: 60%;
}
.feed_widget .checkMark:hover {
    background: #d28300 url(./icon_checkMark_active.png) no-repeat center;
    background-size: 60%;
}

.feed_widget .weibo{
    background: url(./icon_weibo_link.png) no-repeat center;
    background-size: 50%;
}
.feed_widget .weibo:hover {
    background: #c40000 url(./icon_weibo_active.png) no-repeat center;
    background-size: 50%;
}


/* new book recommend */

.sidebar_content_ul {
    padding: 15px;
}

.sidebar_content_ul li {
    padding: 8px 8px 8px 0;
    border-bottom: 1px dashed #dadada;
    overflow: hidden;
}

.sidebar_content_ul li:nth-last-child(1) {
    border-bottom: none;
}

.sidebar_content_ul li .sidebar_pic {
    width: 100px;
    height: 75px;
    float: left;
    overflow: hidden;
}

.sidebar_content_ul li .sidebar_pic img {
    width:auto;
    height: 100%;
    display: block;
    margin: 0 auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.sidebar_content_ul li .sidebar_pic img:hover {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.sidebar_content_ul li .sidebar_text {
    width: 170px;
    height: 75px;
    float: left;
    margin-left: 10px;
    white-space: normal;
    position: relative;
}

.sidebar_date {
    position: absolute;
    left: 0;
    bottom: 0;
}

/* tongzhi gonggao Notice */

.notice_ul {
    padding: 8px 15px;
}

.notice_ul li {
    padding: 8px 0;
    border-bottom: 1px dashed #dadada;
}

.notice_ul li:nth-last-child(1) {
    border-bottom: none;
}

/* pic recommend */

.pic_widget {
    width: 100%;
    border: 1px solid #dadada;
    padding: 3px;
    border-radius: 2px;
    box-sizing: border-box;
    margin-top: 20px;
}

.pic_widget img {
    width: 100%;
    display: block;
}

/* firend_link */

.firend_link {
    width: 1200px;
    margin: 0 auto 20px auto;
}

.firend_link ul {
    overflow: hidden;
}

.firend_link ul li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 2px;
    box-sizing: border-box;
}

.firend_link ul li a {
    background: #fff;
    text-align: center;
    padding: 8px;
    display: block;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition-duration: .5s;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
}

.firend_link ul li a:hover {
    background: #004D00;
    color: #fff !important;
    border: 1px solid #2f889a;
    transition: all 0.1s ease-in 0s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/* footer */

.footer {
    width: 100%;
    background-color: #689f38;
}

.footerIn {
    width: 1120px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}

.footer_code_box {
    float: left;
}

.footer_code_box img {

}

.footer_copyRight {
    float: right;
    color: #181818;
    text-align: center;
    padding: 20px 0;
    margin: 0 50px;
    line-height: 1.8;
}

.footer_copyRight a {
    color: #181818;
}

.footer_copyRight a:hover{
    color: #FFF;
}


/* scroll */

.scroll {
    width: 32px;
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 9999;
}

.scroll li {
    width: 32px;
    height: 32px;
    border: 1px solid #dadada;
    box-sizing: border-box;
    margin-bottom: 5px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.scroll li a {
    width: 100%;
    height: 100%;
    display: block;
}

.scroll-h a{
    background: url(./icon_arrow_up_link.png) no-repeat center;
    background-size: 50%;
}

.scroll-h a:hover{
    background: #689f38 url(./icon_arrow_up_active.png) no-repeat center;
    background-size: 50%;
}

.scroll-b a{
    background: url(./icon_arrow_down_link.png) no-repeat center;
    background-size: 50%;
}

.scroll-b a:hover{
    background: #689f38 url(./icon_arrow_down_active.png) no-repeat center;
    background-size: 50%;
}


.qr-site {
    position: relative;
    
}

.qr-site a {
    background: url(./icon_qrCode.png) no-repeat center;
    background-size: 60%;
}

.qr_img {
    width: 150px;
    height: 150px;
    background-color: #FFF;
    position: absolute;
    left: -160px;
    top: -118px;
    display: none;
}

.alignnone {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 68px;
    left: 68px;
}

#qrcodeCanvas canvas {
    width: 90%;
    height: 90%;
    margin: 5%;
}

/** tipso **/
.tipso_bubble {
    position: absolute;
    text-align: center;
    border-radius: 6px;
    z-index: 9999;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    height: auto;
    margin-top: -180px;
    top: -15px;
    left: -40px;
    display: none;
}

.tipso_style {
    cursor: pointer;
}

.tipso_bubble,.tipso_bubble>.tipso_arrow {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tipso_bubble>.tipso_arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid;
    pointer-events: none;
}

.tipso_bubble.top>.tipso_arrow {
    border-color: #000 transparent transparent;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}

.tipso_bubble.bottom>.tipso_arrow {
    border-color: transparent transparent #000;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
}

#weixin-qr img {
    float: left;
    width: 180px;
    height: auto;
}


/* 列表页 */

.list_ul {
    width: 100%;
}

.list_ul li {
    padding: 20px 20px 40px;
    border: 1px solid #DDD;
    box-sizing: border-box;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.new {
    line-height: 20px;
    padding: 0 5px;
    color: #FFF;
    position: absolute;
    right: -1px;
    top: -1px;
    background-color: #689f38;
    font-size: 12px;
}

.list_ul li::after {
    content: '';
    position: absolute;
    background: #689f38;
    top: 20px;
    left: -1px;
    width: 5px;
    height: 25px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.list_ul li .see_all {
    line-height: 30px;
    padding: 0 12px;
    position: absolute;
    bottom: 0;
    right: -1px;
    background-color: #689f38;
    color: #FFF;
}

.list_ul li .see_all:hover{
    background-color: #444;
}

.list_img {
    width: 200px;
    height: 150px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    position: relative;
}
.list_img .cat {
    background: #004D00;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=70);
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    z-index: 1;
}
.list_img .cat a {
    color: #fff;
    line-height: 28px;
    padding: 0 10px;
}
.list_img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.list_img img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.list_content {
    height: auto;
}

.list_content h2 {
    font-size: 16px;
    line-height: 1.5;
}

.list_content p {
    color: #777;
    line-height: 1.8;
    margin-top: 10px;
}

.list_date {
    position: absolute;
    left: 0;
    bottom: -3px;
    color: #999;
}

.isHasPic {
    width: 568px;
}

.list_page {
    width: 100%;
    text-align: right;
}
.list_page .pages_num {
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 4px 11px;
    background-color: #FFF;
    display: none;
}
.list_page a {
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 4px 11px;
    background-color: #FFF;
}

.list_page a:hover,
.list_page a.active {
    background-color: #689f38;
    color: #FFF;
    border: 1px solid #004D00;
}
.list_page .screen-reader-text {
    display: none;
}


/* 列表页右侧 */

.sidebar_adv {
    width: 100%;
    height: auto;
    border-radius: 2px;
    background-color: #FFF;
    border: 1px solid #ddd;
    margin: 0 0 10px 0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    padding: 3px;
    box-sizing: border-box;
    overflow: hidden;
}

.sidebar_adv img {
    display: block;
    width: 100%;
    height: auto;
}
.adv_h {
    border: 0;
    padding: 0;
}
.adv_h img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.adv_h img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

/* 热门阅读 */
.sidebar_list_hotRead_ul {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.sidebar_list_hotRead_ul li {
    width: 100%;
    height: 22px;
    padding-left: 22px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 28px;
}

.sidebar_list_hotRead_ul li::before {
    font-size: 12px;
    text-align: center;
    color: #FFF;
    padding: 0 5px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    background-color: #ccc;
}

.sidebar_list_hotRead_ul li:nth-of-type(1)::before {
    content: '1';
    background-color: #689f38;
}

.sidebar_list_hotRead_ul li:nth-of-type(2)::before {
    content: '2';
    background-color: #689f38;
}

.sidebar_list_hotRead_ul li:nth-of-type(3)::before {
    content: '3';
    background-color: #689f38;
}

.sidebar_list_hotRead_ul li:nth-of-type(4)::before {
    content: '4';
}

.sidebar_list_hotRead_ul li:nth-of-type(5)::before {
    content: '5';
}

.sidebar_list_hotRead_ul li:nth-of-type(6)::before {
    content: '6';
}

.sidebar_list_hotRead_ul li:nth-of-type(7)::before {
    content: '7';
}

.sidebar_list_hotRead_ul li:nth-of-type(8)::before {
    content: '8';
}

.sidebar_list_hotRead_ul li:nth-of-type(9)::before {
    content: '9';
}

.sidebar_list_hotRead_ul li:nth-of-type(10) {
    padding-left: 28px;
}
.sidebar_list_hotRead_ul li:nth-of-type(10)::before {
    content: '10';
}


/* 面包屑 */
.breadcrumb {
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    line-height: 40px;
    margin-bottom: -10px;
}


/* 详情页 */

.content_detail {
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 2px;
    padding: 20px 20px 40px 20px;
    position: relative;
    
}

.fontSize_btn {
    position: absolute;
    top: 15px;
    left: 20px;
    line-height: 24px;
    width: 40px;
    text-align: center;
    padding: 0 0 1px 0;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.fontSize_btn:hover {
    background-color: #004D00;
    color: #FFF;
}

.right_hide {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 30px;
    height: 24px;
    text-align: center;
    padding: 0 0 1px 0;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.right_hide::after {
    content: '';
    height: 0;
    border-top: 4px solid transparent;
    border-right: 6px solid #999;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -4px;
    display: block;
}

.right_hide::before {
    content: '';
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #999;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 17px;
    top: 50%;
    margin-top: -4px;
    display: block;
}

.right_hide:hover {
    background-color: #004D00;
}

.detail_title {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 35px -20px 20px -20px;
    padding: 5px 20px;
    border-left: 5px solid #004D00;
    border-right: 5px solid #004D00;
}

.detail_abstract {
    border: 1px dashed #DDD;
    padding: 15px;
    margin: 0 0 10px 0;
    position: relative;
}

.detail_abstract .abstract_title {
    font-weight: 600;
    color: #999;
    padding: 0 5px;
    position: absolute;
    background-color: #FFF;
    top: -10px;
    left: 20px;
    display: block;
    color: #999;
}

.content_detail .detail_abstract p {
    color: #999;
    line-height: 1.8;
    text-indent: 0;
}

.source {
    position: absolute;
    background: #f8f8f8;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 2px 2px;
    box-sizing: border-box;
}

/* 详情页中样式 */
.content_detail .detail_docHtml p {
    text-indent: 2em;
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 15px!important;
    font-family: Microsoft YaHei!important;
}

.content_detail img {
    max-width: 70%;
    height: auto;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}

.font_big .detail_docHtml p {
    font-size: 18px!important;
} 

.font_small .detail_docHtml p {
    font-size: 15px!important;
}


.content_detail .detail_docHtml * {
    text-indent: 2em;
    line-height: 1.8!important;
    margin-bottom: 10px;
    font-size: 15px!important;
    font-family: Microsoft YaHei!important;
}
.content_detail .detail_docHtml div.video {
    text-indent: 0!important;
}
.font_big .detail_docHtml * {
    font-size: 18px!important;
}

.font_small .detail_docHtml * {
    font-size: 15px!important;
}
.content_detail .detail_docHtml .text_align {
    text-indent: 0;
}
/* 公司领导 */

.leader_list_ul {
    width: 100%;
}

.leader_list_ul li {
    padding: 20px;
    border: 1px solid #DDD;
    box-sizing: border-box;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.leader_list_ul li::after {
    content: '';
    position: absolute;
    background: #689f38;
    top: 20px;
    left: -1px;
    width: 5px;
    height: 25px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.leader_pic {
    width: 130px;
    height: 160px;
    overflow: hidden;
    float: left;
}

.leader_pic img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.leader_pic img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.leader_text {
    float: left;
    margin-left: 20px;
    max-width: 640px;
}

.leader_text h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

.leader_text p {
    line-height: 1.8;
    color: #777;
}

.check_resume {
    position: absolute;
    bottom: 18px;
    right: -1px;
    background: #689f38;
    color: #fff;
    line-height: 30px;
    padding: 0 12px;
    display: block;
    border-radius: 2px 0 0 2px;
}

.check_resume:hover {
    background-color: #444;
    color: #FFF;
}


/* 右侧栏目导航 */
.right_channel_box {
    width: 100%;
    padding: 18px;
    background: #fff;
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    box-sizing: border-box;
}

.right_nav_ul {
    width: 100%;
}

.right_nav_ul li {
    line-height: 28px;
    white-space: normal;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.right_nav_ul li a {
    color: #000;
    line-height: 40px;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #8bc34a;
}

.right_nav_ul li a:hover {
    opacity: 0.8;
}

.right_adress_msg {
    overflow: hidden;
    background: #689f38;
    padding: 12px;
    color: #fff;
    line-height: 25px;
}


/* 图书出版 */

.content_adv {
    width: 100%;

}

.content_adv img {
    width: 100%;
}

.bookpic_ul {
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.bookpic_ul li {
    width: 20%;
    height: 160px;
    float: left;
    margin-bottom: 10px;
}

.bookpic_ul li img {
    width: 130px;
    height: 100%;
}

.cols_num2 {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.cols_num2 .col_left,
.cols_num2 .col_right {
    width: 50%;
    box-sizing: border-box;
}

.cols_num2 .col_left {
    float: left;
    padding-right: 5px;
}

.cols_num2 .col_right {
    float: right;
    padding-left: 5px;
}

/* 图书出版-热点专题  */

.hot_point_pic {
    width: 100%;
    height: 140px;
    overflow: hidden;
    text-align: center;
}

.hot_point_pic img {
    width: 100%;
    display: block;
    margin: 0 auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.hot_point_pic img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.hot_point,
.pic_content  {
    padding: 10px 20px 20px 20px;
    overflow: hidden;
}

.hot_point_pic_text {
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto 5px auto;
    padding: 5px 5px 0 5px;
    
}
.hot_point p {
    color: #777;
    margin: 0 0 5px 0;
    height: 130px;
    overflow: hidden;
    line-height: 1.8;
}
.slsd img {
    width: 180px;
    height: 130px;
    float: left;
    display: block;
    margin-right: 20px;
}
.slsd .hot_point_pic_text {
    width: 100%;
}
.arrowListDate_ul {

}

.arrowListDate_ul li::before {
    content: '';
    width: 10px;
    height: 100%;
    background: url(./icon_arrow_right.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.arrowListDate_ul li {
    width: 100%;
    line-height: 2.1;
    position: relative;
    padding-left: 15px;
    overflow: hidden;
}

.arrowListDate_ul li a {
    width: 94%;
    float: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
}

.arrowListDate_ul li span {
    width: 16%;
    float: right;
    color: #999;
    display: block;
}

.pic_content img {
    width: 100%;
    height: 294px;
}

.pic_tips {
    width: 100%;
    border: 1px solid #DDD;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.pic_tips img {
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.pic_tips p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    width: 100%;
    padding: 0 10px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;

    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;

    opacity: 0;
    /* display: none; */
}

.pic_tips:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.pic_tips:hover p {
    /* display: block; */
    opacity: 1;
}

.allNumber_color li::before{
    background-color: #689f38;
}


/* 党建廉政 */

.fullWith_adv {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

/* 图书推荐 */

.book_commend {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.book_commend_ul {
    overflow: hidden;
}

.book_commend_ul li {
    width: 49%;
    height: 130px;
    float: left;
    position: relative;
    margin-bottom: 2%;
}

.book_commend_ul li:nth-child(even) {
    float: right;
}

.book_commend_ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.book_commend_ul li img{
    max-height: 130px;
}

.img_title {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 10px;
    color: #FFF;
    box-sizing: border-box;
    display: block;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img_title:hover {
    color: #FFF;
    opacity: 1;
}

.footerIn .menu_footer li {
    float: left;
    width: auto;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 20px;
}
.footerIn .menu_footer li a {
    color: #000000;
}
.footerIn .menu_footer li a:hover {
    color: #FFFFFF;
}


/** 跟随 **/

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.follow {
    top: 80px;
    width: 341px;
    position: fixed;
    animation: fade-in;
    animation-duration: 1.2s;
    -webkit-animation: fade-in 1.2s;
}


.thumbnail2 {
    position: relative;
    float: left;
    max-width: 200px;
    height: 250px;
    clear: both;
    margin: 1px 20px 0 0;
    overflow: hidden;
    transition-duration: .5s;
}

.thumbnail2 a img {
    float: left;
    width: 200px;
    height: 240px;
    _max-width: 100%;
}
.entry-title {
    font-size: 14px;
    line-height: 2;
    margin-top: -30px;
}
.entry-content {
    clear: both;
    color: #777;
    min-height: 70px;
    line-height: 2;
}
.tscb_img {
    padding: 15px;
}
.tscb_img img {
    height: 322px;
    width: 100%;
    display: block;
}

@media screen and (max-width: 1200px){

    body {
        font-size: 12px;
    }

    /* head */
    .top_wrap {
        height: 70px;
    }
    
    .top {
        height: 70px;
    }

    .fixed .top {
        height: 60px;
    }

    .head {
        width: 1000px;
        padding-top: 12px;
    }

    .fixed .head {
        padding-top: 14px;
    }

    .logo{
        width: 220px;
        height: 42px;
        float: left;
    }

    .fixed .logo {
        width: 210px;
        height: 32px;
    }

    .logo img{
        /* width: 100%; */
        height: 100%;
    }

    .nav {
        float: right;
        margin-top: 0;
    }

    .nav_child {
        padding: 0 12px 0 6px;
        line-height: 42px;
        height: 56px;
        font-size: 14px;
        position: relative;
    }

    .fixed .nav_child {
        padding: 0 10px 0 4px;
        line-height: 32px;
        height: 56px;
    }

    .has_child::after {
        content: '';
        position: absolute;
        top: 20px;
        right: 0;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        border-top-color: #ccc;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
}

    .fixed .has_child::after {
        top: 15px;
    }

    .has_child:hover::after {
        border-top-color: #004D00;
    }

    .nav_child .main_nav {
        font-weight: bold;
    }

    .sub_nav_ul {
        position: absolute;
        left: 0;
        top: 58px;
        box-shadow: 0 2px 2px rgba(0 0 0 .3);
        display: none;
        white-space: nowrap;
        border: 1px solid #dadada;
    }

    .sub_nav_ul li {
        height: 50px;
        line-height: 50px;
        padding-left: 14px;
        background-color: rgba(255,255,255,.9);
        border-bottom: 1px solid #dadada;
        padding-right: 20px;
        box-sizing: border-box;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }

    .sub_nav_ul li:hover {
        background-color: #dadada;
    }

    .sub_nav_ul li:hover a {
        width: 100%;
        height: 100%;
        display: block;
        color: #444;
    }


    .search {
        width: 26px;
        height: 26px;
        border: 1px solid #004D00;
        float: right;
        margin-top: 8px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        background:#689f38 url(./icon_search.png) no-repeat center;
        background-size: 60%;
    }

    .fixed .search {
        margin-top: 2px;
    }

    .search_box {
        width: 100%;
        position: absolute;
        left: 0;
        top: 80px;
        background-color: #FFF;
        border-radius: 2px;
        box-shadow: 0 0 4px rgb(0 0 0 / 30%);
        padding: 20px;
        box-sizing: border-box;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }
    
    .fixed .search_box {
        top: 70px;
    }

    .search_box_In {
        height: 30px;
    }
    
    .search_box_In .search_ipt {
        line-height: 30px;
    }
    
    .search_box_In .search_btn {
        line-height: 30px;
    }


    .content {
        width: 1000px;
    }

    .content_left {
        /* width: 700px; */
        float: left;
    }

    /* public - right */

    .widget {
        /* background: #fff;
        margin: 0 0 10px 0;
        border: 1px solid #dadada;
        border-radius: 2px;
        box-shadow: 0 1px 1px rgba(0,0,0 .4);
        box-sizing: border-box; */
        margin-bottom: 10px;
    }

    .widget-title {
        height: 32px;
        line-height: 32px;
    }

    .widget_more {
        width: 32px;
        background: url(./icon_title2.png) no-repeat center;
        background-size: 100%;
    }

    .content_right {
        /* width: 280px; */
    }

    /* 分享 */
    .feed_widget {
        width: 100%;
        height: 64px;
        padding-top: 14px;
    }

    .feed_widget a {
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin: 0 10px;
    }

    /* new book recommend */

    .sidebar_content_ul {
        padding: 15px;
    }

    .sidebar_content_ul li {
        padding: 6px 6px 6px 0;
        border-bottom: 1px dashed #dadada;
        overflow: hidden;
    }

    .sidebar_content_ul li:nth-last-child(1) {
        border-bottom: none;
    }

    .sidebar_content_ul li .sidebar_pic {
        width: 100px;
        height: 75px;
        float: left;
        overflow: hidden;
    }

    .sidebar_content_ul li .sidebar_pic img {
        width: auto;
        height: 100%;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }

    .sidebar_content_ul li .sidebar_pic img:hover {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
    }

    .sidebar_content_ul li .sidebar_text {
        width: 120px;
        float: left;
        margin-left: 10px;
        white-space: normal;
    }



    /* 列表页 */

    .isHasPic {
        width: 436px;
    }

    /* 面包屑 */
    .breadcrumb {
        width: 1000px;
        height: 30px;
        margin: 0 auto;
        line-height: 40px;
        margin-bottom: -10px;
    }


    /* 公司领导 */

    .leader_text {
        max-width: 500px;
    }


    /* 图书出版 */
    .pic_content img {
        width: 100%;
        height: 277px;
    }
    /* firend_link */

    .firend_link {
        width: 1000px;
        margin: 0 auto 20px auto;
    }
    .footer_copyRight {
        float: right;
        color: #181818;
        text-align: center;
        padding: 10px 0;
        margin: 0 50px;
        line-height: 1.8;
    }
    .footerIn {
        width: 940px;
        margin: 0 auto;
        padding: 20px 0;
        overflow: hidden;
    }
    .footer_code_box img {
        width: 100px;
    }

    .follow {
        top: 74px;
        width: 286px;
        position: fixed;
        animation: fade-in;
        animation-duration: 1.2s;
        -webkit-animation: fade-in 1.2s;
    }

    .thumbnail2 {
        position: relative;
        float: left;
        max-width: 200px;
        height: 210px;
        clear: both;
        margin: 1px 20px 0 0;
        overflow: hidden;
        transition-duration: .5s;
    }
    .thumbnail2 a img {
        float: left;
        width: 160px;
        height: 200px;
        _max-width: 100%;
    }
    .entry-title {
        font-size: 12px;
        line-height: 2;
    }
    .pic_widget {
        width: 100%;
        border: 1px solid #dadada;
        padding: 3px;
        border-radius: 2px;
        box-sizing: border-box;
        margin-top: 5px;
    }
    .wxyd_itemTitle p * {
        font-size: 12px!important;
    }

	    /** tipso **/
    .tipso_bubble {
        position: absolute;
        text-align: center;
        border-radius: 6px;
        z-index: 9999;
        padding: 10px;
        border: 1px solid #ddd;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        background: rgba(255, 255, 255, 0.9);
        height: auto;
        margin-top: -180px;
        top: 35px;
        left: -18px;
    }

    .tipso_style {
        cursor: pointer;
    }

    .tipso_bubble,.tipso_bubble>.tipso_arrow {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tipso_bubble>.tipso_arrow {
        position: absolute;
        width: 0;
        height: 0;
        border: 8px solid;
        pointer-events: none;
    }

    .tipso_bubble.top>.tipso_arrow {
        border-color: #000 transparent transparent;
        top: 100%;
        left: 50%;
        margin-left: -8px;
    }

    .tipso_bubble.bottom>.tipso_arrow {
        border-color: transparent transparent #000;
        bottom: 100%;
        left: 50%;
        margin-left: -8px;
    }

    #weixin-qr img {
        float: left;
        width: 130px;
        height: auto;
    }
}


