﻿body {
    background-color: #fff;
    font-family: 'Microsoft YaHei', '微软雅黑', Verdana, Geneva, sans-serif !important;
}

#header, #searcher, #body, #footer {
    min-width: 1200px;
}

.l-width, #top-nav .nav-sub-box {
    width: 1200px;
    margin: 0 auto;
}

.search-input .class-view {
    /*top: 11px;*/
    /*right: 258px;*/
}

.search-input .class-view2 {
    right: 365px;
}

.search-input input[type="text"] {
    /*width: 732px;*/
}

.input-type2 input[type="text"] {
    /*width: 732px;*/
}

.input-type3 input[type="text"] {
    /*width: 750px;*/
}

/**/
.row {

}

.row:before, .row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.col-left {
    float: left;
    width: 950px;
}

.col-left h2, .col-right h2 {
    position: relative;
}

.col-left h2 .more, .col-right h2 .more {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 14px;
}

.col-left h2 .more img {
    vertical-align: middle;
    margin-right: 3px;
}

.col-right h2 .more {
    bottom: 4px;
    right: 10px;
}

.col-left h2 a, .col-left h2 .more a, .col-right h2 .more a {
    padding: 0;
    color: #999;
}

.col-left h2 .more a i, .col-right h2 .more a i {
    margin-right: 3px;
}

.col-right {
    margin-left: 960px;
}

.col-right .loading {
    min-height: 100px;
}

#body .row > div {
    float: left;
    margin-bottom: 20px;
}

.top-alert {
    position: relative;
    height: 1px;
    margin-top: -1px;
}


.index-top {
    height: 70px;
    padding: 5px 0;
    margin-bottom: 15px;
    background: url(../images/guid-bg.png) no-repeat;
}

.pic-show {
    float: left !important;
    width: 530px;
    height: 294px;
    background: #ff853a;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 6px rgba(7,4,0,0.1);
}

.pic-move {
    overflow: hidden;
    position: relative;
    height: 294px;
}

.pic-move ul {
    position: relative;
    width: 1000%;
}

.pic-move li {
    float: left;
    width: 530px;
}

.pic-move li a {
    position: relative;
    float: left;
}

.pic-move li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.pic-move li img {
    width: 530px;
    height: 294px;
}

.pic-move li a span {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    line-height: 44px;
    background: rgba(0, 0, 0, 0.3);
}

.pic-show .pic-sel {
    position: absolute;
    bottom: 16px;
    right: 10px;
    text-align: center;
}

.pic-show .pic-sel span {
    position: relative;
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    background: #fff;
    cursor: pointer;
    border-radius: 100%;
}

.pic-show .pic-sel span.current {
    position: relative;
    background-color: #e33030;
    font-size: 30px;
    padding-right: 7px;
}


.news {
    position: relative;
    float: right !important;
    width: 650px;
    height: 294px;
    padding: 10px 25px;
    background: #e3f6f5;
    border-radius: 4px;
    /* overflow: hidden; */
    border: 1px #d6e8e7 solid;
    box-shadow: 0 0 6px rgba(7,4,0,0.1);
}

.news .title {
    position: relative;
    height: 40px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
    font-family: "Microsoft YaHei";
    line-height: 46px;
}

.news .title a {
    position: relative;
    float: left;
    margin-right: 17px;
    color: #171717;
}

.news .title a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.news .title a:before {
    position: absolute;
    display: inline-block;
    left: -9px;
    content: "|";
    font-size: 16px;
    font-weight: lighter;

}

.news .title a:first-child:before {
    display: none;
}

.news .title .current {
    font-size: 24px;
    font-weight: normal;
    border-bottom: 2px solid #0074be;
    color: #0074be;
    line-height: 42px;
}

.news .title .more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: lighter;
}

.news .title .more a {
    color: #999;
}

.news-list {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
}

.news-list .more {
    position: absolute;
    right: 0;
    bottom: 7px;
    color: #fff;
}

.news-list ul {
    overflow: hidden;
    height: 108px;
}

.news-list li {
    position: relative;
    overflow: hidden;
    height: 36px;
    padding: 4px 0;
    padding-left: 80px;
    text-overflow: ellipsis;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    line-height: 36px;
}

.news-list li a {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.news-list li a:hover {
    text-decoration: underline;
    opacity: 1;
    color: #000;
    transition: 0.2s;
}

.news-list li .time {
    position: absolute;
    top: 5px;
    left: 0px;
    font-size: 13px;
    letter-spacing: -.5px;
    color: #333;
}

.news-list dl {
    position: relative;
    margin-bottom: 4px;
    padding: 12px 0 15px;
    padding-left: 102px;
    font-family: "microsoft YaHei";
    color: #333;
    border-bottom: 1px solid #b7d3d1;
}

.news-list dt {
    overflow: hidden;
    height: 27px;
    margin-bottom: 3px;
    font-size: 19px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right:50px;
}

.news-list dt a {
    color: #161616;
}

.news-list dd {
    overflow: hidden;
    height: 48px;
    font-size: 13px;
    line-height: 24px;
    text-overflow: ellipsis;
}

.news-list dd.time {
    position: absolute;
    top: 15px;
    left: 0;
    width: 86px;
    height: 72px;
    font-size: 16px;
    line-height: 6px;
    background: #52a3d6;
    color: #fff;
    text-align: center;
    border-radius: 8px;
}

.news-list .time .date {
    display: block;
    font-size: 36px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    line-height: 50px;
}

.block1 {
    /* overflow: hidden; */
    position: relative;
    font-family: "Microsoft YaHei";
}

.news .title a:hover {
    color: #0074be;
    font-size: 24px;
    border-bottom: 2px solid #0074be;
    line-height: 42px;
    transition: 0.2s;
}

.news-list dt a:hover {
    opacity: 1;
    text-decoration: underline;
    /*font-weight: bold;*/
    transition: 0.2s;
}


/*.block1:before,
.block1:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 100%;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.block1:before {
	background: rgba(255, 255, 255, 0.3);
}
.block1:after {
	background: rgba(0, 0, 0, 0.3);
}
.block1:hover {
	color: #fff;
}
.block1:hover:before,
.block1:hover:after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(-100%, 0, 0);

}
.block1:hover:after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}*/
.block1 h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 104px;
    height: 65px;
    margin-top: -54.5px;
    margin-left: -70px;
    color: #333;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    /*-moz-transition: all ease-in-out .5s;*/
    /*-o-transition: all ease-in-out .5s;*/
    /*-webkit-transition: all ease-in-out .5s;*/
    /*transition: all ease-in-out .5s;*/
    z-index: 4;
}

.block1 h3 i {
    position: relative;
    /* top: -2px; */
    display: block !important;
    width: 65px;
    height: 65px;
    margin: 0 20px;
    background: url(../../images/index-icon.png) no-repeat;
    vertical-align: middle;
}

.block1 .icon-zy {
    background: url(../../images/site/icon-zy.png) center no-repeat;
}

.block1 .icon-ky {
    background: url(../../images/site/icon-ky.png) center no-repeat;
}

.block1 .icon-tsg {
    background-position: -65px -65px;
}

.block1 .icon-fw {
    background: url(../../images/site/icon-dz.png) center no-repeat;
}

.block1 .b-list {
    position: absolute;
    overflow: hidden;
    left: 100%;
    top: 60px;
    width: 55%;
    height: 140px;
    -moz-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    opacity: 0;
    z-index: 5;
}

.block1 .b-list:before {
    /*     content: '';
        display: inline-block;
        margin-left: -4px;
        height: 100%;
        vertical-align: middle;
        position: absolute; */
}

.block1 .b-list ul {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.block1 .b-list li {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    padding: 0 10px;
    height: 26px;
}

.block1 .b-list.d-list li {
    float: left;
    width: 33.33%;
    font-size: 15px;
    line-height: 26px;
}

.block1 .b-list a {
    color: #161616;
    overflow: hidden;
    height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}

.data-guid {
    float: left;
    width: 796px;
    height: 214px;
    background: #d8ecf4;
    border-radius: 4px;
    border: 1px #cbdde5 solid;
    box-shadow: 0 0 6px rgba(7,4,0,0.1);
}

.data-guid h3 {
    left: 104px;
}

.data-guid .b-list {
    left: 170px;
    width: 584px;
    opacity: 1;
}

.data-guid .b-list li {
    width: 33.3333%;
}

.special-database {
    float: right !important;
    width: 384px;
    height: 214px;
    background: #f6f1da;
    border-radius: 4px;
    border: 1px #e8e3ce solid;
    box-shadow: 0 0 6px rgba(7,4,0,0.1);
}

.special-database h3 {
    left: 104px;
}

.special-database .b-list {
    left: 170px;
    opacity: 1;
    width: 194px;
    top: 40px;
    height: 136px;
}

.research-support {
    float: left;
    width: 210px;
    height: 250px;
    background: #f6f1da;
    border-radius: 4px;
    border: 1px #e8e3ce solid;
    box-shadow: 0 0 6px rgba(7,4,0,0.1);
}

.research-support h3 {
    left: 90px;
    width: 170px;
    top: 0;
    margin-top: 20px;
    text-align: left;
}

.research-support .b-list {
    left: 20px;
    opacity: 1;
    width: 170px;
    top: 72px;
    text-align: center;
    height: 160px;
}

.my-lib {
    position: relative;
    float: left;
    width: 550px;
    height: 210px;
    background-color: #9b3c44;
    background-image: url(../images/block-pic.jpg);
    background-size: cover;
}

.my-lib-info {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 235px;
    height: 124px;
    margin-left: -230px;
    margin-top: -62px;
    padding: 20px 10px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: rgba(38, 38, 38, .32);
}

.my-lib h3 {
    font-size: 24px;
    text-align: left;
}

.my-lib h3 a {
    color: inherit;
}

.my-lib h3 i {
    position: relative;
    top: 8px;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 13px;
    background: url(../images/index-icon.png) no-repeat -67px -66px;
    border: 5px solid #fff;
    border-radius: 100%;
    vertical-align: middle;
}

.my-lib-info .b-list {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 10px;
    margin-left: -25px;
}

.my-lib-info .b-list li {
    float: left;
    font-size: 13px;
}

.my-lib-info .b-list li:before {
    position: relative;
    display: inline-block;
    padding: 0 3px;
    color: #fff;
    content: "/";
}

.my-lib-info .b-list li:first-child:before {
    display: none;
}

.my-lib-info .b-list a {
    color: #fff;
}

.lib-open-time {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 205px;
    height: 124px;
    margin-right: -230px;
    margin-top: -62px;
    padding: 10px 15px;
    color: #fff;
    background: rgba(38, 38, 38, .32);
}

.lib-open-time h4 {
    position: relative;
    margin-bottom: 5px;
    font-size: 18px;
}

.lib-open-time h4 .more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
}

.lib-open-time h4 .more a {
    color: #fff;
}

.lib-open-time .b-list li {
    font-size: 14px;
    line-height: 24px;
}

.reader-service {
    /* float: right !important; */
    width: 740px;
    height: 250px;
    background: #e3f6f5;
    margin: 0 20px;
    border-radius: 4px;
    border: 1px #d6e8e7 solid;
    box-shadow: 0 0 6px rgba(7,4,0,0.1);
}

.reader-service h3 {
    left: 106px;
}

.reader-service .b-list {
    left: 150px;
    width: 570px;
    opacity: 1;
    height: 170px;
    top: 46px;
}


.post-bug-right {
    margin-left: 610px;
}

/*ä¸“é¢˜*/
.special-box .m-box-title .h-sel a {
    color: #fff;
    font-size: 15px;
    margin-right: 24px;

}

.special-box .m-box-title .h-sel a.current {
    position: relative;
}

.special-box .m-box-title .h-sel a.current:after {
    content: "";
    display: block;
    width: 34px;
    height: 2px;
    background: #ff981d;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -17px;

}


.special-box .m-box-title b {
    font-size: 18px;
    padding: 0 10px 0 30px;
    color: #fff;
}

.special-box .m-box-title {
    background: #218089;
}

.special-box .more {
    float: right;
    margin-right: 20px;
}

.special-box .more a {
    font-size: 13px;
    color: #ffffff;
}

.m-box-title {
    position: relative;
    height: 54px;
    line-height: 54px;
    width: 100%;
    float: left;
}

.lib-list {
    position: relative;
    overflow: hidden;
    /* margin: 0 -8px -5px; */
    background: #fff;
    padding: 10px 0px 0px 10px;
    height: 154px;
}

.box-s .lib-list {
    margin: 0 -3px -5px;
}

.lib-list .title {
    display: none;
}

.lib-list dl, .lib-list .title, .lib-list .tab {
    overflow: hidden;
    float: left;
    width: 226px;
    margin: 0 6px;
}


.lib-list .pic {
    position: relative;
}

.lib-list .pic img {
    width: 100%;
    height: auto;
}

.lib-list .pic .name {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 28px;
    left: 0;
    bottom: 0;
    padding: 0 5px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    text-overflow: ellipsis;
}

.lib-list .list {
    padding: 10px 0;
    display: none;
}

.lib-list li {
    overflow: hidden;
    position: relative;
    height: 24px;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;
}

.lib-list li:before {
    position: absolute;
    left: 5px;
    top: -1px;
    content: "\2022 ";
}

.lib-list li a {
    font-size: 14px;
    color: #444444;
}

.lib-list .l2 {
    width: 464px;
}

/*å›¾ä¹¦æŽ¨è*/
.book-recommen, .guess-box {
    height: 480px;
    background: #fff;
    overflow: hidden;
}

.book-recommen {
    width: 627px;
    float: left;
    margin-right: 20px;
}

.guess-box {
    width: 390px;
    float: left;
    margin-right: 20px;
}

.box-special {
    width: 383px;
    float: left;
}

.book-recommen .m-box-title h2 {
    font-size: 26px;
    color: #fff;
    line-height: 90px;
    font-weight: bold;
    /* text-align: center; */
}

.book-recommen .m-box-title img {
    vertical-align: middle;
    padding-left: 10px;
}

.book-recommen .m-box-title, .guess-box .m-box-title, .staff .m-box-title {
    height: 110px;
    background: #535697;
    padding: 9px 30px;
}

.book-recommen .m-box-title {
    background: #535697 url("../../images/site/icon-tstjbg.png") no-repeat top 10px right -20px;
    line-height: 110px;
}

.guess-box .m-box-title {
    background: #b81b6c url("../../images/site/icon-cnxhbg.png") no-repeat right;
    line-height: 110px;
}

.staff .m-box-title {
    background: #148994 url("../../images/site/icon-gytjbg.png") no-repeat right;
    line-height: 110px;
    cursor: pointer;
}

.book-recommen .m-box-title b, .guess-box .m-box-title b {
    display: block;
    font-size: 18px;
    color: #fff;
}

.book-recommen .m-box-title .h-sel {
    margin-left: -12px;
    /* margin-top: -10px; */
    position: relative;
    top: -20px;
}

.book-recommen .m-box-title .h-sel a {
    color: #fff;
    line-height: 36px;
    font-size: 16px;
}

.book-recommen .m-box-content, .guess-box .m-box-content {
    float: left;
    height: 370px;
    border: 1px #dddddd solid;
    border-top: none;
    width: 100%;
    overflow: hidden;
    padding: 16px 0;
}

.book-recommen .cover-list ul li {
    width: 20%;
    float: left;
    padding: 0px;
    margin-bottom: 17px;
}

span.default-cover img {
    width: 100%;
    height: auto;
}

span.default-cover {
    width: 96px !important;
    display: block !important;
    /* border: 1px #f00 solid; */
    margin: 0 auto !important;
    height: 132px !important;
    padding: 0px !important;
    overflow: hidden;
    border: 1px #eeeeee solid;
}

.book-recommen .cover-list ul li a {
    display: block;
    width: 100%;
    /* border: 1px #f00 solid; */
}

span.default-cover + span {
    display: block;
    text-align: left;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    width: 96px;
    margin: 0 auto;
    margin-top: 6px;
    font-weight: bold;
}

span.default-cover span {
    color: #ffffff;
    font-size: 14px;
    display: block;
    width: 66px;
    height: 109px;
    /* border: 1px #f00 solid; */
    margin: 10px auto;
    text-align: center;
}


/*çŒœä½ å–œæ¬¢*/
.guess-box .m-box-title h2, .staff .m-box-title h2 {
    font-size: 26px;
    color: #fff;
    line-height: 90px;
    font-weight: bold;
    /* text-align: center; */
}

.staff .m-box-title h2 {
    text-align: center;
}

.guess-box .m-box-title img, .staff .m-box-title img {
    vertical-align: middle;
    padding-left: 10px;
}

.guess-box .m-box-content {
    padding: 16px 20px;
}

.hyh-a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 6px;
    position: absolute;
    right: 30px;
    top: 43px;
    background: rgba(255, 255, 255, .3);
    border-radius: 15px;
    color: #fff;
}

.hyh-a img {
    padding: 0 5px 0 0 !important;
}

.article-list {
    margin-bottom: -11px;
}

.article-list dl {
    margin-bottom: 13px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px dashed #cfcfcf;
}

.article-list dl:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.article-list dt {
    overflow: hidden;
    height: 24px;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 23px;
}

.article-list dt a {
    color: #000;
}

.article-list dd {
    display: inline-block;
    height: 22px;
    margin: 0;
    line-height: 22px;
    color: #666666;
}

.article-list dd:empty {
    height: auto;
}


/*æ•°æ®ç»Ÿè®¡*/
.data-rank {
    float: left;
    width: 100%;
    height: 170px;
    margin-top: 10px;
    padding-top: 22px;
    background: #006ac1 url("../../images/site/icon-qktj.png") no-repeat right -20px center;
    /* line-height: 30px; */
}

.data-rank li {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}

.data-rank li span {
    font-size: 16px;
    padding-right: 15px;
}

.data-rank ul {
    width: 60%;
    margin: 0 auto;
}

/*å¿«é€Ÿé“¾æŽ¥*/
.fast-link-a {
    float: left;
    width: 100%;
    height: 180px;
    margin-top: 10px;
    padding: 46px 0px;
    background: #4a4b7d;
    text-align: center;
}

.fast-link-a a {
    display: inline-block;
    width: 30%;
    line-height: 55px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.fast-link-a a span {
    display: inline-block;
    width: 100%;
}

.fast-link-a img {
    vertical-align: middle;
}

/*ä¸“é¢˜*/

.lib-list dl {
    margin-bottom: 16px;
}


.btn-more {
    width: 52px;
    height: 24px;
    background-color: #1278b9;
    text-align: center;
    position: absolute;
    right: -5px;
    top: 14px;
    padding-left: 11px;
    z-index: 99;
}

.btn-more a {
    color: #fff;
    line-height: 24px;
}

.btn-more:before {
    content: "";
    display: inline-block;
    border: 12px solid transparent;
    border-left: 10px solid #e3f6f5;
    position: absolute;
    left: 0;
    top: 0;
}

.btn-more:after {
    content: "";
    display: inline-block;
    /* width: 0px; */
    /* height: 1px; */
    position: absolute;
    right: 0px;
    top: 24px;
    /* border: 3px solid transparent; */
    /* border-left: 3px solid #333; */
    z-index: 0;
    /* transform: rotate(225deg); */
    border-width: 0 0 4px 4px;
    border-color: transparent transparent transparent #333;
    border-style: solid;
}


.tab-box {
    height: 50px;
    width: 590px;
    /* background: #f00; */
    position: absolute;
    left: 180px;
    line-height: 56px;
    font-size: 15px;
    font-weight: bold;
    /* padding: 0 10px; */
    border-bottom: 1px #b8c9d0 solid;
    top: 5px;
    white-space: nowrap;
}

.tab-box span {
    margin: 10px;
    padding-bottom: 8px;
    color: #252525;
}

.tab-box span.current {
    font-size: 18px;
    color: #0074be;
    border-bottom: 2px solid #0074be;
}

.tab-box span:first-child {
    margin-left: 0;
}

.data-guid .btn-more:before {
    border-left: 10px solid #d8ecf4;
}

.special-database .btn-more:before {
    border-left: 10px solid #f6f1da;
}


.research-support h3 i.icon-sp {
    background: url(../../images/site/icon-sp.png) center no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block !important;
    margin: 0;
    margin-right: 4px;
    margin-top: -7px;
}


.research-support h3 i.icon-sx {
    background: url(../../images/site/icon-sx.png) center no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block !important;
    margin: 0;
    margin-right: 4px;
    margin-top: -7px;
}

.reader-service .b-list ul {
    width: 94%;
    margin: 0 3%;
    padding: 0 16px;
    border-right: 1px #d6e8e7 solid;
}

.reader-service .b-list ul li {
    width: 100% !important;
}


.reader-service .b-list .service-list {
    float: left;
    width: 25%;
}

.reader-service .b-list .service-list h4 {
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 12px;
    color: #121212;
    padding-left: 26px;
}

.reader-service .b-list .service-list h4 i.icon-hot {
    content: "";
    width: 16px;
    height: 22px;
    display: inline-block;
    background: url("../../images/site/icon-hot.png");
    vertical-align: text-top;
    margin-right: 2px;
}


.links li:after {
    content: "|";
    margin-left: 18px;
}

.links li:last-child:after {
    display: none;
}

.tab-box span:hover {
    font-size: 18px;
    color: #0074be;
    cursor: pointer;
    transition: 0.2s;
}

.block1 .b-list a:hover {
    color: #1278b9;
    transition: 0.2s;
}

.links a:hover {
    text-decoration: underline;
    opacity: 1;
    transition: 0.2s;
}

.reader-service .b-list .service-list:last-child ul {
    border: none;
    padding: 0 6px;
}

.research-support .btn-more:before {
    border-left: 10px solid #f6f1da;
}

.news-list .btn-more {
    background: none;
}

.news-list .btn-more a {
    color: #1278b9;
    font-size: 14px;
}

.news-list .btn-more:before,.news-list .btn-more:after {
    display: none;
}










