﻿* {
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
    font-family: "微软雅黑";
}

body {
    font-family: "微软雅黑";
}

img:hover, span:hover, p:hover, a:hover {
    /*cursor: pointer;*/
    outline: none;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}
/*********************导航************************/
.header {
    border-bottom: #bbbbbb;
    box-shadow: 0px 2px 5px #bbbbbb;
    position: fixed;
    width: 100%;
    min-width: 1000px;
    background: #fff;
    z-index: 999;
    top: 0;
}

.navbar-default {
    max-width: 1200px;
    margin: 0 auto;
}

.navbar-brand > img {
    width: 7.75rem;
    margin: 1rem 1.56rem;
}
.footer_content > .footer_left > img,  .new_list_right_info > .new_list_right_author{
  display: none!important;
}
.footer_content > .footer_left > a:nth-child(2){
  display: none!important;
}
.footer_content > .footer_left > span:nth-child(3){
  display: none!important;
}
.navbar-nav {
    margin-left: 1.56rem;
    /*padding-right: 0.87rem;*/
}

.navbar-default .navbar-nav > li > a {
    padding-right: 1.3rem;
}

.navbar-brand {
    padding: 0;
}

.nav_form {
    margin-top: 1.45rem;
    margin-right: 1rem;
}

.user_info1 {
    margin-right: 1.56rem;
    position: relative;
}

    .user_info1 > section {
        /*display: inline-block;*/
        /*margin-top:1rem;*/
    }

        .user_info1 > section > img {
            width: 0.875rem;
        }

.rlogin {
    line-height: 4.3rem;
    height: 4.3rem;
}

img {
    vertical-align: auto;
}

.user_info1 span {
    font-size: 0.8rem;
    margin-left: 0.5rem;
}

    .user_info1 span:hover {
        cursor: pointer;
    }

.phone_header_menu {
    display: none;
}

.phone_menu_right {
    display: none;
}
/*****************************首页banner*********************/

.shouye_banner {
    width: 100%;
    background: #e9e9e9;
    height: 29.76rem;
    padding: 5.85rem 0rem 1.25rem 0rem;
}

.shouye_banner_content {
    width: 100%;
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
    background: #e9e9e9;
    height: 22.625rem;
    padding: 0rem 1.63rem;
}

.shouye_banner_big {
    width: 52.75rem;
    height: 22.625rem;
    position: relative;
}

    .shouye_banner_big > img {
        width: 52.75rem;
        height: 22.625rem;
    }

.shouye_jianbian {
    width: 52.75rem;
    height: 22.625rem;
    background: url("../images/yinying.png")no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}

    .shouye_jianbian:hover {
        background: none;
    }

    .shouye_jianbian > img {
        width: 52.75rem;
        height: 11.43rem;
    }
/*.shouye_banner_big>.shouye_banner_big_miaoshu{
	width: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size:1.5rem;
	line-height: 2.45rem;
}*/
.shouye_banner_big_miaoshu1 {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    color: #fff;
    margin-left: 1.68rem;
    padding: 0.4rem 0rem;
    width: 36rem;
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

    .shouye_banner_big_miaoshu1:hover {
        /*color:#0197e0;*/
        cursor: pointer;
    }
/*.banner_miaoshu{
	display: none;
}*/
.shouye_banner_right {
    margin-bottom: 1.3rem;
    background: #fff;
    width: 18.82rem;
}

.shouye_right_one {
    margin-bottom: 0.43rem;
    width: 18.5rem;
    height: 7.24rem;
    position: relative;
}

    .shouye_right_one img {
        width: 18.5rem;
        height: 7.24rem;
    }

.noshow .shouye_right_one {
    margin-bottom: 0.43rem;
    width: 18.5rem;
    height: 7.24rem;
    position: relative;
}

.shouye_right_guanggao {
    width: 18.5rem;
    height: 7.24rem;
}

.yinying1 {
    position: absolute;
    width: 100%;
    height: 7.24rem;
    background: url("../images/yinying.png")no-repeat;
    top: 0;
    left: 0;
}

    .yinying1:hover {
        background: none;
    }

.shouye_btn_left, .shouye_btn_right {
    display: block;
    width: 3.125rem;
    height: 6.44rem;
    /*border: 1px solid #fff;*/
    opacity: 0.5;
    z-index: 999;
}

.shouye_btn_left {
    background: url("../images/left.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -3.22rem;
    left: 0;
}

.shouye_btn_right {
    background: url("../images/right.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -3.22rem;
    right: 0;
}

    .shouye_btn_left:hover, .shouye_btn_right:hover {
        opacity: 1;
        cursor: pointer;
    }

.shouye_banner_right > .shouye_right_one > p, .shouye_banner_right > .shouye_right_two > p, .shouye_banner_right > .shouye_right_three > p {
    font-size: 0.875rem;
    color: #fff;
    width: 100%;
    padding: 0.31rem 4rem 0.31rem 0.5rem;
    background: rgba(0,0,0,0.3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .shouye_banner_right > .shouye_right_one > p:hover, .shouye_banner_right > .shouye_right_two > p:hover, .shouye_banner_right > .shouye_right_three > p:hover {
        cursor: pointer;
        /*color:#0197e0;*/
    }

.shouye_banner_right > .shouye_right_two, .shouye_banner_right > .shouye_right_three {
    margin-top: 0.4375rem;
}




.mainer1 {
    padding-top: 1.25rem;
    background: #f5f5f5;
}

    .mainer1 .container {
        padding-top: 0rem;
        background: none;
    }

    .mainer1 .newmiddle {
        padding-top: 1.5rem;
        /*background: #fff;*/
        /*   padding-left: 3.5rem;*/
    }

.shouye_right_menu {
    width: 18.5rem;
    /*background: red;*/
    /*height: 18rem;*/
    margin-left: 0.9rem;
    margin-top: 0.3rem;
}

    .shouye_right_menu > label {
        background: #fff;
        display: block;
        width: 18.5rem;
        height: 3.44rem;
        font-size: 1.125rem;
        font-weight: normal;
        line-height: 3.44rem;
        padding-left: 0.94rem;
        color: #333333;
    }

.shouye_tools {
    width: 18.5rem;
    height: 26.9rem;
    /*background: #aef;*/
    margin-top: 1.2rem;
}

.shouye_tools_one, .shouye_tools_two {
    width: 8.9rem;
    height: 8.32rem;
    background-color: #fff;
    text-align: center;
    margin-bottom: 0.93rem;
}

.shouye_tools_two {
    margin-left: 0.7rem;
}

    .shouye_tools_one > div, .shouye_tools_two > div {
        text-align: center;
        margin-top: 1.375rem;
    }

        .shouye_tools_one > div:hover, .shouye_tools_two > div:hover {
            color: #0197e0;
            cursor: pointer;
        }

        .shouye_tools_one > div > img, .shouye_tools_two > div > img {
            width: 3.75rem;
            height: 3.75rem;
            opacity: 0.6;
        }

            .shouye_tools_one > div > img:hover, .shouye_tools_two > div > img:hover {
                opacity: 1;
            }

        .shouye_tools_one > div > p, .shouye_tools_two > div > p {
            margin-top: 0.625rem;
        }

.shouye_right_huodong {
    width: 100%;
    background: #fff;
    margin-bottom: 1.2rem;
    /*height: 1.2rem;*/
}

    .shouye_right_huodong > .shouye_right_huodong_title, .shouye_right_zhaunjia_title {
        width: 100%;
        height: 3.625rem;
        border-bottom: 1px solid #dddddd;
        background: #fff;
        font-weight: 400;
        color: #333333;
        font-size: 1.125rem;
    }

        .shouye_right_huodong > .shouye_right_huodong_title > .shouye_huodong, .shouye_right_zhaunjia_title > .shouye_huodong {
            margin-left: 0.94rem;
            line-height: 3.625rem;
        }

        .shouye_right_huodong > .shouye_right_huodong_title > .huodong_jiantou, .shouye_right_zhaunjia_title > .huodong_jiantou {
            margin-top: 0.9rem;
            margin-right: 0.94rem;
            width: 0.5rem;
            height: 0.94rem;
        }

    .shouye_right_huodong .huodong_img {
        width: 100%;
        margin-top: 1.25rem;
        position: relative;
        height: 11.19rem;
    }

        .shouye_right_huodong .huodong_img img {
            width: 100%;
            height: 11.19rem;
        }

        .shouye_right_huodong .huodong_img p {
            width: 100%;
            color: #fff;
            font-size: 0.875rem;
            background: rgba(0,0,0,0.3);
            padding-left: 0.94rem;
            padding-right: 4rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
            position: absolute;
            bottom: 0;
            left: 0;
            line-height: 1.6rem;
            height: 1.2rem;
            line-height: 1.2rem;
        }

    .shouye_right_huodong .huodong_time {
        color: #666666;
        font-size: 0.75rem;
        line-height: 2.81rem;
        padding-left: 0.94rem;
    }

.shouye_right_zhaunjia_title {
    width: 100%;
    background: #fff;
    margin-top: 1.2rem;
}

.shouye_zhuanjia_list_all {
    width: 100%;
    background: #fff;
    padding: 0rem 0.94rem 0.94rem 0.94rem;
}

.shouye_zhuanjia_list {
    padding-top: 0.94rem;
    width: 100%;
    height: 9.5rem;
}

    .shouye_zhuanjia_list > img {
        width: 4.75rem;
        height: 6.5rem;
    }

    .shouye_zhuanjia_list > p {
        color: #333333;
        font-size: 1.125rem;
        margin-left: 0.75rem;
    }

    .shouye_zhuanjia_list  .lijizixun {
        /*width: 3.875rem;
	height: 1.25rem;*/
        border-radius: 4px;
        padding: 0.25rem 0.5rem;
        background: #3b97f6;
        color: #fff;
        font-size: 0.75rem;
    }

    .shouye_zhuanjia_list > .shouye_zhuanjia_bianqian {
        color: #666666;
        font-size: 0.8125rem;
        width: 11rem;
        height: 3rem;
        /* margin-left: 0.75rem; */
        margin: 0.75rem;
        margin-right: 0px;
        margin-bottom: 0px;
        /*display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;*/
    }

    .shouye_zhuanjia_list > .shouye_zhuanjia_miaoshu {
        color: #333333;
        font-size: 0.875rem;
        width: 11rem;
        height: 4.2rem;
        line-height: 1.2rem;
        /*display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;*/
    }

/*****************************正在招募***********************/
.enlist_banner {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}

.container {
    padding: 0;
    background: #f5f5f5;
}

.enlist_table {
    width: 22rem;
    height: 4.4rem;
    margin: 0 auto;
}

    .enlist_table > span {
        display: inline-block;
        border-bottom: 3px solid #f5f5f5;
        margin: 0rem 2.75rem;
        color: #333333;
        font-size: 1.25rem;
        margin-top: 1.2rem;
        /*line-height: 4.4rem;*/
    }

        .enlist_table > span:hover {
            border-bottom: 3px solid #00a0ff;
            color: #00a0ff;
            cursor: pointer;
        }

.enlist_main {
    width: 71.875rem;
    margin: 0 auto;
}

.enlist_manin_list {
    width: 100%;
    height: 19.74rem;
    border: 1px solid #dddddd;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.21);
    padding: 1.625rem;
    margin-bottom: 1.87rem;
}

.expert_header1 {
    display: inline-block;
}

    .expert_header1 > img {
        width: 12.93rem;
        vertical-align: auto;
    }

.enlist_list_content {
    width: 29rem;
    margin: 0rem 1.625rem;
    /*display: inline-block;*/
    /*height:16.56rem ;*/
}

    .enlist_list_content > p {
        color: #333;
        font-size: 1.375rem;
    }

.enlist_num, .enlist_center, .enlist_time {
    border: 1px dashed #54bce1;
    margin: 5.25rem 0.7rem 2.062rem 0.7rem;
    width: 8rem;
    height: 6rem;
    /*display: inline-block;*/
    text-align: center;
    padding: 1rem 0rem;
}

    .enlist_num > p, .enlist_center > p, .enlist_time > p {
        color: #333333;
        font-size: 1.5rem;
    }

    .enlist_num > span, .enlist_center > span, .enlist_time > span {
        color: #333333;
        font-size: 1rem;
    }

.enlist_list_right {
    border-left: 1px dashed #dddddd;
    height: 100%;
}

.phone_enlist_bigimg {
    display: none;
}

.middle {
    padding-top: 4rem;
    background: #f5f5f5;
    font-size: .87rem;
}


/*******************/
.expert_header > img {
    width: 12.93rem;
    padding: 0 3.5rem;
    padding-top: 7rem;
    height: 16.625rem;
    vertical-align: auto;
}

.enlist_list_content {
    width: 29rem;
    margin: 0rem 1.625rem;
    /*display: inline-block;*/
    /*height:16.56rem ;*/
}

    .enlist_list_content > p {
        color: #333;
        font-size: 1.375rem;
    }

.enlist_num, .enlist_center, .enlist_time {
    border: 1px dashed #54bce1;
    margin: 5.25rem 0.7rem 2.062rem 0.7rem;
    width: 8rem;
    height: 6rem;
    /*display: inline-block;*/
    text-align: center;
    padding: 1rem 0rem;
}

    .enlist_num > p, .enlist_center > p, .enlist_time > p {
        color: #333333;
        font-size: 1.5rem;
    }

    .enlist_num > span, .enlist_center > span, .enlist_time > span {
        color: #333333;
        font-size: 1rem;
    }

.enlist_list_right {
    width: 23.15rem;
    border-left: 1px dashed #dddddd;
    height: 120%;
    padding-left: 1.43rem;
    margin-top: -1.625rem;
}

    .enlist_list_right > h2 {
        font-size: 1rem;
        color: #333;
    }

    .enlist_list_right > p {
        color: #666666;
        font-size: 0.875rem;
        text-align: justify;
    }

    .enlist_list_right > .enlist_info, .enlist_info_button {
        margin-top: 3.5rem;
    }

        .enlist_list_right > .enlist_info > p {
            color: #666666;
            font-size: 0.875rem;
        }

.enlist_info_button {
    margin-top: 4.5rem;
    width: 8.06rem;
    height: 2.125rem;
    border: none;
    border-radius: 0.2rem;
    line-height: 2.125rem;
    background-color: #5ed2fb;
    color: #fff;
    text-align: center;
}

    .enlist_info_button > button {
        background: none;
        border: none;
    }
/***************************新闻列表********************/
.newlist_table {
    margin-left: 1.63rem;
}

    .newlist_table span {
        line-height: 3.75rem;
        padding: 0.6rem 1rem;
        border-bottom: 3px solid #f5f5f5;
        color: #333333;
        font-size: 1rem;
    }

        .newlist_table span:hover {
            cursor: pointer;
        }

    .newlist_table > .hover {
        border-bottom: 3px solid #00a0e9;
    }

.new_list_all {
    width: 54rem;
    min-height: 21rem;
}

.new_list {
    margin-left: 1.63rem;
    margin-top: 0.3rem;
    margin-bottom: 1.25rem;
    background: #fff;
    width: 51.5rem;
    height: 11.2rem;
    border: 1px solid #dddddd;
    /*box-shadow: 0px 4px 5px #bbb;*/
    padding: 1rem;
    position: relative;
}

    .new_list:hover {
        box-shadow: 0px 4px 5px #bbb;
        cursor: pointer;
    }

    .new_list > .new_list_leftimg {
        width: 12.18rem;
        height: 9rem;
    }

    .new_list h1:hover {
        color: #00a0ff;
    }

.zuixin_mark {
    position: absolute;
    /*top: 1.31rem;
    left: 1.31rem;*/
    /*text-align: center;*/
    /*width: 4.42rem;*/
    /*height:1.12rem;*/
    color: #fff;
    background: #0197e0;
    padding: 0.1rem 0.6rem;
    /*padding:0.64rem 0.28rem;*/
}

.new_list_right {
    width: 35.5rem;
    /*height: 12.375rem;*/
    margin-left: 1.4rem;
}

    .new_list_right > h1 {
        margin: 0;
        color: #333333;
        /*height: 3.9rem;*/
        font-size: 1.25rem;
        padding: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

.new_list_right_mark {
    margin: 1.2rem 0rem;
}

    .new_list_right_mark > img {
        width: 1.125rem;
        height: 1.125rem;
    }

    .new_list_right_mark > span {
        font-size: 75rem;
        color: #999999;
        padding: 0rem 0.31rem;
    }

.new_list_right_info {
    margin-top: 1.3rem;
}

    .new_list_right_info > span {
        font-size: 0.875rem;
        color: #999999;
    }

    .new_list_right_info > .new_list_right_author {
        color: #0197e0;
        padding-right: 2.06rem;
    }

.new_list_more {
    width: 51.5rem;
    height: 3.5rem;
    text-align: center;
    /*padding-bottom: 2.5rem;*/
}
/*.new_list_more>a{
	font-size:0.875rem;
	color:red;
}*/

/*.new_list_more1 {
    width: 100%;
    text-align: center;
    padding-bottom: 2.5rem;
}*/

.new_list_right > h1 {
    margin: 0;
    color: #333333;
    /*height:3.4rem;*/
    font-size: 1.5rem;
    padding: 0;
    line-height: 1.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.new_list_more > a, .new_list_more1 > a {
    font-size: 1.0625rem;
    color: #333333;
}

.all_right {
    width: 18.82rem;
    /*background: #fff;*/
    margin-top: 0.4rem;
    margin-right: 1.63rem;
    margin-bottom: 2rem;
}

.newlist_right {
    width: 18.82rem;
    height: 13.125rem;
    background: #fff;
    padding: 1.25rem 1rem 1.25rem 1rem;
    margin-bottom: 1.3rem;
}

.new_list_right > h1 > img {
    margin-right: 1rem;
}

.new_list_right > p {
    /*height:3.2rem;*/
    min-height: 2.5rem;
    font-size: 0.875rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.new_list_right_mark {
    margin: 0.8rem 0rem;
}

    .new_list_right_mark > img {
        width: 1rem;
        height: 1rem;
    }

    .new_list_right_mark > span {
        font-size: 0.75rem;
        color: #999999;
        padding: 0rem 0.31rem;
    }

.new_list_right_info {
    margin-top: 0.85rem;
}

    .new_list_right_info > span {
        font-size: 0.875rem;
        color: #999999;
    }

    .new_list_right_info > .new_list_right_author {
        color: #0197e0;
        padding-right: 2.06rem;
    }

.new_list_more > a {
    font-size: 0.875rem;
    color: #999;
}

/*.newlist_right{
	margin-top: 0.4rem;
	margin-right:1.63rem;
	width:18.82rem;
	height:13.875rem;
	background: #fff;
	padding: 1.25rem 1rem 1.25rem 1.25rem;
}*/
.newlist_right > img {
    width: 3.56rem;
    height: 3.565rem;
}

.newlist_right > h1 {
    margin: 0.1rem 0.81rem;
    color: #333333;
    font-size: 1.125rem;
    font-weight: bold;
}

.newlist_right > span {
    color: #fff;
    font-size: 0.68rem;
    background: #3b97f6;
    padding: 0.2rem 0.4rem;
}

.newlist_right > p {
    width: 12.2rem;
    /*height:2rem;*/
    margin-left: 0.81rem;
    margin-top: 0.75rem;
    font-size: 0.75rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newlist_right > img {
    width: 3.56rem;
    height: 3.565rem;
}

.newlist_right > h1 {
    margin: 0.1rem 0.81rem;
    color: #333333;
    font-size: 1.125rem;
    font-weight: bold;
}

.newlist_right > span {
    color: #fff;
    font-size: 0.68rem;
    background: #3b97f6;
    padding: 0.2rem 0.4rem;
}

.newlist_right > p {
    width: 12.2rem;
    height: 2rem;
    height: 2.15rem;
    margin-left: 0.81rem;
    margin-top: 0.75rem;
    font-size: 0.75rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newlist_right_num1, .newlist_right_num2 {
    margin-top: 1.25rem;
    width: 8.06rem;
    height: 4.75rem;
    padding: 1rem 1.15vrem;
    border: 1px dashed #dddddd;
    border-radius: 2px;
    text-align: center;
}

.newlist_right_num1 {
    margin-right: 0.7rem;
}

    .newlist_right_num1 > p, .newlist_right_num2 > p {
        color: #333333;
        font-size: 1.125rem;
        margin: 0;
        padding-top: 0.8rem;
    }

    .newlist_right_num1 > span, .newlist_right_num2 > span {
        color: #999999;
        font-size: 0.81rem;
    }

.guanggao > img {
    width: 18.82rem;
}

.newlist_right_expert {
    margin-top: 1.25rem;
    margin-right: 1.63rem;
    width: 18.82rem;
    /*height:14.875rem;*/
    background: none;
    /*padding: 1.25rem 1rem 1.25rem 1.25rem;*/
    /*display: none;*/
}

    .newlist_right_expert > h1 {
        color: #333333;
        font-size: 1.125rem;
        margin-top: 0;
        padding-bottom: 1.2rem;
        border-bottom: 1px solid #dddddd;
        width: 114%;
        margin-left: -1.25rem;
        padding-left: 1.25rem;
        display: none;
    }

.newlist_right_expert_list {
    width: 100%;
    height: 6.6rem;
    margin-top: 1.25rem;
    /*margin-bottom:1.5rem;*/
    display: none;
}


.newlist_right_expert > a > .big_guanggao_img {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.25rem;
}

.newlist_right_expert > h1 {
    color: #333333;
    font-size: 1.125rem;
    margin-top: 0;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #dddddd;
    width: 114%;
    margin-left: -1.25rem;
    padding-left: 1.25rem;
    display: none;
}

.newlist_right_expert_list {
    width: 100%;
    height: 6.6rem;
    margin-top: 1.7rem;
    /*margin-bottom:1.5rem;*/
    display: none;
}

    .newlist_right_expert_list > img {
        width: 4.81rem;
        height: 6.5rem;
        display: none;
    }

    .newlist_right_expert_list > h1 {
        margin: 0.2rem 0.75rem 0rem 0.75rem;
        color: #333333;
        font-size: 1.125rem;
        display: none;
    }

    .newlist_right_expert_list > span {
        margin-top: -0.1rem;
        color: #fff;
        border-radius: 2px;
        font-size: 0.75rem;
        background: #3b97f6;
        padding: 0.2rem 0.4rem;
        display: none;
    }

    .newlist_right_expert_list > .newlist_right_expert_mark {
        padding: 0;
        font-size: 0.81rem;
        color: #666666;
        background: none;
        margin: 0.4rem 0.75rem;
        display: none;
    }

    .newlist_right_expert_list > P {
        margin-left: 0.75rem;
        color: #333333;
        width: 10.5rem;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 1.2;
        display: none;
    }
/*********************************页脚*************************************/
.footer {
    width: 100%;
    min-width: 1000px;
    background-color: #2c3236;
    padding: 0;
}

.footer_content {
    width: 66.75rem;
    margin: 0 auto;
    padding-top: 2rem;
}

    .footer_content > .footer_left > img {
        width: 6.375rem;
        display: block;
    }

    .footer_content > .footer_left > a, .footer_content > .footer_left > span {
        color: #b9dbf7;
        font-size: 0.81rem;
        margin-right: 1.1875rem;
        display: inline-block;
        padding: 1.56rem 0rem;
    }

    .footer_content > .footer_left p {
        color: rgba(255,255,255,0.5);
        font-size: 0.875rem;
    }

        .footer_content > .footer_left p > span {
            color: #b9dbf7;
            font-size: 0.875rem;
        }

.footer_center > h2 {
    color: #fff;
    font-size: 1.06rem;
}

.hezuo {
    /*background: url("../images/foot.png") no-repeat;*/
    /*background-size: cover;*/
    width: 23.25rem;
    margin-top: 1.56rem;
}

    .hezuo a {
        color: rgba(255,255,255,0.5);
        font-size: 0.875rem;
        height: 2rem;
        /*padding-left: 1.81rem;*/
        padding-top: 0.4rem;
        display: inline-block;
    }

        .hezuo a:hover {
            color: rgba(255,255,255,0.5);
            cursor: pointer;
        }

    .hezuo .one {
        background: url("../images/foot.png") no-repeat;
        padding-left: 3rem;
        height: 3rem;
    }

    .hezuo .two {
        background: url("../images/foot.png") 0px -114px no-repeat;
        height: 3rem;
        padding-left: 3rem;
    }

    .hezuo .three {
        background: url("../images/foot.png")0px -53px no-repeat;
        padding-left: 3rem;
        height: 3rem;
    }

    .hezuo .four {
        background: url("../images/foot.png") 0px -168px no-repeat;
        padding-left: 3rem;
        height: 3rem;
    }

.footer_right .er {
    margin-top: 1.5rem;
    float: right;
    text-align: center;
}

.footer_right p {
    color: rgba(255,255,255,0.5);
    font-size: 0.875rem;
    margin-top: 1rem;
}

.footer_right img {
    width: 6.93rem;
}

.last {
    width: 100%;
    background: #22282c;
    /*padding: 0;
	margin: 0;*/
}

.last_content {
    width: 65rem;
    margin: 0 auto;
}

    .last_content p {
        font-size: 0.81rem;
        color: rgba(255,255,255,0.5);
        font-size: 0.875rem;
        display: inline-block;
        padding-right: 1rem;
        padding-top: 1rem;
        /*padding-bottom: 1rem;*/
    }

    .last_content span {
        color: #ffffff;
        font-size: 0.875rem;
        padding-right: 1rem;
        padding-top: 1rem;
        /*padding-bottom: 1rem;*/
    }

.mainer {
    padding-top: 4.5rem;
    background: #f5f5f5;
}

    .mainer .container {
        padding-top: 0rem;
        background: none;
    }

    .mainer .newmiddle {
        padding-top: 1.5rem;
        /*background: #fff;*/
        /*   padding-left: 3.5rem;*/
    }

.newmiddle .fleft {
    background: #fff;
    padding: 2.6rem;
    margin-top: 0.4rem;
    width: 53rem;
    margin-bottom: 1.5rem;
}

.swiper-container {
    width: 100%;
    height: 22.625rem;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container > .swiper-wrapper > .swiper-slide > img {
    width: 100%;
    height: 22.625rem !important;
}

.banner_miaoshu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.93rem;
    background: none;
}


/*********************************文献研究明细*******************************/
.wenxianyanjiu_banner {
    margin-top: 3.3rem;
    max-width: 1200px;
    min-width: 1000px;
    width: 100%;
    height: 18.19rem;
}

    .wenxianyanjiu_banner > img {
        margin: 0;
        padding: 0;
        max-width: 1200px;
        min-width: 1000px;
        width: 100%;
        height: 18.19rem;
    }

.wenxianyanjiu_table {
    margin-left: 3.51rem;
}

    .wenxianyanjiu_table span {
        line-height: 3.75rem;
        padding: 0.4rem 1rem;
        border-bottom: 3px solid #f5f5f5;
        color: #333333;
        font-size: 1rem;
    }

        .wenxianyanjiu_table span:hover {
            cursor: pointer;
        }

    .wenxianyanjiu_table > .hover {
        border-bottom: 3px solid #00a0e9;
    }

.wenxianyanjiu_right_menu {
    width: 18.75rem;
    /*background: red;*/
    /*height: 18rem;*/
    /*margin-left: 0.9rem;*/
    margin-bottom: 1.3rem;
}

.wenxianyanjiu_right_tools {
    /*margin-top: 0.3rem;*/
    width: 18.75rem;
    height: 17.8rem;
    background: #fff;
}

    .wenxianyanjiu_right_tools > p {
        color: #333333;
        font-size: 1.125rem;
        padding: 1.25rem 0rem 1rem 0.7rem;
    }

.wenxianyanjiu_right_tool {
    width: 5.312rem;
    height: 6.12rem;
    border: 1px dashed #dddddd;
    margin-bottom: 0.8rem;
    margin-left: 0.7rem;
    text-align: center;
    color: #333333;
    font-size: 0.81rem;
}

    .wenxianyanjiu_right_tool > img {
        width: 2.625rem;
        height: 2.375rem;
        margin-top: 0.75rem;
    }

    .wenxianyanjiu_right_tool > p {
        margin: 0 auto;
        width: 3.25rem;
        text-align: center;
        font-size: 0.81rem;
    }

    .wenxianyanjiu_right_tool:hover {
        color: #00a0ff;
    }

.wenxianyanjiu_small_img {
    width: 100%;
    height: 14.125rem;
    margin-top: 1.2rem;
}

    .wenxianyanjiu_small_img > img {
        width: 100%;
        height: 14.125rem;
    }
/******************文章详情页******************************/

/*************详细页***************/

.deta_title {
    font-size: 1.62rem;
    font-weight: 900;
    text-align: center;
}

    .deta_title img {
        width: .8rem;
        margin-left: 0.3rem;
    }

.deta_label {
    padding: 1.875rem 0;
}

.deta_label_01 {
    color: #3b97f6;
    padding: 0 .55rem;
    border: 1px solid #3b97f6;
    border-radius: 8px;
    margin-right: .7rem;
}

.deta_label i {
    padding: 4px 20px;
    cursor: pointer;
}

    .deta_label i:hover {
        -webkit-transition: all 0.2s ease-in;
        background-position-y: -91px;
    }

.deimg00 {
    background: url(../images/img_d_01.png) no-repeat 0px 2px;
}

.deimg01 {
    background: url(../images/img_d_01.png) no-repeat -50px 2px;
    position: relative;
}

.deimg02 {
    background: url(../images/img_d_01.png) no-repeat -100px 2px;
}

.deimg01_er {
    position: absolute;
    top: 2.8rem;
    left: 0;
    width: 100px;
    height: 100px;
    /*padding: 10px;*/
    background: red;
    display: none;
}

    .deimg01_er > img {
        width: 100%;
        height: 100%;
    }

.title_de {
    text-align: center;
    margin-top: 3rem;
    border-top: 1px dashed #ddd;
    padding-top: 2rem;
}

.dowload {
    text-align: left;
    margin-top: 2rem;
    /*border-top: 1px dashed #ddd;*/
    padding-top: 2rem;
}

.dowload_link {
    color: #3b97f6;
    text-decoration: underline;
    cursor: pointer;
}

.de_content img {
    max-width: 100%;
}

.de_content p {
    padding: 0.5rem 0;
    line-height: 1.5rem;
}

.di_zan {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

    .di_zan div {
        width: 50%;
    }

    .di_zan p {
        margin: 0;
        padding: 20px 0;
    }

.notes {
    color: #ff8686;
}

.de_Message {
    padding: 3.75rem 0;
}

    .de_Message p {
        padding-bottom: .78rem;
    }

    .de_Message textarea {
        padding: 0.5rem;
        border: 1px solid #dddddd;
        width: 100%;
        height: 8.75rem;
        resize: none;
    }

.de_buttom {
    background: #3b97f6;
    border: #3b97f6;
    width: 6rem;
    margin: 1rem 0;
}

.asa {
    border-bottom: 1px dashed #dddddd;
}

    .newcomment {
        padding-bottom: 1rem;
    }

    .newbos {
        padding: 1rem 0;
        border-top: 1px dashed #dddddd;
    }

    .de-img1 {
        /*width: 3rem;*/
        width: 5.5%;
        height: 2.62rem;
        margin-right: 1rem;
        /*min-width: 2rem;*/
    }

    .de-img {
        width: 2.62rem;
        height: 2.62rem;
        margin-right: 1rem;
        /*min-width: 2rem;*/
    }

    .de_evaluate {
        width: 90%;
    }

    .newhuifu {
        width: 89.3%;
    }

    /*********** 评论部分样式*************/

    .newcss {
        background: #F5F5F5;
        margin: 0 -15px;
        border-radius: 0 0 4px 4px;
        padding-top: 40px;
    }

    .linecss {
        height: 1px;
        background: #dddddd;
    }

    .mode {
        position: relative;
        top: -10px;
        background: #F5F5F5;
        margin: 0 auto;
        width: 140px;
        text-align: center;
    }

        .mode span {
            font-weight: 500;
            font-size: 1rem;
        }

    .method {
        text-align: center;
        padding: 2rem 0;
    }

        .method img {
            width: 2rem;
            margin: 0 20px;
        }


    .error {
        text-align: center;
        color: #F00;
        border: 1px solid #F00 !important;
    }

    .inpuerror {
        border: 1px solid #FF6D6D;
    }

    .bac {
        background: #ddd !important;
    }

    .msgs {
        background: #3B85DC;
        color: #fff;
    }

    .lefcs {
        width: 70%;
    }

    .rigcs {
        width: 30%;
        height: 2.975rem;
    }


@media only screen and (min-width:768px) {
    .login_bak .main_long {
        max-width: 24.38rem;
    }
}

.huifubox {
    background-color: #f7f8fa;
    border-bottom: 1px solid #dddddd;
    padding: 1rem 1rem 1rem 0.5rem;
    min-width: 100%;
    display: none;
}

.nickandname {
    color: #3b97f6;
}
/*.de_evaluate p {
margin:5px 0px;
}*/
.box-bot {
    margin-bottom: 1.3rem;
    background: #fff;
    width: 18.8125rem;
    /*height: 25.79rem;*/
    /*border: 0.0625rem solid #dddddd;*/
   padding-bottom: 1.3rem;
    overflow: hidden;
}

    .box-bot .bot {
        line-height: 3.812rem;
        font-size: 1.0625rem;
        border-bottom: 0.0625rem solid #dddddd;
        margin: 0 0.9375rem;
    }


    .box-bot .bot1 {
        padding: 0.9375rem 0.625rem;
        margin: 0 0.9375rem;
        color: #74777b;
        border-bottom: 0.0625rem dashed #dddddd !important;
    }

        .box-bot .bot1 :not(:last-child) {
            border-bottom: none;
        }

        .box-bot .bot1:last-child {
            border: none;
        }

        .box-bot .bot1 span {
            display: block;
            color: #333;
        }

        .box-bot .bot1 img {
            float: left;
            margin-right: 0.625rem;
            width: 6rem;
            height: 5rem;
            margin: .5rem .5rem .5rem 0;
        }

        .box-bot .bot1 p {
            color: #74777b;
            font-size: 0.8125rem;
            margin-left: 0.3125rem;
            margin-top: .5rem;
            position: relative;
            bottom: 0.3125rem;
            height: 70px;
            overflow: hidden;
        }

    .box-bot .bot2 {
        border: none;
    }

.newbk {
    display: none;
}

.box-tab {
    background: #fff;
    width: 18.8125rem;
    margin: 0 auto;
    margin-bottom: 1.25rem;
    border: 0.0625rem solid #dddddd;
    overflow: hidden;
}

    .box-tab .tab1 {
        font-size: 1.0625rem;
        text-align: center;
        line-height: 4.125rem;
        border-bottom: 0.0625rem solid #dddddd;
    }

        .box-tab .tab1 span {
            color: #dddddd;
            margin: 0 0.9375rem 0 1.875rem;
        }

    .box-tab a {
        color: #333333;
    }

        .box-tab a:hover {
            color: #0197e0;
        }

    .box-tab .tab2 img {
        margin-right: 1.25rem;
        width: 100%;
    }

    .box-tab .tab2 {
        line-height: 4.0625rem;
        border-bottom: 0.0625rem dashed #dddddd;
        margin: 0 0.9375rem;
        height: 4.125rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }


        .box-tab .tab2:last-child {
            border: none;
        }

    .box-tab .tab3 {
        border: none;
    }

.tian {
    font-size: 12px;
    margin-right: 1rem;
}

.huifucontent {
    font-size: 0.81rem;
    color: #333333;
    margin-top: 0.875rem;
}

.huifu_num {
    cursor: pointer;
    font-size: 12px;
}

.whw {
    padding: 0rem 0.8rem;
    color: #333333;
}

.huifu_time {
    /*margin-left:30rem;*/
    margin-right: 1.5rem;
    color: #999999;
}

.huifu_all {
    margin-top: 1.875rem;
}

.huifu_e {
    color: #333333;
}

.isay {
    margin-left: 7.6%;
    padding: 0;
    width: 90%;
    background: #f7f8fa;
    /*height:3.375rem;*/
    line-height: 3.375rem;
    color: #333333;
    font-size: 0.875rem;
    padding: 0rem 0.6rem;
    display: none;
}

.isyto {
    border: 1px solid #dddddd;
    background: #fff;
    border-radius: 2px;
    line-height: 1.5rem;
    margin-top: 1rem;
    color: #000000;
    font-size: 12px;
    padding: 0 0.3rem;
    /*padding: 0.2rem;*/
}

    .isyto:hover {
        cursor: pointer;
    }


.huifuk {
    resize: none;
    /*margin-bottom: 1rem;*/
    margin-top: 0.5rem;
    padding: .5rem;
    height: 5rem;
    background: red;
    width: 100%;
    background: #f7f8fa;
    border: none;
    background: #fff;
    color: #333;
    font-size: 0.875rem;
    line-height: 1.5rem;
    border: 1px solid #dddddd;
}

.phone-huifu {
    display: none;
}

.newbut {
    width: 4rem;
    text-align: center;
    margin-bottom: 2rem;
}


.noshow {
    display: none;
}

.abstract {
    background: #f5f5f5;
    padding: 1.5rem 0.6rem;
    margin-bottom: 2rem;
    color: #666666;
    border: 1px solid #dddddd;
}

.pb {
    display: none;
}



.like-wzbtntop em {
    cursor: pointer;
    /* opacity: 0.5; */
    background: url(../images/img_d_like01.png) 0px 0px no-repeat;
    width: 42px;
    height: 38px;
    top: 0px;
    left: 0px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    /* transition: all 0.4s ease-in; */
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    display: none;
}

.like-wzbtntop .wzlikebtn {
    display: inline-block;
    transform: translate(60px, -30px);
    opacity: 0;
    -webkit-transform: translate(60px, -30px);
    -moz-transform: translate(60px, -30px);
}

.newbos span {
    word-break: break-all;
    word-wrap: break-word;
}

.username_len {
    /*float: left;*/
    max-width: 3.75rem;
    height: 3rem;
    overflow: hidden;
}

.hidden1 {
    display: none;
}

.huodong_img img {
    width: 100%;
}

.phone_zongshu {
    display: none;
}

.riimgbanne {
    font-size: 0.875rem;
    color: #fff;
    width: 100%;
    padding: 0.31rem 4rem 0.31rem 0.5rem;
    background: rgba(0,0,0,0.3);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*#show_1 {
    padding: 1rem 0rem;
}*/

/*********************搜索页面*************************/
.margintop {
    width: 100%;
    height: 4.2rem;
    background: red;
}

.search_tishi {
    width: 100%;
    height: 3.5rem;
    background: #fff;
    margin: 1.75rem 0rem;
    padding: 0rem 1.875rem;
}

    .search_tishi span {
        line-height: 3.5rem;
        color: #333333;
        font-size: 1rem;
    }

    .search_tishi .active, .search_result_all .active {
        color: #00a0ff;
    }

.search_result_all {
    background: white;
    width: 100%;
    padding: 0rem 1.875rem 2rem 1.875rem;
    margin-bottom: 3rem;
}

    .search_result_all .everysearch {
        display: block;
        width: 100%;
        height: 9.875rem;
        border-bottom: 1px dashed #ddd;
        list-style: none;
        background: white;
        padding: 1.875rem 1.875rem;
    }

    .search_result_all h3 {
        width: 80%;
        height: 1.5rem;
        line-height: 1.5rem;
        color: #333333;
        margin: 0;
        font-size: 1.375rem;
        font-weight: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

        .search_result_all h3:hover {
            color: #00a0ff;
        }

    .search_result_all p {
        color: #333333;
        font-size: 0.875rem;
        height: 1rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        margin: 1.2rem 0rem;
    }

.search_list_more {
    color: #ddd;
    width: 100%;
    height: 3.5rem;
    text-align: center;
    line-height: 3.5rem;
    font-size: 0.875rem;
}

    .search_list_more a {
        color: #666666;
    }

.search_nodata {
    width: 100%;
    height: 34.75rem;
    background: #fff;
    margin-bottom: 3rem;
    text-align: center;
}

    .search_nodata img {
        margin-top: 8.75rem;
        width: 4.375rem;
    }

    .search_nodata p {
        font-size: 1.1875rem;
        color: #333333;
        height: 3rem;
        line-height: 3rem;
    }

    .search_nodata span {
        color: #666666;
        font-size: 0.76rem;
    }

.sousuo_result {
    border: 1px solid #ddd;
    border-top: none;
    padding: 0.5rem 0.5rem;
    display: none;
    position: absolute;
    top: 2.6rem;
    left: 0rem;
    background: #fff;
    width: 10.6rem;
    max-height: 12rem;
    overflow: hidden;
}

.sousuo_result_title {
    margin: 0.5rem 0rem;
    padding: 0.4rem 0rem;
    width: 9.5rem;
    height: 1.6rem;
    font-size: 0.86rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

    .sousuo_result_title p {
        width: 9.5rem;
        height: 1.6rem;
        font-size: 0.86rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        color: #333;
        line-height: 1.6rem;
    }

        .sousuo_result_title p:hover {
            color: #00a0ff;
        }

.highlight {
    color: #00a0ff;
}

.zhuanzai {
    margin-top: 2rem;
}

.qinagshafa {
    text-align: center;
    margin: 2rem 0;
    color: #666666;
}
/***********************跳转个人中心的下拉框************************/
.gotopercenter {
    width: 8.063rem;
    height: 15rem;
    border: 1px solid #dddddd;
    position: absolute;
    top: 4.4rem;
    right: 0.5rem;
    background: #fff;
    text-align: center;
    display: none;
}

.gotopercneter_sanjiao {
    background: url(../images/sanjiao_03.png);
    width: 1rem;
    height: 0.5rem;
    position: absolute;
    margin-top: -0.5rem;
    right: 3rem;
}

.gotopercenter a {
    display: block;
    color: #333333;
    font-size: 0.875rem;
    cursor: pointer;
    width: 6.3rem;
    height: 2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
}

    .gotopercenter a:hover {
        color: #0078cc;
    }

.gotopercenter img {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0.4rem 0.2rem 0.6rem 0.7rem;
    border-radius: 50%;
}

.gotopercenter .gotoper_content {
    text-align: left;
    padding: 0 0.85rem;
}

.gotoper_content a {
    /*padding: 0.42rem 0rem;*/
    /*border-top: 1px solid #ddd;*/
}
