@charset "utf-8";
/* CSS Document */

/*公共部分*/
/* .header, .nav, .main, .footer {min-width: 1240px;} */

.header {
    background: url(../images/headerbg.jpg) no-repeat top center;
    height: 165px;
}
.quanwenurl:first-child{
	display: none !important;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.topnav {
    overflow: hidden;
}

.topleft {
    float: left;
    line-height: 36px;
    color: #333333;
}

.topright {
    float: right;
}

.topright ul {
    overflow: hidden;
}

.topright li {
    float: left;
    margin-left: 20px;
    font-size: 13px;
    line-height: 36px;
    color: #484847;
    cursor: pointer;
}

.topright li a {
    display: block;
    color: #484847;
    padding-left: 24px;
}

.topright li a:hover {
    color: #0068aa;
}

.topright li.loginbtn a {
    background: url(../images/login.png) no-repeat left center;
}

.topright li.loginbtn a:hover {
    background-image: url(../images/login-hover.png);
}

.topright li.registerbtn a {
    background: url(../images/zhuce.png) no-repeat left center;
}

.topright li.logout a {
    background: url(../images/signout.png) no-repeat left center;
}

.hcontent {
    clear: both;
}

.logobox {
    float: left;
    padding-top: 27px;
    font-family: "楷体";
    font-size: 34px;
    line-height: 54px;
    color: #333333;
    font-weight: bold;
}

.logobox a {
    font-family: "宋体";
    color: #1c72ab;
}

.logobox img {
    width: 100%;
}

.searchbox {
    float: right;
    /*width: 610px;*/
    padding-top: 30px;
}

.searchdiv {
    float: left;
    width: 480px;
    border: 1px solid #0576ae;
    background-color: #ffffff;
    border-radius: 5px;
    /* margin-right: 20px; */
}

.searchselect {
    float: left;
    width: 90px;
    cursor: pointer;
    position: relative;
}

.searchselect > p {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    text-align: center;
    margin: 11px 0;
    position: relative;
}

.searchselect > p span {
    display: inline-block;
    margin-left: 6px;
    width: 13px;
    height: 10px;
    background: url(../images/searchselecticon.png) no-repeat left top;
}

.searchselect > p em {
    position: absolute;
    top: 3px;
    right: 0;
    height: 15px;
    border-left: 1px solid #999999;
}

.searchselect ul {
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    min-width: 100%;
    border: 1px solid #0576ae;
    border-top: none;
    background-color: #FFFFFF;
    border-radius: 0 0 3px 3px;
    padding: 5px 0;
    z-index: 10;
}

.searchselect li {
    font-size: 15px;
    line-height: 30px;
    color: #444444;
    padding: 0 5px;
    cursor: pointer;
}

.searchselect li:hover {
    background-color: #2d8ac8;
    color: #FFFFFF;
}

.searchtext {
    width: 300px;
    height: 22px;
    margin: 11px 9px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.searchbtn {
    float: right;
    width: 70px;
    height: 44px;
    /* background: #1c72ab url(../images/searchbtn.png) no-repeat center center; */
    background: #1c72ab;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 44px;
    color: #ffffff;
    -webkit-appearance: none;
}

.searchtextcotton {
    width: 290px;
    height: 22px;
    margin: 11px 9px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.searchbtncotton {
    float: right;
    width: 80px;
    height: 44px;
    /* background: #1c72ab url(../images/searchbtn.png) no-repeat center center; */
    background: #1c72ab;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 44px;
    color: #ffffff;
}

.gjsearch {
    display: block;
    width: 106px;
    height: 46px;
    float: right;
    font-size: 18px;
    line-height: 46px;
    color: #FFFFFF;
    text-align: center;
    background-color: #ee8233;
    border-radius: 5px;
    margin-left: 20px;
}

.nav {
    background-color: #1C72AB;
}

.nav ul {
    overflow: hidden;
}

.nav li {
    float: left;
    padding: 0 35px;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
}

.nav li a {
    color: #FFFFFF;
}

.nav li.active {
    background-color: #135c8d;
}

.main {
    padding: 20px 0;
}

.mainleft {
    float: left;
    width: 28%;
}

.mainright {
    margin-left: 30%;
}

.contentleft {
    float: left;
    width: 840px;
}

.contentright {
    float: right;
    width: 340px;
}

.footer {
    background-color: #F9F9FB;
    padding: 24px 0;
}

.footer p {
    font-size: 12px;
    line-height: 26px;
    color: #999999;
    text-align: center;
}

.footer p a {
    color: #999999;
    margin: 0 3px;
}

.footer-sd {
    background-color: #0c6aa9;
    padding: 24px 0;
}

.footer-sd p {
    font-size: 12px;
    line-height: 26px;
    color: #FFFFFF;
    text-align: center;
}

.footer-sd p a {
    color: #FFFFFF;
    margin: 0 3px;
}

.pbox {
    position: absolute;
    border: 1px solid #333333;
    background-color: #FFFFFF;
    top: 0;
    left: 0;
    padding: 20px;
    display: none;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    max-width: 400px;
}

.pbox a {
    color: #1887C7;
    font-weight: bold;
    margin-right: 10px;
    white-space: nowrap;
}

.closebtn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.bb {
    border-bottom: 1px solid #eeeeee;
}

.mkbox {
    border: 1px solid #D4D4D4;
    /* background-color: #f9f9fb; */
    padding: 10px 20px;
    margin-bottom: 20px;
}

.detail .mkbox {
    border: 1px solid #ececec;
}

.detail .mkbox.wxhead, .detail .cgcontent {
    border: none;
}

.detail .mkbox.wxhead {
    padding: 10px 0;
}

.detail .cgcontent {
    padding: 0;
}

.detail .wxcontent {
    margin: 0;
    padding-bottom: 20px;
}

.detail .resultEdit ul {
    padding: 3px 10px;
    background: #f5f5f5;
}

.mktitle {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    margin-bottom: 10px;
}

.mktitle a {
    float: right;
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}

.boxtitle {
    font-size: 16px;
    line-height: 34px;
    color: #1C72AB;
    border-bottom: 1px solid #CCCCCC;
}

.asidemk {
    margin-bottom: 20px;
}

.asidetitle {
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

.asidetitle em {
    display: block;
    float: left;
    width: 2px;
    height: 16px;
    background-color: #1C72AB;
    margin-top: 9px;
    margin-right: 7px;
}

.asidetitle span {
    display: block;
    float: left;
    font-weight: normal;
}

.asidetitle a {
    display: block;
    float: right;
    font-size: 12px;
    line-height: 34px;
    color: #808080;
    font-weight: normal;
}

.asideul {

}

.asideul li {
    border-bottom: 1px dashed #EEEEEE;
    margin-bottom: 4px;
    padding-bottom: 8px;
}

.asideul li h6 {
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    color: #808080;
    padding-left: 20px;
    background: url(../images/flicon.png) no-repeat 5px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.asideul li h6 a {
    color: #333;
}

.asideul li h6 a:hover {
    color: #ff6c00;
}

.asideul li h6.detail a:hover {
    color: #016bac;
}

.asideul li p {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.asideul li p span {
    color: #999999;
}

.asideol {
    overflow: hidden;
    padding-top: 5px;
}

.asideol li {
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 28px;
    color: #666666;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.asideol li a {
    color: #666666;
}


/*首页*/

.introbox {
    border: 1px solid #d4d4d4;
    background-color: #2D8AC8;
    padding: 10px 0 20px;
    position: relative;
    margin-bottom: 10px;
    height: 433px;
    overflow: hidden;
}

.cgsubmit {
    display: block;
    position: absolute;
    top: 10px;
    right: 16px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 32px;
    color: #FFFFFF;
    background-color: #6baad6;
    border-radius: 3px;
}

.cgsubmit img {
    margin-top: 9px;
    margin-right: 4px;
}

.mkstati {
    margin: 0 16px;
    padding-bottom: 10px;
    padding: 10px 0 19px;
}

.statititle {
    font-size: 14px;
    line-height: 54px;
    color: #FFFFFF;
    /*padding-left: 20px;
	background: url(../images/icon1.png) no-repeat left center;*/
}

.statititle img {
    margin-top: 20px;
}

.autoul {
    overflow: hidden;
}

.autoul li {
    float: left;
    margin-right: 11px;
}

.autoul li:last-child {
    margin-right: 0 !important;
}

.autoul li span {
    display: block;
    float: left;
    font-size: 12px;
}

.autoul li a {
    display: block;
    float: left;
}

.mkstati li {
    line-height: 30px;
    color: #FFFFFF;
}

.mkstati li a {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}

.jgbox {

}

.jglist {
    padding: 15px 0 16px;
}

.jglist h6 {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    background: url(../images/jgtitlt.png) no-repeat left center;
    padding-left: 8px;
    margin-left: -8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jglist h6 a {
    color: #333333;
}

.jglist h6 a:hover, .container .jglist h6:hover, .gbybox li a:hover, .container .gbybox li a:hover,
.kyccbox li h6 a:hover, .carouselList h6 a:hover, .container .mkstati li:hover p {
    color: #ff6c00;
}

.jglist li {
    line-height: 20px;
    color: #1c72ab;
}

.jglist li a {
    color: #333333;
    font-weight: normal;
}

.jglist li a:hover, .container .jglist li a:hover, .carouselList li a:hover, .container .carouselList li a:hover {
    color: #ff6c00;
}

.jglist p {
    font-size: 12px;
    line-height: 20px;
    color: #1C72AB;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gbybox {
    padding-bottom: 20px;
}

.gbybox li {
    border-bottom: 1px dashed #EEEEEE;
    overflow: hidden;
    line-height: 30px;
}

.gbybox li em, .gbybox li i {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin-right: 6px;
    margin-top: 8px;
}

.gbybox li em {
    color: #FFFFFF;
    background-color: #1C72AB;
}

.gbybox li i {
    color: #1C72AB;
    font-style: normal;
}

.gbybox li a {
    display: block;
    float: left;
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #808080;
    font-weight: bold;
}

.gbybox li span {
    display: block;
    float: right;
    font-size: 12px;
    color: #969696;
}

.authorbox {
    margin-bottom: 10px;
    height: 433px;
    overflow: hidden;
}

.authorbox h5 {
    margin-bottom: 23px;
}

.carouselBox {
    position: relative;
}

.authorhide {
    overflow: hidden;
}

.carouselCon {
    padding: 17px 0;
    overflow: hidden;
    width: 7000px;
}

.carouselList {
    float: left;
}

.authorlist {
    width: 180px;
    margin: 0 42px;
}

.authorlist > a {
    display: block;
    height: 230px;
    margin-bottom: 15px;
    margin-bottom: 16px \9;
    overflow: hidden;
}

.carouselList a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carouselList h6 {
    font-size: 16px;
    line-height: 34px;
    text-align: center;
}

.carouselList h6 a {
    color: #333333;
    margin: 0 10px;
}

.carouselList h6 span {
    font-size: 12px;
    color: #666666;
    /*font-weight: normal;*/
    margin: 0 10px;
}

.carouselList li {
    margin-right: 12px;
}

.carouselList li span {
    color: #333333;
}

.carouselList li a {
    /* cursor: default; */
    color: #1C72AB;
}

.carouselList p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
}

.prev, .next {
    position: absolute;
    top: 95px;
    cursor: pointer;
    width: 26px;
    height: 80px;
    background-color: rgba(28, 114, 171, 0.4);
    padding-top: 28px;
    text-align: center;
}

.prev {
    left: -20px;
}

.next {
    right: -20px;
}

.ccbox {

}

.tabhead {
    border-bottom: 1px solid #CCCCCC;
    /*overflow: hidden;*/
    padding-top: 14px;
    margin: 0 10px;
    position: relative;
    height: 43px;
}

.tabhead ul {
    /*overflow: hidden;*/
    float: left;
    height: 28px;
}

.tabhead li {
    float: left;
    padding: 0 20px;
    margin-right: 48px;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    cursor: pointer;
    font-weight: bold;
}

.tabhead li.active {
    border: 1px solid #cccccc;
    border-bottom-color: #F9F9FB;
    height: 29px;
    border-radius: 2px;
    color: #1C72AB;
}

.tabhead a {
    display: block;
    float: right;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
}

.kyccbox {
    /* clear: both; */
    margin: 0 10px;
}

.kyccbox ul {
    overflow: hidden;
    padding: 16px 0;
}

.kyccbox li {
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.kyccbox li > * {
    margin: 0 20px 0 10px;
}

.kyccbox li h6 {
    font-size: 15px;
    line-height: 22px;
    color: #CCCCCC;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kyccbox li h6 a {
    padding-right: 15px;
    color: #333333;
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kyccbox li p {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kyccbox li p span {
    display: block;
    float: left;
    max-width: 84%;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kyccbox li p label {
    display: block;
    float: left;
}

.tupu {
    padding-top: 10px;
    overflow: hidden;
    height: 310px;
}

/*列表页公共样式*/
.boxsearch {
	margin: 16px 0 20px;
    position: relative;
    border: 1px solid #0275b7;
    border-radius: 5px;
    overflow: hidden;
}
.boxsearch.search-right {
	float: left;
	margin: 0;
	width: 300px;
}

.boxtext {
    width: 100%;
    padding: 0 80px 0 10px;
    height: 34px;
    /* margin: 5px 10px; */
    border: none;
    background-color: transparent;
    float: left;
}

.boxbtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 34px;
    background-color: #1887c7;
    border: none;
    float: right;
    font-size: 14px;
    line-height: 34px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}

.boxbtn.active {
    background-color: #0b78b6;
}

.contentbox {
    padding: 10px 0 0;
    /*border-bottom: none;*/
}

.organization_main {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #d4d4d4;
    overflow: hidden;
}

.organization_main .org_img_box {
    float: left;
    width: 220px;
    max-height: 165px;
    overflow: hidden;
    background: #f5f5f5;
}

.organization_main .org_img_box img {
    width: 100%;
}

.organization_main .org_info {
    margin-left: 235px;
    float: none;
    width: auto;
}

.organization_main .intro li {
    margin-right: 10px;
    padding: 4px 0;
    line-height: 16px;
}

.organization_main .intro li a {
    padding-right: 10px;
    font-weight: bold;
    color: #449e0f;
    border-right: 1px solid #666;
}

.organization_main .intro li:last-child {
    margin: 0;
}

.organization_main .intro li:last-child a {
    border-right: none;
}

.organization_main .intro p {
    color: #666;
}

.organization_main .abstract b {
    font-weight: normal;
}

.organization_main .abstract a {
    font-weight: normal;
    color: #0066a9;
}

.organization_main .abstract a:hover {
    text-decoration: underline;
}

.organization_main .org_info span {
    color: #707070;
}

.contentbox .boxtitle {
    padding-left: 20px;
}

.contentdiv {
    background-color: #FFFFFF;
}

.crumbbox {
    border-bottom: 1px solid #CCCCCC;
    padding: 14px 20px;
}

.crumbbox.no-border {
    border: none;
    padding: 0 20px;
}

.condition {
    background-color: #fafafa;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 14px;
}

.condition label {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
}

.condilist {
    float: left;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    height: 20px;
    margin: 5px;
}

.condilist span {
    display: block;
    padding: 0 10px;
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.condilist a {
    display: block;
    height: 12px;
    float: right;
    border-left: 1px solid #CCCCCC;
    padding: 0 6px;
    margin: 3px 0;
}

.newsearch-box {
    height: 66px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.newsearch-box input {
    font-size: 15px;
}

.newsearch-box .boxsearch, .searchdiv.new-search {
    float: left;
    margin: 0;
    width: 55%;
}

.searchdiv.new-search .new-input-box {
    position: relative;
    margin-left: 95px;
    border-radius: 3px;
    overflow: hidden;
}

.searchdiv.new-search .searchselect > p {
    margin: 7px 0 !important;
}

.searchdiv.new-search .searchselect {
    width: 90px !important;
}

.searchdiv.new-search .new-input-box .searchtext {
    margin: 7px 0;
    width: 100%;
    padding: 0 95px 0 5px;
}

.searchdiv.new-search .new-input-box .searchbtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 36px;
    line-height: 36px;
}

.newsearch-box .boxsearch .boxtext {
    width: 100%;
    padding-right: 100px;
}

.newsearch-box .boxsearch .boxbtn {
    width: 90px;
}

.editbox {
   height: 36px;
}

.editleft {
    float: left;
}
.editleft.no-float {
    float: none;
    padding-left: 20px;
}

.no-border .editleft {
    float: none;
}

.editleft a {
    display: block;
    float: left;
    width: 54px;
    height: 28px;
    background-color: #1887C7;
    border-radius: 3px;
    font-size: 12px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    margin-right: 10px;
}

.no-border .editleft span {
    padding-left: 15px;
}

.editleft span {
    line-height: 32px;
    color: #666666;
}

.no-border .editleft span b,.editleft.no-float span b {
    color: #d7514e;
}

.editright {
    float: right;
    margin-top: 4px;
    /*overflow: hidden;*/
}

.no-border .editright {
    margin-top: 4px;
}

.editright span {
    display: block;
    float: left;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
}

.sortselect {
    float: left;
    margin-left: 20px;
    width: 170px;
    position: relative;
}

.sortselect p {
    border: 1px solid #CCCCCC;
    border-radius: 1px;
    padding: 0 15px 0 7px;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    margin-top: 3px;
    background: url(../images/sortselect.png) no-repeat 156px center;
}

.sortselect ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    border-top: none;
    z-index: 5;
}

.sortselect li {
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    cursor: pointer;
    padding-left: 7px;
}

.sortselect li:hover {
    background-color: #2D8AC8;
    color: #FFFFFF;
}

/*作者列表页*/
.zzbox {
    padding-top: 16px;
}

.treebox {
    background: #fff;
    padding: 0 0 20px 0 !important;
}

.treebox .boxtitle {
    background-color: #57a9e2;
    font-size: 16px;
    line-height: 45px;
    color: #FFFFFF;
    padding: 0 20px;
}


/*.treebox li p {
	font-size: 14px;
	line-height: 30px;
	color: #808080;
	font-weight: bold;
	border-bottom: 1px dashed #EEEEEE;
	padding-left: 18px;
	background: url(../images/treeicon.png) no-repeat 4px center;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.treebox li p.on {
	background: url(../images/treeicon_on.png) no-repeat left center;
}

.treebox li ul {
	display: none;
}

.treebox li p.on+ul {
	display: block;
}

.treebox li li p {
	padding-left: 36px;
	background-position: 22px center;
}

.treebox li li p.on {
	background: url(../images/treeicon_on.png) no-repeat 18px center;
}

.treebox li li li p {
	padding-left: 54px;
	background-position: 40px center;
}

.treebox li li li p.on {
	background: url(../images/treeicon_on.png) no-repeat 36px center;
}*/

.treebox li {
    font-size: 14px;
    line-height: 40px;
    color: #808080;
    font-weight: bold;
    /*padding-left: 12px;*/
    /*cursor: pointer;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.treebox li p {
    /*background: url(../images/treeicon.png) no-repeat 4px center;*/
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.treebox li p > span {
    display: block;
    width: 16px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}


.treebox li p.on img {
    /*margin-top: 12px;*/
    /*top: 12px;*/
}


.treebox li p.selecton {
    color: #ee8233;
}

.treebox li p.selecton > span {
    left: 15px;
    top: 5px;
    cursor: pointer;
    background: url(../images/menulistclose.png) no-repeat right center;
}

.treebox li p.on.selecton > span {
    background-image: url(../images/menulistopen.png);
}

.treebox li p a {
    display: block;
    color: #808080;
}

.treebox li p.selecton a {
    color: #ff6c00;
}

.treebox li p a span {
    display: block;
    float: left;
    font-size: 15px;
    max-width: 85%;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.treebox li p + ul {
    display: none;
}

.treebox li p.on + ul {
    display: block;
}

.treebox > ul >li > p.selecton,.treebox > div > ul >li > p.selecton {
    padding-left: 40px;
    background: #f9f9f9;
    line-height: 40px;
}
.treebox > ul >li li p.selecton {
    background-color: #e5f0ff;
    background-image: url(../images/flicon_on_blue.png);
    line-height: 40px;
}
.treebox > ul >li li p.on.selecton {
    background-image: url(../images/menulistopen.png);
    background-position: 30px center;
}
.treebox > ul >li li p.selecton span{
    font-weight: normal;
}

.treebox li p.selecton a, .treebox li p.selecton a span {
    color: #1C72AB;
    font-weight: bold;
}

.treebox li li p > span {
    display: none !important;
}

.treebox li li > p,.treebox li li.sub_tree_node > p{
    padding: 0 30px 0 50px;
    border-bottom: 1px solid #F9F9FB;
    background: #FFFFFF url(../images/flicon.png) no-repeat 35px center;
}

.treebox li li:hover >p{
    background-color: #e5f0ff;
    background-image: url(../images/flicon_on_blue.png);
}

.treebox li li:hover a {
    color: #1887c7;
}

.showmore, .hidemore {
    font-size: 14px;
    line-height: 30px;
    color: #808080;
    padding-left: 12px;
    /*font-weight: bold;*/
    text-align: center;
    cursor: pointer;
}

.showmore span {
    padding-left: 14px;
    background: url(../images/open.png) no-repeat left 3px;
}

.showmore:hover, .hidemore:hover {
    color: #EE8233;
}

.showmore:hover span {
    background-image: url(../images/open_on.png);
}

.hidemore span {
    padding-left: 14px;
    background: url(../images/open.png) no-repeat left -17px;
}

.hidemore:hover span {
    background-image: url(../images/open_on.png);
}

.dhbox ul {
    padding: 10px 0;
}

.dhbox li {
    font-size: 14px;
    line-height: 30px;
    color: #808080;
    font-weight: bold;
    border-bottom: 1px dashed #EEEEEE;
    padding-left: 16px;
    background: url(../images/flicon.png) no-repeat left center;
}

.dhbox li.active {
    background-image: url(../images/flicon_on.png);
}

.dhpage {
    font-size: 12px;
    line-height: 32px;
    color: #333333;
    text-align: center;
}

.dhpage a {
    margin: 0 10px;
}

.dhpage a img {
    margin-top: 11px;
}

.listbox {
    padding: 0 20px;
    overflow: hidden;
}

.contentlist {
    border-bottom: 1px dashed #EEEEEE;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    /*padding-left: 64px;*/
}

.contentlist.author-list {
    float: left;
    width: 50%;
    padding: 20px 0 20px 20px;
}

.check {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    float: left;
    width: 16px;
    height: 16px;
}

.check label {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.check label input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.check label input + label {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/checkbox.png) no-repeat left center;
    z-index: 1;
}

.check label input:checked + label {
    background-image: url(../images/checked.png);
}

.number {
    display: block;
    width: 48px;
    font-size: 16px;
    line-height: 20px;
    color: #9e9e9e;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -10px;
}

.authorimg {
    float: left;
    width: 86px;
    width: 84px \9;
    height: 102px;
    height: 100px \9;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    overflow: hidden;
}

.authorimg img {
    width: 100%;
}

.authorintro {
    margin-left: 110px;
    width: auto !important;
}

.authorintro h6 {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 7px;
}

.authorintro h6 a {
    color: #333333;
}

.authorintro h6 a:hover {
    color: #ff6c00;
}

.authorintro h6 span {
    margin-left: 24px;
}

.intro li {
    line-height: 23px;
}

.intro li span {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

.intro li a {
    font-size: 14px;
    color: #333333;
    cursor: text;
}

.year_text {
    margin-left: 10px;
}

.resouce {
    cursor: default;
    color: #7a7a7a;
    line-height: 28px;
}

.span-label {
    color: #b58e72 !important;
}

.keyword_border {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #b58e72 !important;
    border: 1px solid #b58e72;
    border-radius: 2px;
    margin-left: 5px;
    padding: 0px 5px;
}

.keyword_border:hover {
    background: #d89a2e;
    color: #fff !important;;
    border-color: #d89a2e !important;
}


.intro, .intro p {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}

.intro p.keyword, .intro p.keyword span {
    color: #b58e72;
}

.intro p img {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.intro .abstract {
    margin: 5px 0 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.intro .line-2 {
    margin: 5px 0 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line-3 {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.intro b {
    margin-left: 10px;
    font-weight: normal;
}

.intro p .b-icon {
    display: inline-block;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 2px;
    background-color: #60c1c2;
    color: #fff;
}

.intro b.b-key {
    margin-left: 7px;
    display: inline-block;
    color: #666;
    padding: 0 5px;
    border: 1px solid #999;
    border-radius: 2px;
    font-size: 12px;
    line-height: 16px;
}

.intro b.b-key:hover {
    border-color: #e48140;
    color: #e48140;
}

.intro .journal {
    margin-left: 10px;
    color: #537e99;
}

.intro .b-author {
    color: #537e99;
}

.intro p span {
    color: #666666;
}

.intro p span.author-claim {
    padding-left: 16px;
    color: #ee8436;
    background: url(../images/icon-author-clain-1.png) no-repeat left top;
}

.intro p .b-key {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    line-height: 18px;
    background: #60c1c2;
    border: 1px solid #60c1c2;
    border-radius: 2px;
    padding: 0px 5px;
}

.intro p .b-btn {
    margin: 0;
    cursor: pointer;
    font-weight: normal;
    color: #0077be;
}

.intro p .b-title {
    margin: 0;
    font-weight: normal;
    color: #0077be;
}

.intro p .b-btn span {
    color: #0077be;
}

.intro p .b-btn:hover {
    color: #ff6c00;
}

.intro p .b-btn:hover span {
    color: #ff6c00;
}

.ympage {
    padding: 20px 20px 0;
    overflow: hidden;
}


/*机构列表页*/
.check1 {
    display: none;
    position: relative;
    float: left;
    margin-top: 9px;
    margin-right: 16px;
}

.orgintro {
    float: left;
    width: 100%;
}

.orgintro h6 {
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    overflow: hidden;
}

.orgintro h6 span {
    display: block;
    float: left;
    height: 18px;
    padding: 0 3px;
    background-color: #1887C7;
    line-height: 18px;
    color: #FFFFFF;
    margin-top: 8px;
    margin-right: 4px;
    border-radius: 2px;
}

.orgintro h6 a {
    display: block;
    float: left;
    color: #0077be;
    text-decoration: underline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
    font-weight: normal;
    text-decoration: none;
}

.bold {
    font-weight: bold !important;
}

.menu {
    padding: 0;
}

.menu h5 {
    background-color: #57a9e2;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    padding: 0 20px;
}

.menulist {
    background-color: #FFFFFF;
}

.menulist h6 {
    background-color: #f9f9fb;
    padding: 0 20px;
    cursor: pointer;
}

.menulist h6 p {
    font-size: 14px;
    line-height: 36px;
    color: #1C72AB;
    background: url(../images/menulistopen.png) no-repeat right center;
}

.menucontent {
    overflow: hidden;
}

.menucontent ul {
    height: auto;
    /* overflow: hidden; */
}

.menulist h6.close + .menucontent {
    height: 0;
}

.menucontent li {
    position: relative;
    display: block;
    border-bottom: 1px solid #F9F9FB;
    font-size: 14px;
    line-height: 40px;
    color: #808080;
    cursor: pointer;
    padding-left: 36px;
    background: #FFFFFF url(../images/flicon.png) no-repeat 20px center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 336px;
}

.menucontent li .facet_close_icon {
    display: block;
}

.menucontent li.active, .menucontent li:hover {
    background-color: #e5f0ff;
    color: #1887c7;
    background-image: url(../images/flicon_on_blue.png);
}

.menucontent li span {
    display: block;
    float: left;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menulist > p {
    /*font-size: 14px;*/
    line-height: 40px;
    color: #4c4c4c;
    padding-left: 20px;
    cursor: pointer;
    overflow: hidden;
}

.menulist > p:hover {
    background: #f5f5f5;
    color: #1887c7;
}

.wxintro {
    float: left;
}

.wxintro h6 a {
    /* margin-left:10px; */
    text-decoration: none;
}

.wxintro h6 a:hover {
    color: #1887c7;
    text-decoration: underline;
}

.orgintro h6 a:hover {
    color: #ff6c00;
}

.wxintro p a {
    color: #333333;
}

/*作者详情页*/
.zzintro {
    overflow: hidden;
}

.zzimg {
    float: left;
    width: 195px;
    /*height: 234px;*/
}

.zzimg img {
    width: 100%;
}

.zztext {
    margin: 0 280px 0 220px;
    padding-top: 10px;
    position: relative;
}

.zztext h6 {
    overflow: hidden;
}

.zztext h6 span {
    display: block;
    float: left;
    font-size: 22px;
    line-height: 60px;
    color: #333333;
    margin-right: 25px;
}

.zztext h6 p {
    float: left;
    font-size: 16px;
    line-height: 50px;
    color: #666666;
    margin-top: 8px;
}

.zzintrocon {
    /* clear: both; */
}

.zzintrocon p {
    margin-bottom: 8px;
    line-height: 22px;
    color: #666666;
    text-align: justify;
    max-height: 110px;
    overflow: hidden;
}

.zzintrocon p a {
    color: #0077be;
}

.zzintrocon p a:hover {
    text-decoration: underline;
}

.yjxk {
    line-height: 44px;
    color: #666666;
}

.zztext li {
    font-size: 15px;
    line-height: 23px;
    color: #666666;
    margin-right: 14px;
}

.zztext li span {
    font-size: 13px;
    line-height: 23px;
    color: #666666;
    font-weight: normal;
}

.zztext li a {
    font-size: 15px;
    line-height: 23px;
    color: #449E0F;
}

.resultEdit {
    /*margin-top: 5px;*/
    position: absolute;
    top: 25px;
    right: 0;
}

.resultEdit ul {
    overflow: hidden;
}

.resultEdit li {
    float: left;
    margin-right: 20px;
    line-height: 30px;
    color: #0c6aa8;
    /* font-weight: bold; */
    cursor: pointer;
}

.resultEdit li:hover {
    color: #c50400;
}

.resultEdit li img {
    margin-right: 6px;
    margin-top: 7px;
    float: left;
}

.resultEdit li span {
    float: left;
    display: block;
    line-height: 30px;
}

.analysis {

}

.analysistab {
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 1px;
}

.detail .analysistab {
    padding: 2px 0 0 2px;
    background: #51b0ee;
    border: none;
}

.detail .analysistab li {
    font-weight: normal;
}

.detail .analysistab li.active {
    padding: 0 15px;
    border: none;
    line-height: 36px;
    color: #0c6aa8;
    background: #fff;
}

.analysistab li {
    float: left;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    margin-left: -1px;
    background-color: #F9F9FB;
    font-size: 16px;
    line-height: 48px;
    color: #666666;
    font-weight: bold;
    padding: 0 40px;
    margin-top: 3px;
    cursor: pointer;
}

.analysistab li.active {
    margin-top: 0;
    padding-top: 3px;
    background-color: #57a9e2;
    color: #FFFFFF;
}

.analysiscon {
    text-align: center;
    padding-bottom: 20px;
}

.mp20 {
    padding-left: 0;
    padding-right: 0;
    margin: 0 20px;
}

.jgintro {
    overflow: hidden;
}

.jgimg {
    float: left;
    width: 206px;
    /*height: 158px;*/
    /*height: 234px;*/
}

.jgimg img {
    width: 100%;
    height: 100%;
    margin-top: 24px;
}

.jgtext {
    margin: 0 280px 0 226px;
    padding-top: 10px;
    position: relative;
}

.no-header .jgimg {
    display: none;
}

.no-header .jgtext {
    margin-left: 0;;
}

#div1 {
    width: 230px !important;
    height: 230px !important;
}

.jgtext h6 {
    font-size: 22px;
    line-height: 36px;
    color: #333333;
    margin: 12px 150px 12px 0;
}

.jgintrocon {
    line-height: 22px;
    max-height: 110px;
    overflow: hidden;
    color: #666666;
    text-align: justify;
    margin-bottom: 6px;
}

.jgintrocon a {
    color: #1C72AB;
    margin-left: 5px;
}

.jgintrocon a:hover {
    text-decoration: underline;
}

.jgyjxk {
    line-height: 22px;
    color: #666666;
    padding: 6px 0;
}

.jgtext .autoul li {
    font-size: 15px;
    line-height: 23px;
    color: #666666;
    margin-right: 14px;
}

.jgtext .autoul li span {
    font-size: 13px;
    line-height: 23px;
    color: #666666;
    font-weight: normal;
}

.jgtext .autoul li a {
    font-size: 15px;
    line-height: 23px;
    color: #449E0F;
}

/*文献详情页*/
.wxhead {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
}

.wxhead h4 {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    font-weight: normal;
    padding: 7px 0;
    margin-bottom: 20px;
}

.detail .wxhead h4 {
    color: #0c6aa8;
}

.wxhead h4 span {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-left: 24px;
}

.wxhead h4 span em {
    color: #333333;
}

.wxhead .resultEdit {
    position: static;
}

.cgcontent {
    border: 1px solid #D4D4D4;
    border-top: none;
    background-color: #FFFFFF;
    padding: 30px 0px;
}

.wxcontent {
    margin: 0 20px;
}

.wxcontent dl, .wxcontent p {
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    text-align: justify;
}

.wxcontent dt, .wxcontent p span {
    float: left;
    /*width: 80px;*/
    color: #333333;
}

/* .detail .wxcontent dl, */
.detail .wxcontent p {
    position: relative;
    margin-top: 22px;
    padding-left: 100px;
    color: #444;
    line-height: 22px;
}

/* .detail .wxcontent dt,.detail  */
.wxcontent p span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    width: 5em;
    color: #1e5f7c;
}

.wxcontent dd {
    float: left;
    color: #666666;
}

.wxxg {
    margin: 10px 20px 20px;
}

.wxxg img {
    width: 100%;
}

.wxbox {
    margin: 0 20px;
    padding-top: 20px;
}

.wxbox p {
    font-size: 12px;
    line-height: 24px;
    color: #333333;
}

.detail .wxbox p {
    position: relative;
    margin-top: 16px;
    padding-left: 35px;
    font-size: 14px;
    line-height: 22px;
    color: #444;
}

.detail .wxbox p span {
    position: absolute;
    top: 0;
    left: 0;
}

/*数据分析页面*/
.datahead {
    padding-bottom: 0;
    margin-bottom: 0;
}

.datahead h5 {
    border-bottom: none;
}

.fxbox {
    padding: 0 20px;
}

.fxlist {
    overflow: hidden;
    position: relative;
}

.fxlist h5 {
    font-size: 16px;
    line-height: 56px;
    color: #333333;
}

#trend {
    width: 100%;
    height: 350px;
}

#fxchart {
    float: none;
    margin-left: 500px;
    width: auto !important;
    height: 340px;
}

#fwlbox {
    width: 100%;
    height: 550px;
}

.fxlist .sortselect {
    position: absolute;
    top: 15px;
    right: 0px;
}

.trend img {
    width: 100%;
}

.fxcon {
    overflow: hidden;
}

.fxtable {
    float: left;
    margin-top: 70px;
    width: 380px;
}

.fxtable table {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.fxtable th {
    background-color: #e5e5e5;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.fxtable td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: center;
}

.fxchart {
    float: right;
}

.fxchart img {
    width: 100%;
}

.choicebox {
    position: absolute;
    top: 0;
    right: 0;
}

.choicebox .sortselect {
    margin-left: 20px;
    position: relative;
}

.fwlbox img {
    width: 100%;
}

.peoplebox table {
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    width: 100%;
    margin-bottom: 40px;
}

.peoplebox th {
    background-color: #1C72AB;
    font-size: 16px;
    line-height: 44px;
    color: #FFFFFF;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    white-space: nowrap;
    padding: 0 10px;
}

.peoplebox td {
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    white-space: nowrap;
    padding: 8px 10px;
}

.peoplebox td.nowh {
    white-space: normal;
}

.wlbox img {
    width: 100%;
}

/*个人中心*/
.mkdiv {
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    padding: 40px 0 50px;
    position: relative;
}

.xbox {
    position: relative;
}

.xbox:after {
    content: ".";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

.dotted {
    /*float: left;*/
    border-right: 1px dotted #E3E3E3;
    width: 0px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 290px;
}

.hleft {
    float: left;
    width: 250px;
    margin-left: 40px;
    padding-bottom: 50px;
    /*border-right: 1px dotted #E3E3E3;*/
}

.hlcontent {
    margin-right: 40px;
}

.headimg {
    width: 134px;
    /*height: 168px;*/
    margin: 0 auto 16px;
    overflow: hidden;
}

.headimg img {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    width: 100%;
    cursor: default;
}

.modifyhead {
    font-size: 12px;
    line-height: 30px;
    color: #1c72ab;
    text-align: center;
}

.modifyhead a {
    color: #1c72ab;
}

.authorname {
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
}

.authorname h5 {
    font-size: 16px;
    line-height: 26px;
}

.authorname h5 a {
    color: #333333;
}

.authorname p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
}

.record {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    background-color: #57A9E2;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 11px;
}

.homemenu {

}

.homemenu li {
    border-bottom: 1px dotted #E3E3E3;
    font-size: 16px;
    line-height: 56px;
    color: #666666;
    text-align: center;
    overflow: hidden;
}

.homemenu li a {
    color: #666666;
}

.homemenu li img {
    margin-right: 10px;
}

.homemenu li.active {
    font-weight: bold;
}

.hright {
    float: right;
    width: 840px;
    margin-right: 40px;
}

.hrightcontent {

}

.hometab {
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 10px;
    margin-bottom: 20px;
}

.hometab li {
    float: left;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    margin-left: -1px;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 40px;
    color: #666666;
    font-weight: bold;
    padding: 0 45px;
    margin-top: 3px;
    cursor: pointer;
}

.hometab li.active {
    margin-top: 0;
    padding-top: 3px;
    background-color: #57a9e2;
    color: #FFFFFF;
}

.hometab li a {
    color: #666666;
}

.hometab li.active a {
    color: #FFFFFF;
}

.homebox {

}

.homediv {
    padding-left: 10px;
}

/*个人资料*/
.inforbox {
    position: relative;
    /*display: none;*/
}

.inforbox p {
    color: #333333;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 8px;
}

.inforbox p b {
    color: #333333;
    /*font-weight: normal;*/
}

.editbtnbox {
    /* padding-top: 40px; */
    clear: both;
    overflow: hidden;
}

.editbtnbox a {
    background-color: #57a9e2;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 58px;
    float: left;
}

.editbtnbox a.userInfoEditBtn {
    margin-left: 160px;
}

.editbtnbox a.savebtn {
    margin-left: 100px;
}

.editbtnbox a.cancelbtn {
    background-color: #ed914d;
    margin-left: 10px;
}

.editinforbox {
    /* display: none; */
}

.edithead {
    float: left;
    width: 140px;
    margin-right: 30px;
}

.edithead .headimg {
    border: none;
}

.edithead p {
    font-size: 14px;
    line-height: 18px;
    color: #1C72AB;
    text-align: center;
}

.edithead p a {
    color: #1C72AB;
}

.editinfor {
    float: left;
    width: 650px;
}

.editinfor p {
    line-height: 40px;
    margin-bottom: 8px;
    clear: both;
}

.editinfor p label {
    display: block;
    float: left;
    width: 90px;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    text-align: right;
    font-weight: bold;
}

.editinfor p input[type=text] {
    width: 276px;
    height: 40px;
    border: 1px solid #EEEEEE;
    background-color: transparent;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    padding: 0 16px;
}

.editinfor p input.sex {
    width: 20px;
    height: 13px;
    margin-left: 15px;
}

.birthday {
    margin-bottom: 8px;
}

.birthday:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

.birthday label {
    display: block;
    float: left;
    width: 90px;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    text-align: right;
    font-weight: bold;
}

.dateOfBirth {

}

.dateOfBirth div {
    float: left;
    width: 58px;
    height: 30px;
    border: 1px solid #eeeeee;
    background: url(../images/dateOfBirth_select_dropDown.png) no-repeat 46px;
    padding-right: 12px;
    position: relative;
    cursor: pointer;
    margin: 5px 0;
}

.dateOfBirth div p {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

.dateOfBirth div ul {
    display: none;
    position: absolute;
    top: 28px;
    left: -1px;
    border: 1px solid #E2E2E2;
    min-width: 100%;
    max-height: 224px;
    overflow-y: auto;
    background-color: #FFFFFF;
}

.dateOfBirth div li {
    line-height: 28px;
    color: #565656;
    text-align: center;
    margin-right: 12px;
}

.dateOfBirth span {
    display: block;
    float: left;
    line-height: 30px;
    color: #565656;
    margin: 5px 10px;
}

.dateOfBirth div.day {
    /*display: none;*/
}

.dateOfBirth div.day + span {
    /*display: none;*/
}

.revisebox {
    padding-top: 20px;
}

.revisebox div {
    overflow: hidden;
    margin-bottom: 14px;
}

.revisebox div label {
    font-size: 14px;
    line-height: 30px;
    color: #565656;
    display: block;
    float: left;
    width: 90px;
    text-align: right;
    font-weight: bold;
}

.revisebox div input {
    display: block;
    width: 280px;
    height: 30px;
    float: left;
    border: 1px solid #EEEEEE;
    background-color: transparent;
}

.revisebox div em {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: red;
    margin: 0 5px;
}

.revisebox div span {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}

.revisebox div div {
    float: left;
    width: 74px;
    height: 30px;
    border: 1px solid #EEEEEE;
    margin: 0 5px;
    cursor: pointer;
}

.revisebox div div img {
    width: 100%;
}

.revisebox div a.help {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    text-decoration: underline;
}

.revisebox a.savebtn {
    margin-left: 88px;
}

/*成果名片*/
.addbtn {
    overflow: hidden;
    margin-bottom: 7px;
    margin-left: 10px;
}

.addbtn a {
    float: right;
    display: block;
    width: 58px;
    height: 26px;
    background-color: #57A9E2;
    border-radius: 5px;
    font-size: 12px;
    line-height: 26px;
    color: #FFFFFF;
    text-align: center;
}

.tablebox {
    margin-bottom: 40px;
    margin-left: 10px;
}

.tablebox table {
    width: 100%;
    border-top: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
}

.tablebox th, .tablebox td {
    border-right: 1px solid #D4D4D4;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding: 10px;
}

.tablebox th {
    background-color: #83c7f7;
    color: #FFFFFF;
    white-space: nowrap;
}

.tablebox th.dw {
    width: 545px;
}

.tablebox td {
    border-bottom: 1px solid #D4D4D4;
    color: #9E9E9E;
}

.tablebox td:first-child {
    font-size: 16px;
    font-weight: bold;
}

.tablebox tbody tr:nth-of-type(odd) td {
    background-color: #FFFFFF;
}

.tablebox tbody tr:nth-of-type(even) td {
    background-color: #F5F5F5;
}

.tablebox td p {
    color: #333333;
}

.tablebox td span {
    color: #cccccc;
    /*margin: 10px;*/
}

.tablebox th:last-child {
    width: 160px;
}

.tablebox td.nowh {
    white-space: nowrap;
    min-width: 80px;
}

.tablebox td a {
    margin: 0 15px;
}

.edit {
    color: #1C72AB;
}

.delete {
    color: #EE8233;
    /*margin: 0 15px;*/
}

.pagination {
    height: 49px;
    text-align: center;
    line-height: 49px;
}

/*新增成果名片*/
.alertbox {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#55000000, endColorstr=#55000000);
    z-index: 100000;
}

.addbox {
    display: none;
    width: 500px;
    background-color: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -115px;
    border-radius: 6px;
    z-index: 100001;
}

.addbox > img {
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

.addbox h4 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #1C72AB;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 5px 5px 0 0;
    margin-bottom: 30px;
}

.addbox p {
    overflow: hidden;
    margin: 0 40px 20px;
    position: relative;
    padding-left: 80px;
}

.addbox p label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 36px;
    color: #333333;
}

.addbox p input {
    width: 100%;
    height: 36px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size: 14px;
    line-height: 36px;
    color: #333333;
    padding: 0 10px;
}

.addbox p input:disabled {
    background-color: #F2F2F2;
}

.addbtnbox {
    text-align: center;
    margin-bottom: 30px;
}

.addbtnbox a {
    float: none;
    display: inline-block;
    width: 60px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 0 10px;
}

/*成果认领*/
.rlbox {
    /*margin-left: 10px;*/
}

.rldiv {

}

.yrlbox {

}

.kong {
    padding-top: 100px;
    text-align: center;
}

.kong p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 36px;
    color: #999999;
}

.drlbox {

}

.total {
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    margin-left: 18px;
}

.collectbox {
    margin-left: 10px;
}

.collectdiv {

}

.achibox {

}

.achilist {
    /*padding-left: 10px;*/
    padding-right: 120px;
    position: relative;
    padding-bottom: 24px;
    border-bottom: 1px dashed #EEEEEE;
}

.achilist h5 {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0;
}

.achilist h5 a {
    color: #333333;
}

.achilist p {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.achilist p span {
    color: #999999;
}

.cancelcollect {
    display: block;
    width: 70px;
    height: 28px;
    background-color: #6a9acf;
    font-size: 12px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 40%;
    right: 10px;
    border-radius: 5px;
    /*margin-top: -20px;*/
}

.expertbox {

}

.expertlist {
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px dashed #EEEEEE;
}

.expertlist .authorimg {
    margin-left: 0;
}

.expertlist .intro p {
    font-weight: normal;
}

.orgbox {

}

.orglist {
    padding: 15px 120px 15px 0;
    border-bottom: 1px dashed #EEEEEE;
    position: relative;
}

.orglist .orgintro {
    float: none;
    width: auto;
}

.orglist .orgintro h6 a {
    text-decoration: none;
}

.orglist .intro p {
    font-weight: normal;
}

/* 成果提交 */

.tjbox {
    margin-left: 10px;
}

.tjdiv {

}

.first {

}

.numbox {
    margin-bottom: 40px;
    overflow: hidden;
}

.numbox > label {
    display: block;
    float: left;
    padding-left: 24px;
    margin-right: 40px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    font-weight: bold;
    cursor: pointer;
}

.numbox input {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
}

.numbox input + label + span {
    color: #999999;
}

.numbox input + label {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 2;
    background: #FFFFFF url(../images/radio.png) no-repeat 0 0;
}

.numbox input:checked + label {
    background-position: 0 -16px;
}

.numbox input:checked + label + span {
    color: #EE8233;
}

.tjdiv dl {
    clear: both;
    margin-bottom: 10px;
}

.tjdiv dl:after {
    content: ".";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

.tjdiv dt {
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #535759;
    text-align: right;
    margin-right: 5px;
}

.tjdiv dt span {
    font-size: 16px;
    line-height: 18px;
    color: #f57935;
}

.tjdiv dd {
    float: left;
    /*width: 650px;*/
}

.tjdiv dd div {
    margin-bottom: 5px;
}

.tjdiv dd input {
    height: 28px;
    border: 1px solid #CCCCCC;
    background-color: #f8f8f8;
    padding: 0 6px;
    font-size: 12px;
    line-height: 26px;
    color: #333333;
    border-radius: 3px;
}

.first dt {
    width: 150px;
}

.first dd input {
    width: 472px;
}

.first dd textarea {
    width: 472px;
    border: 1px solid #CCCCCC;
    background-color: #f8f8f8;
    padding: 0 6px;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    border-radius: 3px;
    resize: none;
}

/*加减号*/
.tjdiv dd span {
    margin-left: 10px;
    cursor: pointer;
}

.tjdiv dd span img {
    margin-top: 7px;
}

.tjdiv dd > p {
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    /* margin-top: 5px; */
    margin-left: 6px;
}

.homeselect {
    float: left;
    /*height: 28px;*/
    border: 1px solid #CCCCCC;
    background-color: #f8f8f8;
    padding: 0 6px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.homeselect p {
    font-size: 12px;
    line-height: 26px;
    color: #333333;
    background: url(../images/select.png) no-repeat right center;
}

.homeselect ul {
    display: none;
    border: 1px solid #CCCCCC;
    position: absolute;
    top: 100%;
    left: -1px;
    min-width: 180px;
    background-color: #F8F8F8;
    z-index: 10;
}

.homeselect li {
    font-size: 12px;
    line-height: 26px;
    color: #333333;
    padding: 0 6px;
}

.ifselect {
    width: 180px;
}

.ifselect ul {
    min-width: 180px;
}

.publishdate {

}

.publish {
    width: 120px;
}

.publishdate ul {
    min-width: 120px;
}

.publishdate > span {
    display: block;
    float: left;
    line-height: 28px;
    color: #333333;
    margin: 0 10px;
}

.branchbox {

}

.branch {
    width: 150px;
    margin-right: 10px;
}

.branch ul {
    min-width: 150px;
}

.stepbox {
    padding-left: 155px;
    overflow: hidden;
}

.nextstep {
    float: left;
    display: block;
    width: 80px;
    height: 28px;
    background-color: #57A9E2;
    font-size: 12px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 20px;
    margin-right: 20px;
}

.darkorange {
    background-color: #e9975b;
}

.second {

}

.second dt {
    width: 110px;
}

.second dd input {
    width: 530px;
}

.second dd textarea {
    width: 530px;
    border: 1px solid #CCCCCC;
    background-color: #f8f8f8;
    padding: 0 6px;
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    border-radius: 3px;
    resize: none;
}

.filebox {
    overflow: hidden;
    margin-bottom: 10px;
}

.filetitle {
    float: left;
    width: 90px;
    font-size: 14px;
    line-height: 36px;
    color: #333333;
}

.fileright {
    float: left;
    width: 730px;
    overflow: hidden;
}

.filebtn {
    display: block;
    float: left;
    width: 96px;
    height: 36px;
    background-color: #57A9E2;
    font-size: 14px;
    line-height: 36px;
    color: #fefefe;
    text-align: center;
    border-radius: 4px;
}

.fileright > span {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}

.fileright ul {
    clear: both;
    overflow: hidden;
}

.fileright li {
    float: left;
    overflow: hidden;
    background-color: #b8e1fd;
    border-radius: 1px;
    margin: 22px 6px 22px 0;
}

.fileright li p {
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #1C72AB;
    margin-left: 8px;
    margin-right: 5px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fileright li a {
    display: block;
    float: right;
    width: 24px;
    height: 28px;
    background: url(../images/close.png) no-repeat center center;
}

.powerbox {

}

.power {
    width: 230px;
    margin-right: 10px;
}

.power ul {
    min-width: 230px;
}

.powerok {

}

.filepower {
    width: 470px;
}

.filepower ul {
    min-width: 470px;
}

.finish {

}

.finishbox {
    text-align: center;
    padding-top: 80px;
    margin: 0 190px 0 120px;
}

.finishbox h6 {
    font-size: 16px;
    line-height: 48px;
    color: #333333;
}

.finishbox p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.finishbtn {
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin: 40px auto 0;
    float: none;
}

.jsbox {
    border: 1px solid #EEEEEE;
    background-color: #F9F9FB;
    padding: 25px 20px;
    margin-bottom: 26px;
}

.topbox:after {
    content: ".";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

.topbox > div {
    float: left;
    margin-top: 10px;
}

.topbox div label {
    font-size: 12px;
    line-height: 28px;
    color: #333333;
    display: block;
    float: left;
    margin-right: 5px;
}

.topbox div input {
    width: 131px;
    height: 28px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    border-radius: 3px;
    margin-right: 12px;
    padding: 0 6px;
    width: 118px \9;
}

.lxbox {
    width: 81px;
    background-color: #FFFFFF;
}

.lxbox ul {
    min-width: 81px;
    background-color: #FFFFFF;
}

.butbtn {
    width: 50px;
    height: 28px;
    float: left;
    background-color: #57A9E2;
    font-size: 12px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    margin-left: 10px;
    margin-top: 10px;
}

.jsbox > p {
    font-size: 12px;
    line-height: 28px;
    color: #999999;
}

.tjbox .total {
    margin-left: 4px;
}

.tjdiv .tablebox {
    margin-left: 0;
}

.tjbox .tablebox td {
    font-size: 12px;
    color: #333333;
}

.tjbox .tablebox td.nowrap {
    white-space: nowrap;
}

.tjbox .tablebox td:first-child {
    font-weight: normal;
}

.ipopup {
    z-index: 100001;
    position: fixed;
}


/*登录页面*/
.loginbody {
    background: url(../images/loginBG.jpg) no-repeat top center;
    /*background-size: 100%; */
}

.loginlogo {
    height: 150px;
    margin-bottom: 50px;
}

.logoimg1 {
    margin-top: 63px;
}

.logoimg2 {
    margin-top: 38px;
}

.loginboxBg {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    margin: 0 auto;
    width: 680px;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#66ffffff, endColorstr=#66ffffff);
}

.loginbox {
    border-radius: 10px;
    background-color: #FFFFFF;
    margin: 15px 18px;
    padding-bottom: 20px;
}

.loginbox h4 {
    font-size: 34px;
    line-height: 84px;
    color: #1C72AB;
    text-align: center;
    padding: 33px 0;
}

.logincontent {
    margin: 0 127px;
}

.logincontent p {
    border: 1px solid #d2d1d1;
    background-color: #f2f2f2;
    border-radius: 4px;
    height: 40px;
    margin-bottom: 28px;
    position: relative;
    padding-left: 52px;
    padding-right: 10px;
}

.logincontent label {
    display: block;
    width: 48px;
    height: 38px;
    /*float: left;*/
    margin-right: 4px;
    position: absolute;
    top: 0;
    left: 0;
}

.logincontent label.name-label {
    background: url(../images/username.png) no-repeat center center;
}

.logincontent label.pas-label {
    background: url(../images/password.png) no-repeat center center;
}

.logincontent input {
    width: 100%;
    height: 38px;
    border: none;
    background-color: transparent;
    font-size: 14px;
    line-height: 38px;
    color: #333333;
}

.password {
    overflow: hidden;
}

.password p {
    float: left;
    /* width: 280px; */
    width: 100%;
}

.password a {
    display: block;
    float: right;
    width: 92px;
    height: 40px;
    border: 1px solid #1C72AB;
    border-radius: 6px;
    font-size: 12px;
    line-height: 38px;
    color: #1C72AB;
    text-align: center;
}

.code {
    overflow: hidden;
}

.code p {
    width: 120px;
    float: left;
    margin-right: 15px;
    padding: 0 10px;
}

.code input {
    text-align: center;
    width: 100px;
}

.code div {
    border: 1px solid #D2D1D1;
    border-radius: 4px;
    background-color: #F2F2F2;
    float: left;
    width: 95px;
    height: 40px;
    overflow: hidden;
    margin-right: 25px;
}

.code div img {
    width: 100%;
    height: 100%;
}

.code a {
    display: block;
    float: left;
    font-size: 15px;
    line-height: 40px;
    color: #1C72AB;
}

.btnbox {
    padding-top: 30px;
}

.loginbutton {
    display: block;
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 4px;
    background-color: #1c72ab;
    font-size: 20px;
    line-height: 44px;
    color: #FFFFFF;
    text-align: center;
}

.loginfooter {
    padding: 24px 0;
}

.loginfooter p {
    font-size: 12px;
    line-height: 26px;
    color: #999999;
    text-align: center;
}

.loginfooter p a {
    color: #999999;
    margin: 0 3px;
}

.error {
    margin: 0px;
    padding: 0px;
    color: red;
}

.quanwenurl-box {
    margin-top: 5px;
    padding-left: 10px;
    background: #f5f5f5;
}

.quanwenurl {
    margin-right: 10px;
    display: inline-block;
}

.quanwenurl img {
    margin: 0 !important;
    vertical-align: middle;
}

.quanwenurl a {
    color: #0359ac;
    font-family: "微软雅黑", "宋体", Arial;
    cursor: pointer;
}

.quanwenurl a:link {
    text-decoration: none;
}

.quanwenurl a:visited {
    text-decoration: none;
}

.quanwenurl a:hover {
    color: #c60000;
    text-decoration: underline;
}

.quanwenurl a:active {
    text-decoration: none;
}

/************/
.content-right {
    box-sizing: border-box;
    float: right;
    position: relative;
    width: 260px;
    padding: 20px 10px 0 20px;
}

.content-right .keyword-title {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.content-right .keyword-line {
    position: absolute;
    top: 20px;
    left: 0;
    width: 1px;
}

.detail-nav {
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.detail-nav .detail-nav-li {
    float: left;
    position: relative;
    top: 1px;
    margin: 0 60px 0 20px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    cursor: pointer;
}

.export_detail .list-title {
    font-size: 16px;
    padding-top: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #333;
    border-top: 1px dashed #efefef;
}

.detail-nav .detail-nav-li.active, .detail-nav .detail-nav-li:hover {
    border-color: #0077be;
    color: #0077be;
}

.export_detail {
    display: none;
    margin: 30px 0;
    overflow: hidden;
}

.export_detail.show {
    display: block;
}

.export_detail .para.indent {
    margin: 20px 0;
    text-indent: 2em;
    text-align: justify;
    line-height: 26px;
    color: #666;
}

.condition {
    display: none !important;
}

#partner_id {
    margin: 0 auto !important;
    height: 400px !important;
    border: 1px solid #ddd;
    padding: 20px 10%;
}

#echar_id, #partnership_id, #yearlyResourceNumChart, #resourceTypeChart, #indexedChart {
    border: 1px solid #ddd;
    padding: 20px;
}

#partnership_id {
    margin-top: 20px;
}

#search_type_icon {
    display: none;
}

.facet_close_icon {
    position: absolute;
    margin: 0;
    top: 10px;
    right: 6px;
    display: none;
    width: 20px;
    background: #ff0;
    height: 20px;
    z-index: 100;
    cursor: pointer;
    background: url(../images/export_detail_icon_1.png) no-repeat -50px 0;
}


.contentdiv .chart-items {
    margin: 0 20px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.contentdiv .chart-items .chart-item {
    float: left;
    cursor: pointer;
    width: 20%;
}

.contentdiv .chart-items .chart-item .chart-item-map {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
}

.contentdiv .chart-items .chart-item .chart-item-map canvas {
    cursor: pointer;
}

.contentdiv .chart-items .chart-item .item-title {
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    color: #333;
}

.contentdiv .chart-items .chart-item .bottom-icon {
    margin: 0 auto;
    width: 20px;
    height: 10px;
}

.contentdiv .chart-items .chart-item.active .item-title, .contentdiv .chart-items .chart-item:hover .item-title {
    font-weight: bold;
    color: #f9873d;
}

.contentdiv .chart-items .chart-item.active .bottom-icon {
    background: url(../images/export_detail_icon_1.png) no-repeat 0 -50px;
}

.export_detail .analysis-title {
    margin: 22px 0;
    padding-left: 10px;
    border-left: 2px solid #029ee7;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}

/******山东机构知识库修改样式*******/
.header.new-page {
    height: 30px !important;
    background: #fff;
    padding: 0;
}

.header.new-page .topleft, .header.new-page .topright li {
    line-height: 30px !important;
}

.nav.new-page {
    height: 100px;
    background: #0c6aa9 url(../images/header-bg-img-1.jpg) no-repeat center top;
}

.nav.new-page ul {
    float: right;
    margin-top: 30px;
}

.nav.new-page ul li {
    padding: 0 15px !important;
    border-radius: 10px;
}

.nav.new-page ul li.active {
    background: transparent !important;
}

.nav.new-page ul li.active a, .nav.new-page ul li:hover a {
    color: #ecba62 !important;
}

.nav.new-page .new-nav-logo {
    max-width: 50%;
    margin-top: 21px;
}

.nav.new-page .new-nav-logo.mianhua {
    margin-top: 17px;
}

.header-info {
    height: 350px;
    background: url(../images/index-header-bg.jpg) no-repeat center top;
    background-size: auto 100%;
    font-size: 15px;
    color: #3c3737;
    line-height: 24px;
}

.header-info.zhibao {
    background-image: url(../images/index-header-bg-zhibao.jpg);
}

.header-info.mianhua {
    background-image: url(../images/index-header-bg-mianhua.jpg);
}
.header-info.xizang {
    background-image: url(../images/index-header-bg-xizang.jpg);
}
.header-info.chongqing {
    background-image: url(../images/index-header-bg-chongqing.jpg);
}

.header-info.sichuan {
    background-image: url(../images/index-header-bg-sc.png);
}

.header-info.guangxi {
    background-image: url(../images/index-header-bg-guangxi.jpg);
}
.header-info.anhui {
    background-image: url(../images/index-header-bg-anhui.jpg);
}

.header-info.jiangxi {
    background-image: url(../images/index-header-bg-jiangxi.png);
}
.header-info.yunnan {
    background-image: url(../images/index-header-bg-yunnan.jpg);
}

.header-info.zhibao .header-info-box {
    margin: 60px 50% 0 0;
}

.header-info .header-info-box {
    margin: 60px 3% 0 47%;
}
.header-info .header-info-box.info-box-anhui {
	margin: 140px 0 0 20px;
	width: 34%;
	color: #e8f9ff;
	background: #0c6aa9 ;
	background: rgba(12,106,169,.7);
	padding: 15px 25px;
	overflow: hidden;
}
.header-info .header-info-box.info-box-anhui p{
	height: 120px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.header-info .info-title {
    color: #c73751;
    font-weight: bold;
}

.header-info .info-des {
    text-indent: 2em;
    text-align: justify;
}

.header-info .info-more {
    display: inline-block;
    margin-top: 15px;
    padding: 0 18px;
    border-radius: 20px;
    border: 1px solid #c73751;
    font-size: 14px;
    font-weight: normal;
    color: #c73751;
    font-weight: bold;
}

.header-info .info-more.anhui {
	float: right;
	color: #fff;
	border-color: #fff;
	font-size: 12px;
	line-height: 22px;
}

.header-info .info-more:hover {
    background-color: #c73751;
    color: #fff;
}
.header-info .info-more.anhui:hover {
    background-color: rgba(255,255,255,.2);
}

.container {
    overflow: hidden;
}

.container .container-left {
    float: left;
    width: 65%;
    overflow: hidden;
    padding-right: 40px;
}

.container .container-right {
    float: right;
    width: 35%;
    overflow: hidden;
}

.container.survey {
    padding-top: 25px;
}

.gray-bg .container.survey {
    padding-top: 0;
}

.container.survey .container-right {
    padding-left: 16px;
}

.container .container-left .mkstati {
    float: left;
}

.container .mkstati.blue li {
    width: 50%;
}

.container .mkstati.yellow li, .container .mkstati.green li {
    width: 20%;
}

.container .mkstati {
    margin: 0;
    padding: 20px;
}

.container .mkstati .autoul {
    margin-top: 20px;
    overflow: hidden;
}

.container .mkstati li {
    float: left;
    margin: 0;
    padding: 0;
}

.container .mkstati li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.container .mkstati li p {
    font-size: 16px;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
}

.container .mkstati li p.count {
    font-size: 24px;
}

.container .mkstati .statititle {
    font-size: 20px;
    line-height: 20px;
}

.container .mkstati .statititle img {
    margin-top: 3px;
    width: 16px;
}

.container .mkstati.blue {
    width: 34%;
    background: #4ba7e5 url(../images/mkstati-bg-blue.png) no-repeat right bottom;
}

.container .mkstati.yellow {
    position: relative;
    width: 66%;
    left: 20px;
    background: #ecba62 url(../images/mkstati-bg-yellow.png) no-repeat right bottom;
}

.container .mkstati.green {
    width: 100%;
    background: #67d194 url(../images/mkstati-bg-green.png) no-repeat right bottom;
}

.container .mkbox {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.container .mkbox .authorlist > a {
    border: 1px solid #ddd;
}

.container .mkbox h5 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 36px;
    background: url(../images/index-title-icon.png) no-repeat 0 0;
}

.container .mkbox h5 a {
    letter-spacing: 2px;;
}

.mkbox h5 a:hover {
    color: #3e7eb4;
}

.container .mkbox h5.author {
    background-position: 0 -2px;
}

.container .mkbox h5.organization {
    background-position: 0 -42px;
}

.container .mkbox h5.achievement-new {
    background-position: 0 -82px;
}

.container .mkbox h5.achievement-used {
    background-position: 0 -122px;
}

.container .mkbox h5.echart {
    background-position: 0 -162px;
}

.container .carouselCon {
    width: 100%;
    white-space: nowrap;
    overflow: visible;
    font-size: 0;
}

.container .carouselCon .carouselList {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}
.container .carouselCon .carouselList.swiper-slide {
    position: relative;
    transform: scale(.8);
    transition: all 1s;
}
.container .carouselCon .carouselList.swiper-slide-next {
    transform: scale(1);
    z-index: 10;
}

.container .carouselCon .carouselList .authorlist {
    margin: 0 auto;
}

.container .autoul li:last-child {
    margin: 0;
}

.container .authorbox {
    height: auto;
    padding: 0;
}

.container .authorbox .carouselBox {
    margin: 0 16px;
}

.container .carouselList li a {
    font-size: 16px;
    color: #2373a9;
    font-weight: bold;
}

.container .jglist {
    padding: 9px 0;
}

.container .jglist:last-child {
    display: none;
}

.container .jglist h6 {
    font-size: 16px;
    color: #222;
    font-weight: normal;
}

.container .jglist li {
    font-size: 12px;
    color: #333;
}

.container .jglist li a {
    font-size: 14px;
    font-weight: bold;
    color: #3e7eb4;
}

.container .jglist p {
    color: #666;
}

.container .kyccbox ul {
    padding-bottom: 0;
}

.container .kyccbox li {
    margin-bottom: 11px !important;
}

.container .kyccbox li h6 {
    font-size: 15px;
    color: #333;
    font-weight: normal;
}

.container .kyccbox li p.book-title {
    margin-left: 5px;
    color: #666;
}

.container .kyccbox li p.book-title.b {
    margin-left: 10px;
}

.container .gbybox li {
    border-bottom: 1px dashed #e5e5e5;
    line-height: 45px;
}

.container .gbybox li a {
    max-width: 80%;
    font-size: 15px;
    color: #333;
    font-weight: normal;
}

.gray-bg {
    background: #f5f5f5;
}

.chart-subnav {
    margin: 0 0 20px 80px;
    overflow: hidden;
}

.chart-subnav li {
    margin-right: 10px;
    float: left;
    color: #444;
    cursor: pointer;;
    line-height: 22px;
    font-size: 14px;
    padding: 0 12px;
    border-radius: 5px;
    border: 1px solid #e9eded;
    background: #ecf0ef;
}

.chart-subnav li.active, .chart-subnav li:hover {
    background: #ee84cf;
    color: #fff;
}

.export_detail .excel-export {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    border-radius: 3px;
    line-height: 24px;
    border: 1px solid #0098e3;
    padding-left: 20px;
    background: url(../images/sd-icon-excel-1.png) no-repeat 5px 3px;
}

.export_detail .excel-export:hover {
    color: #fff;
    background-color: #0098e3;
    background-position: 5px -27px;
}

.results-info {
    padding: 20px 0;
    display: none;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    color: #666;
}

.results-info span {
    margin: 0 5px;
    font-weight: bold;
    color: #ff6600;
}

.results-info b {
    font-weight: normal;
}

.results-info .margin-r {
    margin-right: 20px;
}

.container .mkstati.blue li:hover p {
    color: #035287;
}

.container .mkstati.yellow li:hover p {
    color: #8b5900;
}

.container .mkstati.green li:hover p {
    color: #007331;
}

.nav li a {
    font-weight: bold;
}

.organization_main .intro li a, .jgtext .autoul li a, .zztext li a {
    color: #666;
    font-weight: bold;
    cursor: default;
}

.organization_main .intro li a.btn, .jgtext .autoul li a.btn, .zztext li a.btn {
    color: #449e0f;
    cursor: pointer !important;
}

.contentdiv {
    min-height: 600px;
}


/************/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .main {
        padding: 20px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .mainleft, .mainright {
        float: none;
        width: auto;
        margin: 0;
    }

    .contentdiv .mp20 {
        margin: 0;
    }

    .contentdiv .listbox {
        width: 100%;
        padding: 0;
    }

    .contentlist.author-list {
        width: 100%;
    }

    .ympage {
        padding: 20px 0 0;
    }

    .page .pageRight {
        margin: 0;
    }

    .export_detail.show {
        margin: 20px 0 0;
    }

    .contentlist .check.check1 {
        display: none;
    }

    .editbox {
        height: auto;
    }

    .editleft, .editright,.boxsearch {
        float: none;
    }
    .boxsearch.search-right{
        float: none;
    	margin-bottom: 12px;
    	width: 100%;
    }
	.editleft{
		padding: 0;
	}
    .sortselect {
        float: none;
        margin-left: 80px;
    }

    .sortselect p {
        line-height: 26px;
    }

    .orgintro h6 {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .intro p {
        font-size: 14px;
    }

    .wxintro {
        width: 100%;
    }

    .pageRight span, .pageRight a {
        margin-bottom: 5px;
    }

    .logobox {
        font-size: 21px;
        float: none;
        text-align: center;
    }

    .topleft {
        display: none;
    }

    .topright {
        position: absolute;
        top: 0;
        right: 10px;
    }

    .searchbox {
        width: 100%;
        padding-top: 10px;
    }

    .searchdiv {
        margin: 0 auto;
        float: none;
        width: 94%;
        position: relative;
    }

    .searchselect {
        position: absolute;
        top: 0;
        left: 0;
    }

    .searchtextcotton {
        width: 85%;
        margin: 0;
        height: 44px;
        padding: 0 10px 0 100px;
    }

    .searchbtncotton {
        width: 15%;
        -webkit-appearance: none;
        border-radius: 0;
    }

    .nav ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: space-between;
    }

    .nav li {
        float: none;
        padding: 0;
        flex-grow: 1;
        text-align: center;
        font-size: 16px;
    }

    .gbybox li a {
        width: 75%;
    }

    .tabhead {
        margin: 0;
        padding-left: 5px;
    }

    .tabhead ul {
        overflow: hidden;
        height: 29px;
    }

    .tabhead li {
        margin: 0;
        padding: 0 5px;
    }

    .kyccbox {
        margin: 0;
    }

    .contentleft, .contentright {
        float: none;
        width: 100%;
    }

    #trend {
        height: 250px;
    }

    #fxchart {
        margin: 20px 0 0;
        width: 100%;
        height: 340px;
    }

    .fxtable {
        float: none;
        margin: 0;
        width: 100%;
    }

    #fwlbox {
        height: 250px;
    }

    .jgimg img {
        margin: 0;
    }

    .jgtext {
        margin: 10px 0 0;
        width: 100%;
    }

    .jgimg {
        float: none;
    }

    .jgtext h6 {
        margin: 0 0 30px;
        line-height: 36px;
    }

    .resultEdit {
        top: 58px;
        transform: scale(.9);
    }

    .analysistab li {
        width: 30%;
        padding: 0;
        text-align: center;
        line-height: 36px;
    }

    .peoplebox th {
        font-size: 14px;
        padding: 0;
    }

    .peoplebox td.nowh {
        width: 50%;
    }

    .contentdiv .chart-items {
        margin: 0;
    }

    .contentdiv .chart-items .chart-item .chart-item-map {
        margin: 0 auto;
        width: 60px;
        height: 60px;
    }

    .contentdiv .chart-items .chart-item {
        padding: 0;
    }

    .contentdiv .chart-items .chart-item .chart-item-map > div,
    .contentdiv .chart-items .chart-item .chart-item-map > div > canvas {
        width: 50px;
        height: 50px;
        border-radius: 30px;
        overflow: hidden;
    }

    .contentdiv .chart-items .chart-item .item-title {
        font-size: 13px;
    }

    .contentdiv .chart-items .chart-item .item-title span {
        display: none;
    }

    .nav.new-page {
        height: auto;
        text-align: center;
    }

    .nav.new-page .new-nav-logo {
        margin-top: 0;
        max-width: 70%;
    }

    .nav.new-page ul {
        float: none;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .nav.new-page ul li {
        padding: 0 !important;
        font-size: 14px;
        line-height: 30px;
        border-radius: 5px;
    }

    .nav.new-page .wide {
        padding: 10px 0;
    }

    .header-info {
        margin-top: 0;
        height: 150px;
    }

    .header-info .header-info-box {
        margin: 10px 5% 0 43%;
        font-size: 12px;
        text-align: right;
    }

    .header-info .header-info-box p {
        text-align: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .header-info .info-des {
        line-height: 1.6em;
    }

    .header-info .info-more {
        margin-top: 8px;
        font-size: 12px;
        line-height: 18px;
    }

    .container .container-left, .container .container-right {
        float: none;
        width: 100%;
        padding: 0;
    }

    .container .container-left .mkstati {
        float: none;
        width: 100% !important;
        left: 0;
    }

    .container .mkstati .statititle {
        font-size: 17px;
    }

    .container .mkstati {
        padding: 15px 20px;
    }

    .container .mkstati .autoul {
        margin-top: 10px;
    }

    .container .mkstati li p {
        font-size: 14px;
        line-height: 24px;
    }

    .container .mkstati li p.count {
        font-size: 18px;
    }

    .container .carouselCon {
        width: 300%;
    }
    .container .carouselCon.swiper-wrapper {
    }
    .container .carouselCon .carouselList.swiper-slide{
    }
    .container .carouselCon .carouselList.swiper-slide .authorlist{
        position: relative;
        left: 50%;
        margin-left: -90px;
        background: #fff;
    }
    .container .carouselCon .carouselList.swiper-slide-active,
    .container .carouselCon .carouselList.swiper-slide-next + .carouselList{
        z-index: 5;
    }
    .container .gbybox li {
        line-height: 36px;
    }

    .container .gbybox li a {
        font-size: 14px;
    }

    .contentlist {
        width: 100%;
        padding-left: 0;
    }

    .crumbbox.no-border {
        padding: 0;
    }

    .no-border .editright {
        float: right;
    }

    .no-border .sortselect {
        width: 80px;
    }

    .no-border .sortselect p {
        background-position: 66px center;
    }

    .newsearch-box .boxsearch {
        width: 100%;
    }

    .no-border .editright {
        margin-top: 18px;
    }

    .no-border .editright p {
        line-height: 20px;
    }

    .mainright .mkbox.contentbox {
        padding-top: 0;
    }

    #search_type_icon {
        margin-top: 0 !important;
    }

    .organization_main .org_img_box {
        float: none;
    }

    .organization_main .org_info {
        margin: 10px 0 0;
    }

    .chart-subnav {
        margin-left: 0;
    }

    .chart-subnav li {
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 0 5px;
    }

    .newsearch-box .boxsearch, .searchdiv.new-search {
        width: 100%;
    }

    .hunan-word {
        margin: 12px 20px 0 !important;
        padding: 5px 10px;
        overflow: hidden;
        background: rgba(144, 144, 144, .5);
    }

    .hunan-word .info-des {
        color: #FFF !important;
    }
	.history-back {
   		display: none;
	}
    .history-back {
        position: absolute;
        left: 5px;
        top: 10px;
        width: 30px;
        height: 30px;
    }
    .history-back .back-icon {
        margin: 2px auto 0;
        width: 15px;
        height: 26px;
        overflow: hidden;
    }
    .history-back .back-icon:after {
        content: '';
        display: block;
        margin: 2px 0 0 5px;
        width: 18px;
        height: 18px;
        border: 2px solid #666;
        transform: rotate(45deg);
    }
    .header-info .header-info-box.info-box-anhui{
    	margin: 15px 5% 0;
    	width: auto;
    }
    .header-info .header-info-box.info-box-anhui p {
    	height: auto;
	    -webkit-line-clamp: 3;
	}
}

