/*#003052*/
/*hover #044675*/
@charset "utf-8";
body {
	min-width: 1200px;
}
body.gary-body {
	background-color: #f9f9f9;
}
body,
textarea {
	font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "宋体";
	color: #222;
	background: #fff;
}
body,
div,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
marquee,
from {
	margin: 0;
	padding: 0;
}
ol,
ul,
li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	color: #222;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.container a:hover{
	opacity: 1;
}
.l {
	float: left;
}
.r {
	float: right;
}
.after-clear::after,
.zoom::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear,.after-clear{ clear:both;}
.clear:after,.after-clear:after{ display:block; content:''; clear:both; visibility:hidden;}
.container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
ul.flexbox,
dl.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.flexbox li,
dl.flexbox dd {
	display: block;
	align-items: center;
	justify-content: flex-start;
}
.table {
	display: table;
	height: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.bg-white{
	background-color: #fff !important;
}
.gray-content{
	background-color: #f6f6f6;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
/*首页开始*/
/*头部*/
.yitg-header {
	box-shadow: 0px 3px 4px 0px 
		rgba(102, 102, 102, 0.05);
    background: #fff;
    height: 88px;
    line-height: 88px;
    font-size: 16px;
}
.yitg-header .yitg-header-content {
    display: flex;
    align-items: center;
}
.yitg-header .yitg-logo>a {
	display: block;
	width: 110px;
	height: 36px;
	background: url(../images/yitg/yitg-icon-logo-blue.png) no-repeat center;
	background-size: 110px auto;
}
.yitg-header .yitg-nav {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 72px;
}
.yitg-header .yitg-nav-item {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 2px solid #fff;
    height: 86px;
    position: relative;
	margin-left: 45px;
}
.yitg-header .yitg-nav-item:first-of-type{
	margin-left: 0;
}
.yitg-header .yitg-nav-item:hover {
    border-bottom: 2px solid #003052;
    color: #222;
}
.yitg-header .yitg-nav-item>.tit:after{
	content: "";
    display: inline-block;
    width: 8px;
    height: 4px;
    background: url(../images/yitg/yitg-icon-arrow.png) no-repeat;
    background-size: 8px 4px;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.yitg-header .yitg-nav-item:hover>.tit:after{
	transform: rotate(180deg);
}
.yitg-header .yitg-user-area {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
}
.yitg-header .yitg-cart-icon {
    position: relative;
    font-size: 20px;
}
.yitg-header .yitg-cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: red;
    color: #fff;
    font-size: 12px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 下拉菜单面板 */
.yitg-header .yitg-dropdown-panel {
    position: absolute;
	z-index: 99;
    top: 87px;
    left: -45px;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    gap: 60px;
    padding: 35px 45px 45px 45px;
    display: none;
}
.yitg-header .yitg-dropdown-panel-gn{
	width: 560px;
	height: 290px;
}
.yitg-header .yitg-dropdown-panel-gj{
	width: 600px;
	height: 240px;
}
.yitg-header .yitg-dropdown-panel-zx{
	width: 160px;
	left: -40px;
	padding: 0;
}
.yitg-header .yitg-dropdown-panel *{
	line-height: normal;
}
.yitg-header .yitg-dropdown-col {
    justify-content: center;
    margin-bottom: 30px;
}
.yitg-header .yitg-dropdown-col:last-of-type{
	margin-bottom: 0;
}
.yitg-header .yitg-dropdown-panel-zx .yitg-dropdown-col{
	padding: 25px 0;
	text-align: center;
}
.yitg-header .yitg-dropdown-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.yitg-header .yitg-dropdown-title:hover a {
	color: #0F4C8E;
}
.yitg-header .yitg-dropdown-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    font-size: 14px;
}
.yitg-header .yitg-dropdown-grid-one{
	grid-template-columns: repeat(1, 1fr);
}
.yitg-header .yitg-dropdown-grid-two{
	grid-template-columns: repeat(2, 1fr);
}
.yitg-header .yitg-dropdown-grid-three{
	grid-template-columns: repeat(3, 1fr);
}
.yitg-header .yitg-dropdown-grid-four{
	grid-template-columns: repeat(4, 1fr);
}
.yitg-header .yitg-dropdown-grid a, .yitg-header .yitg-dropdown-grid ul li{
	line-height: 1;
}
.yitg-header .yitg-dropdown-grid ul{
	display: grid;
    gap: 24px;
}
.yitg-header .yitg-dropdown-grid a:hover {
    color: #0F4C8E;
}
.yitg-header .yitg-nav-item:hover .yitg-dropdown-panel {
    display: block;
}
.yitg-header .yitg-user-actions {
    display: flex;
    gap: 15px;
    margin-left: auto;
}
.yitg-header .yitg-user-actions .yitg-header-search-box {
    margin: 22px 40px 0 0;
}
.yitg-header .yitg-user-actions .yitg-header-search-box>form{
	display: flex;
    justify-content: center;
}
.yitg-header .yitg-user-actions .yitg-header-search-box .yitg-search-input {
    width: 220px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    background: #f7f8f9;
    border-radius: 4px 0 4px 0;
    font-size: 13px;
    border: none;
    outline: none;
}
.yitg-header .yitg-user-actions .yitg-header-search-box .yitg-search-button {
	width: 40px;
	height: 40px;
	border-radius: 4px 0 4px 0;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #f7f8f9 url(../images/yitg/yitg-icon-search-black.png) no-repeat center;
	background-size: 14px 15px;
}
.yitg-header .yitg-user-actions .yitg-header-search-box .yitg-search-button:hover{
	opacity: .7;
}
.yitg-header .yitg-user-actions a {
    text-decoration: none;
    font-size: 16px;
}
.yitg-header .yitg-user-actions a.yitg-header-login:before{
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/yitg/yitg-icon-my.png) no-repeat;
    background-size: 18px 18px;
    vertical-align: middle;
    margin: 0 12px 4px 0;
}
.yitg-header .yitg-user-actions a.yitg-header-login:hover{
    color: #003052;
}
.yitg-header .yitg-user-actions a.yitg-header-cart{
	width: 22px;
	height: 88px;
	background: url(../images/yitg/yitg-icon-cart.png) no-repeat center;
	background-size: 22px 18px;
	margin-left: 32px;
	position: relative;
}
.yitg-header .yitg-user-actions a.yitg-header-cart>b{
	position: absolute;
	width: 14px;
	height: 14px;
	line-height: 14px;
	border-radius: 14px;
	color: #fff;
	text-align: center;
	right: -5px;
	top: 30px;
	font-size: 12px;
	font-weight: normal;
	background-color: #ff222c;
}
/*搜索学术期刊和范文*/
.yitg-hero {
	height: 383px;
    background: url(../images/yitg/yitg-bg-index.png) no-repeat;
    text-align: center;
}
.yitg-hero .yitg-search-title {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-top: 38px;
}
.yitg-hero .yitg-search-box {
    margin-bottom: 38px;
}
.yitg-hero .yitg-search-box>form{
	display: flex;
    justify-content: center;
}
.yitg-hero .yitg-search-input {
    width: 932px;
    height: 60px;
    line-height: 58px;
    padding: 0 16px;
    background: #fff;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    border: 1px solid #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	outline: none;
}
.yitg-hero .yitg-search-button {
	width: 50px;
	height: 60px;
	border-radius: 4px;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-left: 6px;
    background: #003052 url(../images/yitg/yitg-icon-search-big.png) no-repeat center;
	background-size: 22px 23px;
}
.yitg-hero .yitg-search-button:hover{
	background-color: #044675;
}
.yitg-hero .yitg-search-tip {
    font-size: 14px;
    margin-bottom: 28px;
}
.yitg-hero .yitg-search-example {
	width: 256px;
	height: 54px;
	line-height: 54px;
	background-color: #003052;
	border-radius: 4px;
	text-align: center;
    display: block;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
}
.yitg-hero .yitg-search-example:before{
	content: "";
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url(../images/yitg/yitg-icon-search-small.png) no-repeat;
    background-size: 16px 18px;
    vertical-align: middle;
    margin: 0 20px 4px 0;
}
.yitg-hero .yitg-search-example:hover{
	background-color: #044675;
}
/*首页共同*/
.yitg-indexcom-section{
    padding: 42px 0 40px 0;
}
.yitg-index-section-title {
    font-size: 28px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 40px 0;
}
.yitg-index-section-ftitle {
    font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: -30px 0 28px 0;
}
hr.blueborder{
	border: none;
	height: 1px;
	background: #c5e0f4;
}
/*按分类搜索期刊*/
.yitg-category-section{
	padding-bottom: 50px;
}
.yitg-category-section .yitg-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-bottom: 30px;
}
.yitg-category-section .yitg-category-item {
    display: flex;
    flex-direction: column;
}
.yitg-category-section .yitg-category-label {
    font-size: 16px;
    font-weight: bold;
    color: #025e8d;
    border-top: 1px solid #f1f1f1;    
}
.yitg-category-section .yitg-category-label a{
	display: block;
    color: #025e8d;
    line-height: 54px;
}
.yitg-category-section .yitg-category-label a:hover {
    color: #1682b9;
}
.yitg-category-section .yitg-category-links {
    display: flex;
    flex-direction: column;
}
.yitg-category-section .yitg-category-links a {
	display: block;	
    font-size: 16px;
    font-weight: bold;
    color: #025e8d;
    text-decoration: none;
    line-height: 54px;    
    border-top: 1px solid #f1f1f1;
}
.yitg-category-section .yitg-category-links a:hover {
    color: #1682b9;
}
.yitg-category-section .yitg-category-more {
    text-align: center;
}
.yitg-category-section .yitg-category-more a {
	display: block;
	margin: 20px auto 0;
	width: 106px;
	height: 34px;
	line-height: 34px;
	background-color: #003052;
	border-radius: 4px;
    color: #fff;
    font-size: 14px;
}
.yitg-category-section .yitg-category-more a:hover{
	background-color: #044675;
}
/*我们可以提供哪些支持*/
.yitg-support-section {
    background-color: #003052;
    color: #fff;
}
.yitg-support-section .yitg-support-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
}
.yitg-support-section .yitg-support-item {
    text-align: left;
    flex: 1;
    padding:36px 0 36px 26px;
    border-left: 1px solid rgba(235,235,235,0.1);
}
.yitg-support-section .yitg-support-title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 8px;
}
.yitg-support-section .yitg-support-description {
    font-size: 16px;
    color: #ceebff;
    line-height: 26px;
    margin-bottom: 16px;
}
.yitg-support-section .yitg-support-button {
	display: block;
	width: 100px;
	height: 34px;
	line-height: 32px;
	border-radius: 4px;
	border: 1px solid rgba(255,255,255,0.2);
    color: #ceebff;
    font-size: 14px;
    text-align: center;
}
.yitg-support-section .yitg-support-button:hover{
	background: #fff;
	color: #003052;
	box-shadow: 0 0 12px rgba(235,235,235,0.2);
}
/*国际SCI期刊*/
.yitg-index-sci-section{
	padding-bottom: 60px;
}
.yitg-index-sci-section .yitg-index-sci-grid {
    display: grid;
    grid-template-columns: repeat(4, 285px);
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease;
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item:hover{
	box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item>a{
	display: block;
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item .yitg-sci-cover {
    height: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item .yitg-sci-cover img {
	display: block;
    height: 140px;
    width: auto;
    border-radius: 10px;
    -webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item>a:hover .yitg-sci-cover img{
	-webkit-transform:scale(1.04);
    -moz-transform:scale(1.04);
    -ms-transform:scale(1.04);
    transform:scale(1.04);
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item .yitg-sci-info {
    padding: 24px;
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item .yitg-sci-info .journal-category {
    font-size: 12px;
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item .yitg-sci-info .journal-name {
    font-size: 16px;
    font-weight: bold;
    color: #025e8d;
    line-height: 20px;
    margin-bottom: 16px;
    min-height: 40px;
    word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item .yitg-sci-info .journal-name:after{
	content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url(../images/yitg/yitg-icon-arrow-blue.png) no-repeat;
    background-size: 5px 9px;
    vertical-align: middle;
    margin: 0 0 2px 10px;
    transition: all 0.3s ease;
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item>a:hover .journal-name{
    color: #044675;
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item>a:hover .journal-name:after{
	transform: translateX(5px);
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item .yitg-sci-info .journal-desc {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	word-break: break-all;
	overflow: hidden;
	min-height: 120px;
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item .yitg-sci-info .journal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item .yitg-sci-info .journal-tags span {
	font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item .yitg-sci-info .journal-tags span:last-of-type{
	margin-right: 0;
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item .yitg-sci-info .journal-detail {
	font-size: 12px;
}
.yitg-index-sci-section .yitg-index-sci-grid .yitg-index-sci-item>a:hover .journal-detail{
	color: #003052;
}
/*精选期刊*/
.yitg-selected-section {
	padding-bottom: 60px;
    background-color: #f8f8f8;
}
.yitg-selected-section .yitg-selected-grid {
    display: grid;
    grid-template-columns: repeat(6, 155px);
    gap: 54px;
}
.yitg-selected-section .yitg-selected-image {
    width: 100%;
    height: 205px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 16px;
    -webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
}
.yitg-selected-section .yitg-selected-item>a{
	display: block;
}
.yitg-selected-section .yitg-selected-title {
    font-size: 16px;
    font-weight: bold;
    color: #025e8d;
    line-height: 20px;
    margin-bottom: 6px;
    display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yitg-selected-section .yitg-selected-title:after{
	content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url(../images/yitg/yitg-icon-arrow-blue.png) no-repeat;
    background-size: 5px 9px;
    vertical-align: middle;
    margin: 0 0 4px 10px;
    transition: all 0.3s ease;
}
.yitg-selected-section .yitg-selected-item>a:hover .yitg-selected-title{
    color: #044675;
}
.yitg-selected-section .yitg-selected-item>a:hover .yitg-selected-title:after{
	transform: translateX(5px);
}
.yitg-selected-section .yitg-selected-item>a:hover .yitg-selected-image{
	-webkit-transform:scale(1.01);
    -moz-transform:scale(1.01);
    -ms-transform:scale(1.01);
    transform:scale(1.01);
}
.yitg-selected-section .yitg-selected-desc {
    font-size: 12px;
    line-height: 20px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
/* 友情链接 */
.yitg-links-index {
	background: #fff;
	padding: 21px 0;
	overflow-x: auto;
}
.yitg-links-show, .yitg-links-show>div{
	display: flex;
}
.yitg-links-index .links-label{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	width: 80px;
}
.yitg-links-show>ul, .yitg-links-show>div>ul{
	flex: 1;
}
.yitg-links-index div a,
.yitg-links-show>ul>li, .yitg-links-show>div>ul>li,
.yitg-links-show>ul>a, .yitg-links-show>div>ul>a{
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
	margin-right: 20px;
}
.yitg-links-index a:hover {
	color: #003052;
}
/*页脚*/
.yitg-footer {
	background-color: #003052;
	color: #fff;
	font-size: 14px;
}
.yitg-footer .footer-content {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	padding: 46px 0;
}
.yitg-footer .footer-col:last-of-type{
	width: 378px;
}
.yitg-footer .footer-col h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 18px;
	color: #fff;
}
.yitg-footer .footer-col h4>a{
	display: block;
	color: #fff;
}
.yitg-footer .footer-col h4:hover>a{
	opacity: .8;
}
.yitg-footer .footer-col ul{
	margin-top: -14px;
}
.yitg-footer .footer-col ul li {
	line-height: 34px;
}
.yitg-footer .footer-col ul li a {
	color: #8faec1;
	font-size: 12px;
}
.yitg-footer .footer-col ul li a:hover {
	color: #fff;
}
.yitg-footer .footer-col .tel {
	font-size: 14px;
	font-weight: normal;
}
.yitg-footer .footer-col hr {
	border-color: #405e6e;
	margin: 15px 0;
}
.yitg-footer .footer-col .notice {
	font-size: 14px;
	color: #cedbe0;
	line-height: 20px;
	margin-bottom: 14px;
}
.yitg-footer .online-service {
	display: block;
	width: 102px;
	height: 32px;
	color: #cedbe0;
	line-height: 30px;
	background-color: #003052;
	border-radius: 4px;
	border: solid 1px #cedbe0;
	text-align: center;
}
.yitg-footer .online-service:hover {
	background: #fff;
	color: #003359;
}
.yitg-footer .footer-bottom {
	border-top: 1px solid #405e6e;
	padding: 24px 0;
	text-align: center;
	color: rgba(143,174,193,0.7);
}
.yitg-footer .footer-bottom p {
	font-size: 12px;
}
.yitg-footer .footer-bottom p>a{
	color: rgba(143,174,193,0.7);
}
.yitg-mzsm-index{
	padding-bottom: 30px;
}
.yitg-mzsm-index h6{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 4px;
}
.yitg-mzsm-index p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
/*首页结束*/

/*期刊详情页开始*/
/* 顶部导航 */
.yitg-top-bar {
    background-image: linear-gradient(90deg, 
		#003052 0%, 
		#005694 100%);
    color: #fff;
    font-size: 14px;
    padding-top: 28px;
}
.yitg-top-bar>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yitg-top-bar .yitg-breadcrumb a {
    color: #fff;
    text-decoration: underline;
}
.yitg-top-bar .yitg-breadcrumb a:after{
	content: '>';
	display: inline-block;
	margin-left: 6px;
}
.yitg-top-bar .yitg-breadcrumb a:hover{
	color: #c7e4ff;
}
.yitg-top-bar .yitg-tel:before{
	content: "";
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url(../images/yitg/yitg-icon-show-zx.png) no-repeat;
    background-size: 18px 17px;
    vertical-align: middle;
    margin: 0 8px 4px 0;
}
/* 头部banner */
.yitg-header-banner {
    background-image: linear-gradient(90deg, 
		#003052 0%, 
		#005694 100%);
    color: #fff;
    padding: 28px 0;
}
.yitg-header-banner>div {
    display: flex;
}
.yitg-header-banner .yitg-banner-left{
	width: 176px;
	height: 238px;
	padding: 3px;
	background-color: #fff;
	border-radius: 8px;
	display: flex;
    align-items: center;
	text-align: center;
	border-radius: 4px;
	margin-right: 28px;
}
.yitg-header-banner .yitg-banner-left img {
    width: 170px;
	height: 232px;
	vertical-align: middle;
	text-align: center;
}
.yitg-header-banner .yitg-banner-right{
	flex: 1;
	min-width: 0;
}
.yitg-header-banner .yitg-banner-right h1 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 38px;
}
.yitg-header-banner .yitg-banner-right .item-qkjbs-outer{
	display: flex;
}
.yitg-header-banner .yitg-banner-right .item-qkjbs-outer .item-qkjbs{
	margin-right: 90px;
}
.yitg-header-banner .yitg-banner-right .item-qkjbs-outer .item-qkjbs:last-of-type{
	margin-right: 0;
}
.yitg-header-banner .yitg-banner-right .item-qkjbs p{
	font-size: 14px;
	color: #fff;
	margin-bottom: 6px;
}
.yitg-header-banner .yitg-banner-right .item-qkjbs>a:hover{
	opacity: .8;
}
.yitg-header-banner .yitg-banner-right .yitg-tag {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.yitg-header-banner .yitg-banner-right .yitg-tag>a{
	color: #fff;
}
.yitg-header-banner .yitg-banner-right .yitg-tag:hover>a{
	color: #003052;
}
.yitg-header-banner .yitg-banner-right .yitg-btn {
    display: inline-block;
    background: #fff;
    display: block;
    width: 184px;
	height: 46px;
	line-height: 46px;
	background-color: #fff;
	border-radius: 23px;
	font-size: 16px;
	color: #003052;
    margin-top: 52px;
    text-align: center;
    font-weight: bold;
}
.yitg-header-banner .yitg-banner-right .yitg-btn:after{
	content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(../images/yitg/yitg-icon-arrow-blue-big.png) no-repeat;
    background-size: 16px 14px;
    vertical-align: middle;
    margin: 0 0 2px 8px;
    transition: all 0.3s ease;
}
.yitg-header-banner .yitg-banner-right .yitg-btn:hover{
	color: #044675;
}
.yitg-header-banner .yitg-banner-right .yitg-btn:hover:after{
	transform: translateX(5px);
}
/* 二级导航 */
.yitg-sub-nav {
    background-image: linear-gradient(90deg, 
    		#0d3856 0%, 
    		#0d619c 100%);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 24px 0;
}
.yitg-sub-nav a {
	display: inline;
    color: #fff;
    margin-right: 6px;
    margin-left: 2px;
    border-bottom: 2px solid #a6b0bb;
}
/*.yitg-sub-nav a:not(:last-of-type):after{
	content: '';
	display: inline-block;
	width: 2px;
	height: 12px;
	background-color: #fff;
	vertical-align: middle;
	margin: 0 2px 0 7px;
}*/
.yitg-sub-nav a:hover{
	color: #c7e4ff;
}
/* 主导航栏（带下拉） */
.yitg-main-nav {
    background: #fff;
    border-bottom: 2px solid #c5e0f4;
    position: relative;
    z-index: 10;
}
.yitg-main-nav>div {
    display: flex;
}
.yitg-main-nav .yitg-nav-item {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 36px;
}
.yitg-main-nav .yitg-nav-item>h1>a{
	display: block;
}
.yitg-main-nav .yitg-nav-item>h1{
	display: inline-block;
	font-size: 16px;
	padding: 22px 0;
}
.yitg-main-nav .yitg-nav-item>a{
	display: block;
	font-size: 16px;
	padding: 22px 0;
}
.yitg-main-nav .yitg-nav-item:last-of-type{
	margin-right: 0;
}
.yitg-main-nav .yitg-nav-item:hover, .yitg-main-nav .yitg-nav-item.active {
	color: #044675;
}
.yitg-main-nav .yitg-nav-item:hover a, .yitg-main-nav .yitg-nav-item.active a{
	color: #044675;
}
.yitg-main-nav .yitg-nav-item:after{
	content: '';
	display: inline-block;
	width: 12px;
	height: 6px;
	background: url(../images/yitg/yitg-icon-arrow-big.png) no-repeat;
	background-size: 12px 6px;
	vertical-align: middle;
	margin: 0 0 0 6px;
}
.yitg-main-nav .yitg-nav-item:hover:after, .yitg-main-nav .yitg-nav-item.active:after{
	background: url(../images/yitg/yitg-icon-arrow-active-big.png) no-repeat;
	background-size: 12px 6px;
}
.yitg-main-nav-zz .yitg-nav-item:after{
	display: none;
}
.yitg-main-nav .yitg-nav-item:hover .yitg-dropdown {
    display: block;
}
.yitg-main-nav .yitg-nav-search-box {
	position: relative;
	width: 100%;
	max-width: 216px;
	margin-left: auto;
	margin-top: 16px;
}
.yitg-main-nav .yitg-nav-search-box form {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #c5e0f4;
	padding: 2px 0;
}
.yitg-main-nav .yitg-nav-search-box .yitg-search-input {
	flex: 1;
	border: none;
	outline: none;
	font-size: 12px;
	color: #666;
	background: transparent;
	padding-left: 8px;
}
.yitg-main-nav .yitg-nav-search-box .yitg-search-input::placeholder {
	color: #999;
}
.yitg-main-nav .yitg-nav-search-box .yitg-search-input:focus {
	color: #333;
}
.yitg-main-nav .yitg-nav-search-box .yitg-search-button {
	width: 36px;
	height: 30px;
	border: none;
	background: url(../images/yitg/yitg-icon-search-black.png) no-repeat center center;
	background-size: 14px 15px;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.2s ease;
}
.yitg-main-nav .yitg-nav-search-box .yitg-search-button:hover {
	opacity: 1;
}
.yitg-main-nav .yitg-dropdown {
    display: none;
    position: absolute;
    top: 68px;
    left: -28px;
    background: #fff;
    min-width: 210px;
    padding: 10px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.yitg-main-nav .yitg-dropdown a {
    display: block;
    padding: 0 0 0 24px;
    line-height: 42px;
    font-size: 14px;
    font-weight:normal;
}
.yitg-main-nav .yitg-dropdown a:after{
	content: '';
	display: inline-block;
	width: 6px;
	height: 12px;
	background: url(../images/yitg/yitg-icon-arrow-right.png) no-repeat;
	background-size: 6px 12px;
	vertical-align: middle;
	margin: 0 0 0 10px;
	transition: all 0.3s ease;
}
.yitg-main-nav .yitg-dropdown a:hover {
	color: #fff;
    background-color: #025e8d;
}
.yitg-main-nav .yitg-dropdown a:hover:after{
	transform: translateX(5px);
	background: url(../images/yitg/yitg-icon-arrow-right-active.png) no-repeat;
	background-size: 6px 12px;
}
/* 主体内容 */
.yitg-qk-content {
    background: #fff;
}
.yitg-qk-section {
    padding: 50px 0 60px 0;
}
.yitg-block-qkbranch .yitg-branch-section{
	padding-bottom: 10px;
}
.yitg-scitable-section {
    padding: 50px 0 0 0;
}
.yitg-scitable-section h3.mintit{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
}
.yitg-scitable-section h3.mintit span{
	font-weight: normal;
	color: #f86200;
}
.yitg-qk-section-blue {
    background-color: #eff6fb;
}
.yitg-qk-section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.yitg-qk-section-title .sci-mini-tit{
	display: inline-block;
	font-weight: normal;
	color: #f86200;
	font-size: 14px;
	vertical-align: bottom;
	margin: 0 0 2px 12px;
}
.yitg-article-common>p{
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	margin-bottom: 30px;
}
.yitg-article-common>p:last-of-type{
	margin-bottom: 0;
}
.yitg-article-common>p img{
	display: block;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
/* 简介部分 */
.yitg-intro-section .yitg-intro-wrap {
    display: flex;
    justify-content: space-between;
}
.yitg-intro-section .yitg-intro-left {
    width: 758px;
}
.yitg-intro-section .yitg-intro-left p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 16px;
}
.yitg-intro-section .yitg-intro-left p.tint{
	text-indent: -5px;
}
.yitg-intro-section .yitg-intro-left ul {
    font-size: 16px;
    line-height: 30px;
}
.yitg-intro-section .yitg-intro-left ul li:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #2d93e0;
	margin-right: 12px;
}
.yitg-intro-section .yitg-intro-left .yitg-editor {
	margin-top: 32px;
	padding-top: 25px;
    font-size: 16px;
    border-top: 1px solid #c5e0f4;
}
.yitg-intro-section .yitg-intro-left .yitg-editor>p{
	margin-bottom: 0;
}
.yitg-intro-section .yitg-intro-left .yitg-editor a {
	display: block;
	margin-top: 16px;
	font-size: 16px;
    color: #025e8d;
    text-decoration: underline;
}
.yitg-intro-section .yitg-intro-left .yitg-editor a:after{
	content: '';
	display: inline-block;
	width: 13px;
	height: 14px;
	background: url(../images/yitg/yitg-icon-arrow-blue-mid.png) no-repeat;
	background-size: 13px 14px;
	vertical-align: middle;
	margin: 0 0 0 10px;
	transition: all 0.3s ease;
}
.yitg-intro-section .yitg-intro-left .yitg-editor a:hover{
	color: #003052;
}
.yitg-intro-section .yitg-intro-left .yitg-editor a:hover:after{
	transform: translateX(5px);
	background: url(../images/yitg/yitg-icon-arrow-blue-mid-active.png) no-repeat;
	background-size: 13px 14px;
}
.yitg-intro-section .yitg-intro-right {
    width: 315px;
}
.yitg-intro-section .yitg-intro-right .yitg-intro-ftitle{
	font-size: 18px;
	margin-bottom: 18px;
}
.yitg-intro-section .yitg-intro-right .yitg-intro-ftitle p{
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item {
    padding: 18px 0;
    font-size: 14px;
    border-bottom: 1px solid #c5e0f4;
    display: flex;
    align-content: center;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item:nth-child(n+6) {
	display: none !important;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item:first-of-type{
	border-top: 1px solid #c5e0f4;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item i{
	display: block;
	width: 30px;
	height: 36px;
	background: url(../images/yitg/yitg-icon-qkzb.png) no-repeat;
	background-size: 30px 232px;
	margin-right: 20px;
}
.yitg-sci-content .yitg-intro-section .yitg-intro-right .yitg-qkzb-item i{
	background: url(../images/yitg/yitg-icon-qkzb-sci.png) no-repeat;
	background-size: 28px 232px;
}
.yitg-zz-content .yitg-intro-section .yitg-intro-right .yitg-qkzb-item i{
	background: url(../images/yitg/yitg-icon-qkzb-zz.png) no-repeat;
	background-size: 30px 236px;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item:first-of-type i{
	background-position: 1px 5px;
}
.yitg-zz-content .yitg-intro-section .yitg-intro-right .yitg-qkzb-item:first-of-type i{
	background-position: 0 3px;
}
.yitg-sci-content .yitg-intro-section .yitg-intro-right .yitg-qkzb-item:first-of-type i{
	background-position: 1px 2px;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item:nth-of-type(2) i{
	background-position: 0 -64px;
}
.yitg-sci-content .yitg-intro-section .yitg-intro-right .yitg-qkzb-item:nth-of-type(2) i{
	background-position: 1px -67px;
}
.yitg-zz-content .yitg-intro-section .yitg-intro-right .yitg-qkzb-item:nth-of-type(2) i{
	background-position: 0 -67px;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item:nth-of-type(3) i{
	background-position: -1px -131px;
}
.yitg-sci-content .yitg-intro-section .yitg-intro-right .yitg-qkzb-item:nth-of-type(3) i{
	background-position: 1px -136px;
}
.yitg-zz-content .yitg-intro-section .yitg-intro-right .yitg-qkzb-item:nth-of-type(3) i{
	background-position: 0 -135px;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item:nth-of-type(4) i{
	background-position: -1px -199px;
}
.yitg-sci-content .yitg-intro-section .yitg-intro-right .yitg-qkzb-item:nth-of-type(4) i{
	background-position: 1px -202px;
}
.yitg-zz-content .yitg-intro-section .yitg-intro-right .yitg-qkzb-item:nth-of-type(4) i{
	background-position: 0px -204px;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item span{
	display: block;
	line-height: 1;
	margin-bottom: 6px;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item b{
	display: block;
	font-weight: bold;
	line-height: 1;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item b.item-yxys {
    display: none !important;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item b.item-yxys:last-child{
    display: inline-block !important;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item b.item-nfwl {
    display: none !important;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item b.item-nfwl:last-child{
    display: inline-block !important;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item b.item-qktyl {
    display: none !important;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item b.item-qktyl:last-child{
    display: inline-block !important;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item b.item-pjywl {
    display: none !important;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item b.item-pjywl:last-child{
    display: inline-block !important;
}
.yitg-intro-section .yitg-intro-right .yitg-qkzb-item .yitg-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTguNSAxMkg3djFyaW5kIDAgMCAxLTEgMHYtMWgtMS41di0xaDEuNXYtMkg1di0xaDIuNXYtMkg3di0xaDFuYzAgMCAxIDEgMHYxLjVoMS41djF6Ii8+PC9zdmc+') no-repeat center;
    background-size: contain;
}

/* 期刊文章列表 */
.yitg-qkwz-section{
	padding-bottom: 40px;
	border-bottom: 1px solid #c5e0f4;
}
.yitg-qkwz-section .yitg-article-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
}
.yitg-qkwz-section .yitg-article-item {
    width: 50%;
    padding: 20px 0;
    border-top: 1px solid #c5e0f4;
}
.yitg-qkwz-section .yitg-article-item:first-of-type{
	border-top: none;
}
.yitg-qkwz-section .yitg-article-item:nth-of-type(2){
	border-top: none;
}
.yitg-qkwz-section .yitg-article-item:nth-of-type(2n-1){
	padding-right: 80px;
}
.yitg-qkwz-section .yitg-article-tag {
	display: inline-block;
    font-size: 12px;
    padding: 0 9px;
    margin: 0 4px 4px 0;
    height: 24px;
    line-height: 22px;
	background-color: #fff;
	border-radius: 4px;
	border: solid 1px #c5e0f4;
}
.yitg-qkwz-section .yitg-article-title {
    font-size: 18px;
    font-weight: bold;
    margin: 6px 0 8px 0;
    display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yitg-qkwz-sci-section .yitg-article-title{
	line-height: 22px;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.yitg-qkwz-section .yitg-article-author, .yitg-qkwz-section .yitg-article-units {
    font-size: 12px;
    display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yitg-qkwz-section .yitg-article-author{
	margin-top: 5px;
}
/* 参考文献 */
.yitg-ckwx-section{
	padding-bottom: 44px;
}
.yitg-ckwx-section .yitg-ref-wrap {
    display: flex;
    justify-content: space-between;
}
.yitg-ckwx-section .yitg-ref-col {
    width: calc(50% - 30px);
}
.yitg-ckwx-section .yitg-ref-col-full{
	width: 100%;
}
.yitg-ckwx-section .yitg-ref-col h3{
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 24px;
}
.yitg-ckwx-section .yitg-ref-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.yitg-ckwx-section .yitg-ref-col-full .yitg-ref-item{
	grid-template-columns: repeat(4, 1fr);
}
.yitg-ckwx-section .yitg-ref-item span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 56px;
	line-height: 54px;
	border-radius: 6px;
	border: solid 1px #c5e0f4;
    margin-bottom: 16px;
    display: block;
    font-size: 16px;
    padding: 0 6px;
}
.yitg-ckwx-section .yitg-ref-item span:nth-of-type(2n-1){
	margin-right: 16px;
}
.yitg-ckwx-section .yitg-ref-col-full .yitg-ref-item span:nth-of-type(2n){
	margin-right: 16px;
}
.yitg-ckwx-section .yitg-ref-col-full .yitg-ref-item span:nth-of-type(4n){
	margin-right: 0;
}
/* 荣誉收录 */
.yitg-honor-section .yitg-honor-wrap {
    display: flex;
    justify-content: space-between;
}
.yitg-honor-section .yitg-honor-col {
    width: 35%;
}
.yitg-honor-section .yitg-honor-col:nth-of-type(3){
	width: 30%;
}
.yitg-honor-section .yitg-honor-col h3{
	font-size: 16px;
	color: #025e8d;
}
.yitg-honor-section .yitg-honor-list{
	max-height: 180px;
	overflow: hidden;
	transition: max-height 0.3s ease;
}
.yitg-honor-section .yitg-honor-item {
	display: block;
    font-size: 16px;
    color: #025e8d;
    line-height: 36px;
    text-decoration: underline;
}
.yitg-honor-section .yitg-honor-item:hover{
	color: #003052;
}
.yitg-honor-section .yitg-honor-col .honor-toggle span{
	font-size: 16px;
    color: #025e8d;
    line-height: 36px;
    text-decoration: underline;
    cursor: pointer;
}
.yitg-honor-section .yitg-honor-col .honor-toggle span:hover{
	color: #003052;
}
.yitg-honor-section .yitg-honor-col .honor-toggle span:after{
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/yitg/yitg-icon-arrow-down.png) no-repeat;
	background-size: 14px 14px;
	vertical-align: middle;
	margin: 0 0 2px 8px;
}
.yitg-honor-section .yitg-honor-col .honor-toggle span.sq:after{
	transform: scaleY(-1);
}
/* 相关杂志 */
.yitg-xgzz-section .yitg-magazine-wrap {
    display: flex;
	flex-wrap: wrap;
}
.yitg-xgzz-section .yitg-magazine-item {
    width: 386px;
	border-radius: 8px;
	border: solid 1px #c5e0f4;
	padding: 20px 20px 0 20px;
	margin-right: 20px;
	transition: all 0.3s ease;
}
.yitg-xgzz-section .yitg-magazine-item>a{
	display: flex;
	flex-direction: column;
}
.yitg-xgzz-section .yitg-magazine-item:hover{
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 123, 255, 0.15);
	border-color: #94c7ff;
}
.yitg-xgzz-section .yitg-magazine-item:last-of-type{
	margin-right: 0;
}
.yitg-xgzz-section .yitg-magazine-header {
	display: flex;
}
.yitg-xgzz-dy-section .yitg-magazine-header{
	align-items: stretch;
}
.yitg-xgzz-section .yitg-magazine-header img {
	width: auto;
	height: 95px;
	border-radius: 4px;
	object-fit: cover;
}
.yitg-xgzz-dy-section .yitg-magazine-header .yitg-magazine-right-column{
	display: flex;
	flex: 1;
    flex-direction: column;
}
.yitg-xgzz-section .yitg-magazine-name {
    font-size: 16px;
	font-weight: bold;
	margin: 14px 0 0 24px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.yitg-xgzz-section .yitg-magazine-name{
	-webkit-line-clamp: 2;
}
.yitg-xgzz-dy-section .yitg-magazine-price{
	margin: 4px 0 0 20px;
	font-size: 16px;
	color: #f10000;
}
.yitg-xgzz-section .yitg-magazine-item:hover .yitg-magazine-name{
	color: #003052;
}
.yitg-xgzz-section .yitg-magazine-desc {
    font-size: 14px;
	line-height: 24px;
	margin: 12px 0;
 	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.yitg-xgzz-section .yitg-magazine-info {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding: 10px 0;
	border-top: 1px solid #c5e0f4;
}
.yitg-xgzz-section .yitg-magazine-info:first-of-type {
	border-top: none;
}
.yitg-xgzz-section .yitg-magazine-info>span{
	display: inline-block;
	width: 70px;
}
.yitg-xgzz-section .yitg-magazine-info b{
	display: none;
}
.yitg-xgzz-section .yitg-magazine-info b:last-child{
	display: block;
	flex: 1;
	min-width: 0;
	text-align: right;
}
.yitg-xgzz-sci-section{
	margin-top: 60px;
}
.yitg-xgzz-sci-section .yitg-magazine-item{
	background-color: #fff;
}
/* 投稿与订阅 */
.yitg-tgdy-section .yitg-tgdy-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.yitg-tgdy-section .yitg-tgdy-left {
    width: 792px;
}
.yitg-tgdy-section .yitg-tgdy-left-full{
	width: 100%;
}
.yitg-tgdy-section .yitg-tgdy-left p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: justify;
}
.yitg-tgdy-section .yitg-tgdy-left .yitg-tgdy-more>a{
	display: block;
	font-size: 16px;
	color: #025e8d;
	text-decoration: underline;
	margin-top: 20px;
}
.yitg-tgdy-section .yitg-tgdy-right {
    width: 332px;
    background-color: #fff;
    padding: 30px 28px;
    border-radius: 8px;
}
.yitg-tgdy-section .yitg-tgdy-right .qk-tgdy-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}
.yitg-tgdy-section .yitg-tgdy-right .qk-tgdy-header img {
    width: 76px;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 15px;
}
.yitg-tgdy-section .yitg-tgdy-right .qk-tgdy-header > div {
    flex: 1;
	min-width: 0;
}
.yitg-tgdy-section .yitg-tgdy-right .qk-tgdy-header h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yitg-tgdy-section .yitg-tgdy-right .qk-yitg-price {
    font-size: 14px;
    margin-bottom: 8px;
}
.yitg-tgdy-section .yitg-tgdy-right .qk-yitg-price b {
    font-size: 20px;
    color: #f86200;
    font-weight: bold;
    margin-right: 8px;
}
.yitg-tgdy-section .yitg-tgdy-right .qk-tgdy-header p {
    font-size: 14px;
}
.yitg-tgdy-section .yitg-tgdy-right ul li {
    position: relative;
    padding-left: 18px;
	line-height: 28px;
}
.yitg-tgdy-section .yitg-tgdy-right ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2d93e0;
}
.yitg-tgdy-section .yitg-tgdy-right ul li a {
    font-size: 14px;
    color: #025e8d;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
}
.yitg-tgdy-section .yitg-tgdy-right ul li a::after {
    content: '';
	display: inline-block;
	width: 13px;
	height: 14px;
	background: url(../images/yitg/yitg-icon-arrow-blue-mid.png) no-repeat;
	background-size: 13px 14px;
	vertical-align: middle;
	margin: 0 0 0 6px;
	transition: all 0.3s ease;
}
.yitg-tgdy-section .yitg-tgdy-right ul li a:hover{
	color: #003052;
}
.yitg-tgdy-section .yitg-tgdy-right ul li a:hover:after{
	transform: translateX(5px);
	background: url(../images/yitg/yitg-icon-arrow-blue-mid-active.png) no-repeat;
	background-size: 13px 14px;
}
.yitg-tgdy-section .yitg-tgdy-right .qk-tgdy-btngroup {
    display: flex;
	margin-top: 15px;
}
.yitg-tgdy-section .yitg-tgdy-right .qk-tgdy-btn-cart,
.yitg-tgdy-section .yitg-tgdy-right .qk-tgdy-btn-buy {
    flex: 1;
    width: 130px;
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    transition: all 0.2s ease;
}
.yitg-tgdy-section .yitg-tgdy-right .qk-tgdy-btn-cart {
    background-color: #fff;
    color: #025e8d;
    border: solid 1px #025e8d;
    margin-right: 18px;
}
.yitg-tgdy-section .yitg-tgdy-right .qk-tgdy-btn-cart:hover {
	color: #fff;
    background-color: #003052;
}
.yitg-tgdy-section .yitg-tgdy-right .qk-tgdy-btn-buy {
    background-color: #025e8d;
    color: #fff;
}
.yitg-tgdy-section .yitg-tgdy-right .qk-tgdy-btn-buy:hover {
    background-color: #003052;
}
.yitg-tgdy-sci-section .yitg-tgdy-right{
	background-color: #eff6fb;
}
.yitg-tgdy-sci-section .yitg-tgdy-right .qk-tgdy-header h4{
	line-height: 22px;
	margin-bottom: 6px;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.yitg-tgdy-sci-section .yitg-tgdy-right .qk-tgdy-header p.color-tip{
	font-size: 16px;
	font-weight: bold;
	color: #f86200;
	line-height: 22px;
}
.yitg-tgdy-sci-section .yitg-tgdy-right .qk-tgdy-fwlc{
	position: relative;
	padding-left: 18px;
	margin-bottom: 20px;
}
.yitg-tgdy-sci-section .yitg-tgdy-right .qk-tgdy-fwlc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2d93e0;
}
.yitg-tgdy-sci-section .yitg-tgdy-right .qk-tgdy-fwlc>b{
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #025e8d;
}
.yitg-tgdy-sci-section .yitg-tgdy-right .qk-tgdy-fwlc>p{
	font-size: 14px;
	color: #025e8d;
}
/* 免责声明 */
.yitg-disclaimer-section{
	padding-bottom: 40px;
}
.yitg-disclaimer-section>div{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.yitg-disclaimer-section .yitg-disclaimer-left {
	width: 792px;
    font-size: 16px;
    line-height: 30px;
}
.yitg-disclaimer-section .yitg-disclaimer-left>p{
	text-align: justify;
	font-size: 14px;
	line-height: 26px;
}
.yitg-disclaimer-section .yitg-disclaimer-left>p>a {
    color: #222;
}
.yitg-disclaimer-section .yitg-disclaimer-right{
	width: 332px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 28px 0;
	margin-top: 30px;
}
.yitg-disclaimer-section .yitg-disclaimer-right>p{
	font-size: 16px;
	padding-left: 35px;
	position: relative;
}
.yitg-disclaimer-section .yitg-disclaimer-right>p:before{
	content: '';
	display: inline-block;
	width: 23px;
	height: 22px;
	background: url(../images/yitg/yitg-icon-show-zx2.png) no-repeat;
	background-size: 23px 22px;
	vertical-align: middle;
	margin: 0 12px 4px 0;
	position: absolute;
	left: 0;
}
.yitg-disclaimer-section .yitg-disclaimer-right>a{
	font-size: 14px;
    color: #025e8d;
    text-decoration: underline;
    margin: 4px 0 0 35px;
}
.yitg-disclaimer-section .yitg-disclaimer-right>a::after {
    content: '';
	display: inline-block;
	width: 13px;
	height: 14px;
	background: url(../images/yitg/yitg-icon-arrow-blue-mid.png) no-repeat;
	background-size: 13px 14px;
	vertical-align: middle;
	margin: 0 0 4px 6px;
	transition: all 0.3s ease;
}
.yitg-disclaimer-section .yitg-disclaimer-right>a:hover{
	color: #003052;
}
.yitg-disclaimer-section .yitg-disclaimer-right>a:hover:after{
	transform: translateX(5px);
	background: url(../images/yitg/yitg-icon-arrow-blue-mid-active.png) no-repeat;
	background-size: 13px 14px;
}
/*翻页*/
.yitg-pages-section{
	padding: 0;
}
.yitg-pages-section>div{
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 20px 0;
}
.yitg-pages-section a{
	display: block;
	font-size: 16px;
	color: #025e8d;
	line-height: 34px;
	text-decoration: underline;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yitg-pages-section a span{
	display: inline-block;
	margin-right: 14px;
	text-decoration: none;
}
.yitg-pages-section a:hover{
	color: #003052;
}
/*期刊详情结束*/

/*期刊详情---荣誉收录开始*/
.yitg-rysl-section .yitg-rysl-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding: 20px 20px 10px 20px;
    border: 1px solid #c5e0f4;
    border-radius: 8px;
}
.yitg-rysl-section .yitg-rysl-group2 .lssl-fltitle{
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}
.yitg-rysl-section .yitg-rysl-group:last-of-type{
	margin-bottom: 0;
}
.yitg-rysl-section .yitg-rysl-group>a, .yitg-rysl-section .yitg-rysl-group>span {
    display: inline-block;
    padding: 9px 10px;
    background-color: #f0f7fc;
    border-radius: 4px;
    color: #025e8d;
    font-size: 14px;
    margin: 0 10px 10px 0;
    text-decoration: underline;
    transition: background-color 0.2s;
}
.yitg-rysl-section .yitg-rysl-group>a:hover {
    background-color: #e0edff;
}
/*期刊详情---荣誉收录结束*/

/*期刊列表开始*/
.yitg-list-banner {
    background: url(../images/yitg/yitg-banner-list.png) no-repeat;
    height: 239px;
    color: #fff;
    padding: 24px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}
.yitg-article-banner {
	background: url(../images/yitg/yitg-banner-article.png) no-repeat;
}
.yitg-lbbanner-breadcrumb, .yitg-article-breadcrumb {
    font-size: 13px;
    margin-bottom: 38px;
}
.yitg-article-breadcrumb{
	margin-top: 25px;
}
.yitg-lbbanner-breadcrumb a{
	color: #fff;
}
.yitg-article-breadcrumb a{
	color: #222;
}
.yitg-lbbanner-breadcrumb a:after, .yitg-article-breadcrumb a:after{
	content: '/';
	display: inline-block;
	margin: 0 2px 0 4px;
}
.yitg-lbbanner-breadcrumb a:hover{
	color: #c7e4ff;
}
.yitg-article-breadcrumb>h1{
	font-weight: normal;
	display: inline-block;
	font-size: 13px;
}
.yitg-lbbanner-title {
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 16px;
}
.yitg-lbbanner-desc {
    font-size: 15px;
    margin-bottom: 16px;
}
.yitg-lbbanner-btn {
	display: block;
    background-color: #fff;
    color: #003052;
    width: 90px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}
.yitg-lbbanner-btn:hover{
	background-color: #c7e4ff;
}
/* 筛选栏 */
.yitg-list-area{
	margin: 30px auto;
}
.yitg-filter-bar {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    flex-wrap: wrap;
}
.yitg-filter-bar .yitg-lb-search-box{
	width: 310px;
	height: 44px;
    border: 1px solid #edeef0;
    margin-right: 16px;
}
.yitg-filter-bar .yitg-lb-search-box>form{
	display: flex;
    justify-content: center;
}
.yitg-filter-bar .yitg-lb-search-box .yitg-search-input {
    width: calc(100% - 50px);
    height: 42px;
    line-height: 42px;
    padding: 0 12px;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    border: none;
	outline: none;
}
.yitg-filter-bar .yitg-lb-search-box .yitg-search-button {
	width: 50px;
	height: 42px;
	border-radius: 4px;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-left: 6px;
    background: #fff url(../images/yitg/yitg-icon-search-black.png) no-repeat center;
	background-size: 14px 15px;
}
.yitg-filter-bar .yitg-dropdown {
	flex: 1;
    width: 206px;
    margin-right: 16px;
    position: relative;
}
.yitg-filter-bar .yitg-dropdown:last-of-type{
	margin-right: 0;
}
.yitg-filter-bar .yitg-dropdown-trigger {
    width: 100%;
    height: 44px;
    background-color: #f7f8f9;
    border: 1px solid #f7f8f9;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.yitg-filter-bar .yitg-dropdown-trigger::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 6px;
    background: url(../images/yitg/yitg-icon-arrow-big.png) no-repeat center;
	background-size: 12px 6px;
    transition: transform 0.2s ease;
}
.yitg-filter-bar .yitg-dropdown-trigger:hover{
	border: solid 1px #d7d7d7;
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.yitg-filter-bar .yitg-dropdown-trigger .default-text { 
	display: none !important; 
}
.yitg-filter-bar .yitg-dropdown-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    max-height: 270px;
    overflow-y: auto;
    padding: 8px 4px 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.25s ease;
	z-index: 2;
}
.yitg-filter-bar .yitg-dropdown-item {
	padding: 0 10px;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.15s;
}
.yitg-filter-bar .yitg-dropdown-item>a{
	display: block;
}
.yitg-filter-bar .yitg-dropdown-item.app-menu-active {
    background-color: #f4fafe;
    color: #025e8d;
}
.yitg-filter-bar .yitg-dropdown-item.app-menu-active>a{
	color: #025e8d;
}
.yitg-filter-bar .yitg-dropdown-item:hover {
    background-color: #f4fafe;
}
.yitg-filter-bar .yitg-dropdown:hover .yitg-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.yitg-filter-bar .yitg-dropdown:hover .yitg-dropdown-trigger::after {
    transform: rotate(180deg);
}
.yitg-filter-bar .yitg-dropdown-menu::-webkit-scrollbar {
    width: 6px;
}
.yitg-filter-bar .yitg-dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #8c8c8c;
    border-radius: 3px;
}
.yitg-filter-bar .yitg-dropdown-menu::-webkit-scrollbar-track {
    background-color: #fff;
    margin: 8px 4px;
}
/* 期刊列表网格 */
.yitg-journal-grid {
    margin-bottom: 20px;
}
.yitg-journal-grid>ul{
	margin-bottom: 20px;
	display: grid;
	gap :20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.yitg-journal-grid .yitg-journal-card {
    background-color: #f7f8f9;
    border-radius: 6px;
    padding: 28px 26px 21px 26px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.yitg-journal-grid .yitg-journal-card:hover{
	border-color: #edeef0;
}
.yitg-journal-grid .yitg-journal-card>a{
	display: flex;
	align-items: flex-start;
}
.yitg-journal-grid .yitg-journal-cover {
    width: 90px;
    height: auto;
    border-radius: 4px;
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 16px;
    -webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
}
.yitg-journal-grid .yitg-journal-card:hover .yitg-journal-cover{
	-webkit-transform:scale(1.04);
    -moz-transform:scale(1.04);
    -ms-transform:scale(1.04);
    transform:scale(1.04);
}
.yitg-journal-grid .yitg-journal-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 2px 3px 5px 1px 
		rgba(102, 102, 102, 0.15);
}
.yitg-journal-grid .yitg-journal-info {
    flex: 1;
	min-width: 0;
}
.yitg-journal-grid .yitg-journal-title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 4px;
    display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yitg-journal-grid .yitg-journal-title em{
	font-style: normal;
	color: #F00;
}
.yitg-journal-grid .yitg-journal-card:hover .yitg-journal-title {
	color: #003052;
}
.yitg-journal-grid .yitg-journal-meta {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 4px;
}
.yitg-journal-grid .yitg-journal-meta p{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yitg-journal-grid .yitg-journal-meta p span{
	color: #222;
}
.yitg-journal-grid .yitg-journal-meta p span.price{
	color: #f20003;
}
.yitg-journal-grid .yitg-journal-hot {
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}
.yitg-journal-grid .yitg-journal-hot span{
	color: #f29500;
}

/* 加载更多 */
.yitg-load-more, a.loadmore2 {
	width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background-color: #f7f8f9;
	border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}
a.loadmore2{
	margin-top: 20px;
}
.yitg-load-more p {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.yitg-load-more p a, a.loadmore2 {
    display: block;
    color: #222;
}
.yitg-load-more p a::after, a.loadmore2::after{
	content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/yitg/yitg-icon-arrow-down-black.png) no-repeat center;
	background-size: 14px 14px;
    vertical-align: middle;
    margin: 0 0 4px 12px;
    transition: transform 0.2s ease;
}
.yitg-load-more:hover, a.loadmore2:hover{
	background-color: #e9ecef;
}
/* 右侧悬浮导航 */
.yitg-float-nav {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.yitg-float-item {
    width: 40px;
    height: 40px;
    background-color: #1677ff;
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}
/*期刊列表结束*/

/*评价指标开始*/
.yitg-pjzb-section table {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 8px; 
	overflow: hidden;
	border: 1px solid #c5e0f4;
}
.yitg-pjzb-section table thead th {
	padding: 12px 10px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background-color: #0070a8;
}
.yitg-pjzb-section table tbody td {
	font-size: 15px;
	padding: 12px 10px;
	border-bottom: solid 1px #c5e0f4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.yitg-pjzb-section table tbody tr:last-of-type td{
	border-bottom: none;
}
.yitg-pjzb-section table tbody td span.empty, .yitg-pjzb-section table tbody td span.value{
	text-align: center;
}
.yitg-pjzb-section table tbody td .empty {
	display: none;
}
.yitg-pjzb-section table tbody td > .empty:only-child {
	display: block;
}
.yitg-pjzb-section table thead tr th:first-of-type, .yitg-pjzb-section table tbody tr td:first-of-type{
	width: 80px;
	padding-left: 20px;
}
.yitg-pjzb-section table thead tr th:not(:first-of-type), .yitg-pjzb-section table tbody tr td:not(:first-of-type){
	text-align: center;
}
.yitg-pjzb-sci-section table tbody tr td{
	word-wrap: break-word;
	white-space: normal;
}
.yitg-pjzb-sci-section table thead tr th:first-of-type, .yitg-pjzb-sci-section table tbody tr td:first-of-type{
	width: auto;
	padding-left: 0;
	text-align: center;
}
.yitg-pjzb-section .yitg-pjzb-mcjs {
	background-color: #f0f7fc;
	border-radius: 8px;
	padding: 20px 35px;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	margin-top: 30px;
}
.yitg-pjzb-section .yitg-pjzb-mcjs>b {
	display: block;
	color: #222;
	font-weight: bold;
	margin-bottom: 2px;
}
.yitg-pjqs-section .yitg-pjqs-lists{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px 96px;
}
.yitg-pjqs-section .yitg-pjqs-lists>div{
	width: 550px;
}
.yitg-pjqs-section .yitg-pjqs-lists>div>div{
	width: 100%;
	height: 300px;
	background-color: #fff;
	box-shadow: 4px 3px 8px 0px 
		rgba(184, 184, 184, 0.33);
	border: solid 1px #ddd;
}
.yitg-pjqs-section .yitg-pjqs-lists .yitg-pjqs-table:nth-child(n+3) {
	display: none;
}
.yitg-pjqs-sci-section:nth-of-type(2){
	padding-top: 0;
}
/*评价指标结束*/

/*发文领域开始*/
.yitg-fwly-section .yitg-fwly-box:nth-child(n+3) {
	display: none;
}
.yitg-fwly-section .yitg-fwly-box{
	margin-bottom: 50px;
}
.yitg-fwly-section .yitg-fwly-box:last-of-type, .yitg-fwly-section .yitg-fwly-box:nth-of-type(2){
	margin-bottom: 0;
}
.yitg-fwlycard-container {
	display: grid;
	grid-template-columns: repeat(3, 388px);
	gap: 18px;
}
.yitg-fwlycard {
	border: solid 1px #c5e0f4;
	border-radius: 6px;
	padding: 21px 20px;
	background-color: #fff;
}
.yitg-fwlycard-title {
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 6px 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yitg-fwlycard-info {
	font-size: 12px;
	color: #666;
	line-height: 24px;
}
.yitg-fwlycard-info>p{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yitg-fwlycard-info span:nth-of-type(2){
	margin-left: 28px;
}
/*发文领域结束*/

/*sci table公用开始*/
.yitg-sci-content table{
	margin-bottom: 22px;
	border-collapse: collapse;
	border: solid 1px #c5e0f4;
}
.yitg-sci-content table thead tr td{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #eff6fb;
	border: solid 1px #c5e0f4;
}
.yitg-sci-content table tbody tr td{
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	border: solid 1px #c5e0f4;
}
.yitg-sci-content table tbody tr td span{
	display: block;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 22px;
	font-size: 14px;
}
.yitg-sci-content table tbody tr td span:nth-of-type(2n){
	margin-bottom: 10px;
}
.yitg-sci-content table tbody tr td span:last-of-type{
	margin-bottom: 0;
}
.yitg-sci-content table tbody tr td span.keypoint{
	width: 36px;
	color: #f86200;
	font-size: 13px;
	height: 24px;
	line-height: 24px !important;
	text-align: center;
	background-color: #fff3e7;
	border: solid 1px #f86200;
	margin: 0 auto 30px;
	padding: 0;
}
.yitg-sci-content table tbody tr td span.keypoint:last-of-type{
	margin-bottom: 0;
}
.yitg-sci-content .num-elememt{
	position: relative;
	width: 100%;
	height: 6px;
	left: 0;
}
.yitg-sci-content .num-elememt .elememt-container{
	position: absolute;
	width: 90px;
	left: 15%;
	top: 0;
}
.yitg-sci-content .num-elememt:nth-child(even){
	margin-top: 62px;
}
.yitg-sci-content .num-elememt p{
	font-size: 13px;
	position: absolute;
	right: 10%;
	top: -6px;
	width: 50px;
	text-align: center;
}
.yitg-sci-content .num-elememt .num-gray{
	width: 90px;
	height: 7px;
	background-color: #eeeeee;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
}
.yitg-sci-content .num-elememt .num-blue{
	width: 80px;
	height: 7px;
	background-color: #2d93e0;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
}
.yitg-sci-content .num-elememt .num-blue:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #fff;
    border: solid 2px #2d93e0;
    position: absolute;
    right: -9px;
    top: -3px;
}
.yitg-sci-content .num-elememt-two{
	position: relative;
	width: 54%;
	height: 6px;
	left: 23%;
}
.yitg-sci-content .num-elememt-two:nth-child(even){
	margin-top: 62px;
}
.yitg-sci-content .num-elememt-two p{
	font-size: 13px;
	position: absolute;
	left: 0;
	top: -16px;
	width: 100%;
	text-align: center;
}
.yitg-sci-content .num-elememt-two .num-gray{
	position: absolute;
	width: 100%;
	height: 7px;
	background-color: #eeeeee;
	border-radius: 4px;
	left: 0;
	top: 8px;
}
.yitg-sci-content .num-elememt-two .num-blue{
	position: absolute;
	width: 85%;
	height: 7px;
	background-color: #2d93e0;
	border-radius: 4px;
	left: 0;
	top: 8px;
}
.yitg-sci-content .num-elememt-two .num-blue:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #fff;
    border: solid 2px #2d93e0;
    position: absolute;
    right: -9px;
    top: -3px;
}
/*sci table公用结束*/

/*sci JCR分区开始*/
.yitg-jcrfq-sci-section .yitg-qk-section-title,
.yitg-jcrfq-sci-section .yitg-wossj-section {
	display: none !important; 
}
.yitg-jcrfq-sci-section .yitg-qk-section-title.wossj-show,
.yitg-jcrfq-sci-section .yitg-wossj-section.wossj-show {
	display: block !important;
}
.yitg-sci-content .yitg-wossj-section table.yitg-table-wossj:last-of-type{
	margin-bottom: 0;
}
.yitg-sci-content .yitg-wossj-section table.yitg-table-wossj thead tr td:nth-of-type(2), 
.yitg-sci-content .yitg-wossj-section table.yitg-table-wossj thead tr td:nth-of-type(3), 
.yitg-sci-content .yitg-wossj-section table.yitg-table-wossj thead tr td:nth-of-type(4), 
.yitg-sci-content .yitg-wossj-section table.yitg-table-wossj thead tr td:nth-of-type(5){
	width: 200px;
}
.yitg-sci-content .yitg-wossj-section table.yitg-table-wossj tbody tr td.name{
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
/*sci JCR分区结束*/

/*sci 中科院分区开始*/
.yitg-sci-content .yitg-zkysj-section table.yitg-table-zkysj:last-of-type{
	margin-bottom: 0;
}
.yitg-sci-content table.yitg-table-zkysj thead tr td:first-of-type{
 	width: 290px;
}
.yitg-sci-content table.yitg-table-zkysj thead tr td:nth-of-type(3), .yitg-sci-content table.yitg-table-zkysj thead tr td:nth-of-type(4){
 	width: 200px;
}
.yitg-sci-content table.yitg-table-zkysj tbody tr td.dlfq .l{
	float: left;
	width: 70%;
	text-align: left;
	margin-left: 15px;
	line-height: 20px;
}
.yitg-sci-content table.yitg-table-zkysj tbody tr td.dlfq .l span{
	padding: 0;
}
.yitg-sci-content table.yitg-table-zkysj tbody tr td.dlfq .r{
	float: right;
	margin-right: 15px;
	display: grid;
	align-items: center;
	justify-content: center;
}
.yitg-sci-content table.yitg-table-zkysj tbody tr td.xlfq .l{
	float: left;
	width: 80%;
	text-align: left;
	margin-left: 15px;
	line-height: 20px;
}
.yitg-sci-content table.yitg-table-zkysj tbody tr td.xlfq .l span{
	padding: 0;
}
.yitg-sci-content table.yitg-table-zkysj tbody tr td.xlfq .r{
	float: right;
	margin-right: 15px;
	display: grid;
	align-items: center;
	justify-content: center;
}
/*sci 中科院分区结束*/

/*sci CiteScore开始*/
.yitg-sci-content .yitg-citescore-section table.yitg-table-citescore:last-of-type{
	margin-bottom: 0;
}
.yitg-sci-content table.yitg-table-citescore thead tr td:first-of-type, 
.yitg-sci-content table.yitg-table-citescore thead tr td:nth-of-type(2), 
.yitg-sci-content table.yitg-table-citescore thead tr td:nth-of-type(3),
.yitg-sci-content table.yitg-table-citescore thead tr td:nth-of-type(5),
.yitg-sci-content table.yitg-table-citescore thead tr td:nth-of-type(6){
 	width: 130px;
}
.yitg-sci-content table.yitg-table-citescore tbody tr td span.ranking{
 	text-align: center;
}
.yitg-sci-content table.yitg-table-citescore tbody tr td.dlfq .l{
	float: left;
	width: 80%;
	text-align: left;
	margin-left: 15px;
	line-height: 20px;
}
.yitg-sci-content table.yitg-table-citescore tbody tr td.dlfq .l span{
	padding: 0;
}
.yitg-sci-content table.yitg-table-citescore tbody tr td.dlfq .r{
	float: right;
	margin-right: 15px;
	display: grid;
	align-items: center;
	justify-content: center;
}
/*sci CiteScore结束*/

/*sci 发文分析开始*/
.yitg-branch-sci-content .yitg-fwfx-section{
	padding-bottom: 40px;
}
.yitg-branch-sci-content .yitg-fwfx-section hr{
	border: 1px solid #c5e0f4;
	margin-bottom: 50px;
}
.yitg-fwfxcard-container {
	margin-top: -20px;
	padding-bottom: 40px;
}
.yitg-fwfxcard-container:last-of-type{
	padding-bottom: 0;
}
.yitg-fwfxcard-container>div{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.yitg-fwfxcard-container .yitg-fwfx-card {
    padding: 20px 0 16px 0;
    border-bottom: 1px solid #c5e0f4;
}
.yitg-fwfxcard-container .yitg-fwfx-card:nth-last-child(-n + 2):not(:nth-child(even)),
.yitg-fwfxcard-container .yitg-fwfx-card:nth-last-child(-n + 2):not(:nth-child(even)) + .yitg-fwfx-card {
  border-bottom: none;
}
.yitg-fwfxcard-container .yitg-fwfx-card:nth-of-type(2n-1){
	padding-right: 30px;
}
.yitg-fwfxcard-container .yitg-fwfx-card:nth-of-type(2n){
	padding-left: 30px;
}
.yitg-fwfxcard-container .yitg-fwfx-title {
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 6px 0;
    line-height: 22px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.yitg-fwfxcard-container .yitg-fwfx-authors {
    font-size: 12px;
    color: #777;
    line-height: 26px;
}
.yitg-fwfxcard-container .yitg-fwfx-source {
    font-size: 12px;
    color: #777;
    line-height: 26px;
}
/*sci 发文分析结束*/

/*sci 发文机构开始*/
.yitg-fwjg-box{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:50px;
}
.yitg-fwjg-box-full{
	display: block;
}
.yitg-fwjg-box h3{
	font-size: 16px;
	text-align: center;
	margin-bottom: 24px;
}
.yitg-fwjg-box .fwjgbox{
	max-width: 575px;
}
.yitg-fwjg-box .fullfwjgbox{
	max-width: 100%;
}
.yitg-fwjg-box table {
	table-layout: fixed !important;
	border-collapse: collapse;
	border: solid 1px #c5e0f4;
    font-family: "Microsoft YaHei", sans-serif;
}
.yitg-fwjg-box table th, .yitg-fwjg-box table td {
    border: none;
    font-size: 15px;
    padding: 7px 0;
    text-align: left;
}
.yitg-fwjg-box table tr{
	border: solid 1px #c5e0f4;
}
.yitg-fwjg-box table th {
    background-color: #eff6fb;
    font-weight: bold;
}
.yitg-fwjg-box table th:first-of-type, .yitg-fwjg-box table td:first-of-type{
	padding-left: 28px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yitg-fwjg-box table th:nth-of-type(2), .yitg-fwjg-box table td:nth-of-type(2){
	width: 100px;
	text-align: center;
}
/*sci 发文机构结束*/

/*生活杂志开始*/
.yitg-header-banner-zz .yitg-banner-right h1{
	margin-bottom: 22px;
}
.yitg-price-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 32px;
}
.yitg-price-section .price-label{
	margin-right: 4px;
}
.yitg-price-section .price-value {
    font-size: 20px;
    font-weight: bold;
    color: #ff9000;
    margin-right: 15px;
}
.yitg-price-section .price-discount {
	display: inline-block;
	padding: 0 6px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
    font-size: 24px;
	background-color: #ff9000;
	border-radius: 4px;
	font-size: 12px;
	margin-right: 15px;
}
.yitg-price-section .price-market {
	height: 32px;
	display: inline-block;
    font-size: 12px;
    color: rgba(255,255,255,0.4);
}
.yitg-price-section .price-market i {
    text-decoration: line-through;
    font-style: normal;
}
.yitg-quantity-specs {
    margin-bottom: 8px;
}
.yitg-quantity-specs dt {
    float: left;
    line-height: 28px;
    font-size: 14px;
    margin-right: 18px;
}
.yitg-quantity-specs dd{
	float: left;
	width: 916px;
}
.yitg-quantity-specs dd li {
    float: left;
    line-height: 25px;
    padding: 0 8px 0 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.2);
}
.yitg-quantity-specs dd li span {
    font-size: 13px;
    color: #fff;
}
.yitg-quantity-specs dd li.over {
    background:url(../images/yitg/yitg-dsdy-gou.png) bottom -1px right -1px no-repeat;
	background-size: 16px 16px;
}
.yitg-quantity-specs dd li.over, .yitg-quantity-specs dd li:hover{
	border-color: #fff;
}
.yitg-quantity-specs dd li.over span {
    border-color: #fff;
    color: #fff;
}
.yitg-quantity-section {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.yitg-quantity-section .quantity-label {
    font-size: 14px;
    margin-right: 18px;
}
.yitg-quantity-section .quantity-control {
    display: flex;
    align-items: center;
}
.yitg-quantity-section .quantity-btn {
    width: 28px;
    height: 28px;
    font-size: 16px;
    border: 1px solid rgba(255,255,255,0.2);
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    outline: none;
}
.yitg-quantity-section .quantity-btn:hover{
	border-color: #fff;
}
.yitg-quantity-section .quantity-input {
    width: 62px;
    height: 28px;
    text-align: center;
    font-size: 16px;
    border: 1px solid rgba(255,255,255,0.2);
    border-left: none;
    border-right: none;
    background-color: transparent;
    color: #fff;
    outline: none;
}
.yitg-quantity-section .quantity-input::-webkit-outer-spin-button,
.yitg-quantity-section .quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.yitg-quantity-section .quantity-input[type="number"] {
    -moz-appearance: textfield;
}
.yitg-action-section {
    display: flex;
    align-items: center;
}
.yitg-action-section .cart-buy {
    display: inline-block;
    padding: 0 48px;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    color: #00508a;
    font-size: 16px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
}
.yitg-action-section .cart-buy:hover{
	background-color: #c7e4ff;
}
.yitg-action-section .cart-add {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}
.yitg-action-section .cart-add:hover{
	color: #c7e4ff;
}
.yitg-action-section .cart-add::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 24px;
    background: url(../images/yitg/yitg-cart-white-big.png) no-repeat;
    background-size: 26px 24px;
	vertical-align: middle;
    margin: 0 10px 4px 22px;
}
/*购物保障*/
.yitg-service-container{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.yitg-service-container .yitg-service-item>a {
    display: flex;
    align-items: flex-start;
    flex: 1;
}
.yitg-service-container .yitg-service-icon {
	margin: 4px 14px 0 0;
    margin-right: 14px;
}
.yitg-gwbz-section{
	padding-top: 0;
}
.yitg-service-container .yitg-service-icon::after {
    content: '';
    display: inline-block;
    width: 39px;
    height: 39px;
    background: url(../images/yitg/yitg-icon-gwbz.png) no-repeat;
	background-size: 908px 39px;
}
.yitg-service-container .yitg-service-item:nth-child(1) .yitg-service-icon::after {
    background-position: 0 0;
}
.yitg-service-container .yitg-service-item:nth-child(2) .yitg-service-icon::after {
    background-position: -300px 0px;
}
.yitg-service-container .yitg-service-item:nth-child(3) .yitg-service-icon::after {
    background-position: -549px 0px;
}
.yitg-service-container .yitg-service-item:nth-child(4) .yitg-service-icon::after {
    background-position: -869px 0px;
}
.yitg-service-container .yitg-service-text {
    flex: 1;
}
.yitg-service-container .yitg-service-title {
    font-size: 17px;
    font-weight: normal;
}
.yitg-service-container .yitg-service-item:hover .yitg-service-title{
	color: #003052;
}
.yitg-service-container .yitg-service-desc {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
/*发货说明*/
.yitg-fhsm-section .fhsmtips{
	font-size: 14px;
	margin-bottom: 22px;
}
.yitg-fhsm-section .yitg-subscribe-container {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
	margin-bottom: 40px;
}
.yitg-fhsm-section .yitg-subscribekd-container{
	margin-bottom: 0;
}
.yitg-fhsm-section .yitg-subscribe-card {
	background-color: #fff;
	border-radius: 6px;
	height: 140px;
	padding: 0 24px;
}
.yitg-fhsm-section .yitg-subscribe-card>a{
	display: flex;
	align-items: flex-start;
}
.yitg-fhsm-section .yitg-subscribe-icon-wrap {
	flex-shrink: 0;
	margin: 50px 20px 0 0;
}
.yitg-fhsm-section .yitg-subscribe-icon {
	width: 41px;
	height: 41px;
	background: url(../images/yitg/yitg-icon-fhsm.png) no-repeat;
	background-size: 850px 40px;
}
.yitg-fhsm-section .yitg-subscribe-icon-2{
	background-position: -405px 0px;
}
.yitg-fhsm-section .yitg-subscribe-icon-3{
	background-position: -809px 0;
}
.yitg-fhsm-section .yitg-subscribekd-container .yitg-subscribe-icon-4{
	background: url(../images/yitg/yitg-icon-kdsm.png) no-repeat;
	background-size: 850px 44px;
	background-position: 1px -2px;
}
.yitg-fhsm-section .yitg-subscribekd-container .yitg-subscribe-icon-5{
	background: url(../images/yitg/yitg-icon-kdsm.png) no-repeat;
	background-size: 850px 44px;
	background-position: -405px -2px;
}
.yitg-fhsm-section .yitg-subscribekd-container .yitg-subscribe-icon-6{
	background: url(../images/yitg/yitg-icon-kdsm.png) no-repeat;
	background-size: 850px 44px;
	background-position: -809px -2px;
}
.yitg-fhsm-section .yitg-subscribe-text-wrap {
	flex: 1;
}
.yitg-fhsm-section .yitg-subscribe-title {
	font-size: 17px;
	color: #e67b00;
	font-weight: normal;
	margin: 20px 0 5px 0;
}
.yitg-fhsm-section .yitg-subscribe-card:hover .yitg-subscribe-title {
	color: #ff9e2f;
}
.yitg-fhsm-section .yitg-subscribekd-container .yitg-subscribe-title{
	margin: 32px 0 5px 0;
}
.yitg-fhsm-section .yitg-subscribe-desc {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
/*生活杂志结束*/

/*文章列表开始*/
.yitg-const-left{
	height: 90px;
	line-height: 90px;
	background-color: #f9f9f9;
	padding-left: 36px;
	margin: 20px 0;
}
.yitg-const-left a{
	display:inline-block; 
	width:20px; 
	height:20px; 
	line-height: 20px;
	margin:0 auto; 
	border-radius:2px; 
	text-transform:uppercase; 
	cursor:pointer; 
	text-align:center; 
	font-size:14px;
	margin-left: 20px;
}
.yitg-const-left a:hover,
.yitg-const-left a.active{
	color:#fff; 
	background-color: #025e8d;
}
.yitg-const-left .active:hover{
	color:#fff;
}
.yitg-const-list>div{
	display: flex;
	padding:40px 0 18px 36px; 
	margin-bottom:20px; 
	background-color:#f9f9f9;
}
.yitg-const-list b{
	display:block; 
	line-height:1; 
	font-size:30px; 
	text-transform:uppercase; 
	font-weight:bold;
	margin-right: 82px;
}
.yitg-const-list p{
	flex: 1;
	display: block;
	margin-top: -6px;
}
.yitg-const-list a{
	display:inline-block; 
	font-size:13px; 
	height: 30px; 
	line-height: 30px;
	margin: 0 44px 22px 0;
}
.yitg-const-list a:hover{
	color: #025e8d;
}
/*文章列表结束*/

/*文章列表2开始*/
.yitg-haowen-main{
	display: flex;
	margin-bottom: 30px;
}
.yitg-haowen-main .yitg-left-list {
	flex: 1;
}
.yitg-haowen-main .yitg-left-list .yitg-list-item {
	padding: 30px 0 28px 0;
	border-bottom: 1px solid #eee;
	position: relative;
}
.yitg-haowen-main .yitg-left-list .yitg-item-title {
	max-width: 85%;
	margin: 0 0 14px 0;
	font-size: 18px;
	font-weight: normal;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yitg-haowen-main .yitg-left-list .yitg-item-meta {
	font-size: 12px;
	color: #666;
	position: absolute;
	top: 35px;
	right: 0;
}
.yitg-haowen-main .yitg-left-list .yitg-item-desc {
	font-size: 13px;
	color: #666;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.yitg-haowen-main .yitg-right-sidebar {
	width: 280px;
	margin-left: 85px;
	flex-shrink: 0;
}
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-block {
	margin-top: 30px;
}
.yitg-haowen-main .yitg-right-sidebar .yitg-block-title {
	margin: 0 0 14px 0;
	font-size: 20px;
	font-weight: normal;
	border-left: 6px solid #003052;
	padding-left: 12px;
	line-height: 1;
}
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-rmtj{
	background-color: #f8f8f8;
	margin-top: 30px;
	padding: 18px 0 14px 0;
}
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-rmtj ul{
	padding-left: 18px;
}
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-rmtj ul li {
	font-size: 13px;
	line-height: 44px;
}
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-rmtj ul li i{
	font-style: normal;
	display: inline-block;
	width: 14px;
	color: #555;
}
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-rmtj ul li:first-of-type i,
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-rmtj ul li:nth-of-type(2) i,
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-rmtj ul li:nth-of-type(3) i{
	color: #f09b41;
}
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-gntj .yitg-journal-item {
	margin-bottom: 14px;
	padding: 15px 12px;
	border: 1px solid #eee;
}
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-gntj .yitg-journal-item>a{
	display: flex;
}
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-gntj .yitg-journal-cover {
	width: auto;
	height: 95px;
	object-fit: cover;
	margin-right: 14px;
}
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-gntj .yitg-journal-info {
	flex: 1;
	min-width: 0;
}
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-gntj .yitg-journal-name {
	margin: -2px 0 6px 0;
	font-size: 16px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-gjtj .yitg-journal-name{
	margin: 2px 0 6px 0;
	line-height: 20px;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-gntj .yitg-journal-desc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-gntj .yitg-journal-hot{
	margin: 6px 0 0 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-gntj .yitg-journal-desc,
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-gntj .yitg-journal-hot {
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.yitg-haowen-main .yitg-right-sidebar .yitg-sidebar-gntj .yitg-journal-hot span{
	color: #f86200;
}
/*文章列表2结束*/

/*文章详情开始*/
.yitg-haowen-main .yitg-left-article {
	flex: 1;
	min-width: 0;
}
.yitg-haowen-main .yitg-left-article .yitg-article-title {
	font-size: 34px;
	font-weight: bold;
	margin: 0 0 8px 0;
	text-align: center;
}
.yitg-haowen-main .yitg-left-article .yitg-article-meta {
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-bottom: 34px;
}
.yitg-haowen-main .yitg-left-article .yitg-article-preface {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}
.yitg-haowen-main .yitg-left-article .yitg-article-img {
	width: 348px;
	text-align: center;
	margin: 30px auto;
}
.yitg-haowen-main .yitg-left-article .yitg-article-img img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	display: inline-block;
}
.yitg-haowen-main .yitg-left-article .yitg-article-content {
	font-size: 16px;
	line-height: 36px;
}
.yitg-haowen-main .yitg-left-article .yitg-article-content p {
	margin: 0 0 30px 0;
	text-align: justify;
}
.yitg-haowen-main .yitg-left-article .yitg-article-content p:last-of-type{
	margin-bottom: 0;
}
.yitg-haowen-main .yitg-left-article .yitg-article-subtitle {
	text-align: center;
	font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}
.yitg-haowen-main .yitg-left-article .yitg-article-disclaimer {
	margin-top: 30px;
	padding: 16px 26px;
	background: #f8f8f8;
	border-radius: 6px;
	font-size: 12px;
	color: #666;
	line-height: 24px;
}
.yitg-haowen-main .yitg-left-article .yitg-article-pager {
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.yitg-haowen-main .yitg-left-article .yitg-pager-item:nth-of-type(2){
	margin-top: 8px;
}
.yitg-haowen-main .yitg-left-article .yitg-pager-item a:hover {
	color: #003052;
}
/* 侧边栏 */
.dl-side{width:78px; height:320px; border-radius:10px; text-align:center; position:fixed; top:174px; right:12px; z-index:12; background-color:#fff; box-shadow:0 0 10px rgba(0,0,0,0.14);}
.dl-side h5{height:37px; margin-top:0; line-height:37px; color:#fff; border-top-left-radius:10px; border-top-right-radius:10px; background-color:#003052;}
.dl-side h5 a,.dl-side h5 a:hover{color:#fff; font-size:14px; font-weight:400;}
.dl-side a:hover{text-decoration:none;}
.dl-side h5 a{margin-left:-7px;}
.dl-side p{width:65px; margin:0 auto;}
.dl-side p a{display:block; height:62px; font-size:13px;}
.dl-side p a:last-of-type{border-bottom: none;}
.dl-side p a:hover{color: #003052;}
.dl-side .dl-side-icon5{height:auto; margin-top:18px; border-bottom:none; color:#999; position:relative;}
.dl-side .dl-side-icon5:hover{color:#003052;}
.dl-side h5 i{display:inline-block; margin-top:-3px;}
.dl-side p i{display:block; margin:16px auto 2px auto;}
.dl-side i{width:26px; height:26px; vertical-align:middle; background:url(../images/yitg/dl-side.png) no-repeat;background-size: 23px 259px;}
.dl-side-icon1 i{background-position:2px 2px;}
.dl-side-icon2 i{background-position:2px -74px;}
.dl-side-icon3 i{background-position:2px -152px;}
.dl-side-icon4 i{background-position:2px -235px;}
.dl-side a:hover i{-webkit-animation:turn 1.8s ease; -moz-animation:turn 1.8s ease; -ms-animation:turn 1.8s ease; animation:turn 1.8s ease;}
.dl-side span{display:none; font-size:14px; color:#777; text-align:left; padding:9px 20px 11px 20px; border-radius:6px; box-shadow:0 0 10px rgba(0,0,0,0.14); position:absolute; top:-22px; left:-230px; background-color:#fafafa;}
.dl-side span:after{content:""; display:inline-block; width:16px; height:33px; z-index:20; background:url(../image/dl-sangle1.png) no-repeat; position:absolute; top:15px; right:-14px;}
.dl-side a:hover span{display:block;}
.dl-side span b{display:block; margin-top:-6px; font-size:22px; color:#003052;}
@-webkit-keyframes turn{
	0{-webkit-transform:rotateY(0deg);}
	100%{-webkit-transform:rotateY(360deg);}
}
@-moz-keyframes turn{
	0{-moz-transform:rotateY(0deg);}
	100%{-moz-transform:rotateY(360deg);}
}
@-ms-keyframes turn{
	0{-ms-transform:rotateY(0deg);}
	100%{-ms-transform:rotateY(360deg);}
}
@keyframes turn{
	0{transform:rotateY0deg);}
	100%{transform:rotateY(-360deg);}
}
/* 弹出框 */
.yitg-dlipop {
	width: 400px;
	height: 240px;
	margin: auto;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -120px;
	margin-left: -200px;
	z-index: 9999;
	background-color: #fff;
}
.yitg-dlipop h3 {
	display: inline-block;
	margin-top: 55px;
	font-size: 25px;
	font-weight: 400;
	color: #f86200;
	margin-bottom: 0;
}
.yitg-dlipop p {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #777;
}
.yitg-dlipop a {
	display: inline-block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	border-radius: 5px;
}
.yitg-dlipop .dlidely {
	margin-right: 30px;
	color: #666;
	background-color: #eaeaea;
}
.yitg-dlipop .dlidely:hover {
	text-decoration: none;
	background-color: #dcdbdb;
}
.yitg-dlipop .dlinow {
	color: #fff;
	background-color: #f86200;
}
.yitg-dlipop .dlinow:hover {
	text-decoration: none;
	background-color: #ff7f2c;
}
.cart_tip_bd {
	width: 400px;
	height: 136px;
	border: 1px solid #d2d2d2;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -68px;
	margin-left: -200px;
	z-index: 9999;
	background: #fff;
}
.cart_tip_bd .head {
	height: 28px;
}
.cart_tip_bd .head .close-btn {
	float: right;
}
.cart_tip_bd .mac-success-txt {
	height: 30px;
	line-height: 32px;
	padding-left: 30px;
	font-size: 18px;
	color: #333;
}
.cart_tip_bd .mac-success-txt em {
	background: url(../image/ibar_sprites.png) no-repeat -80px -144px;
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	margin-right: 3px;
}
.cart_tip_bd .module-cart-box p {
	text-align: center;
}
.cart_tip_bd .mac-go-cart {
	background-color: #003052;
	margin-top: 13px;
	background-position: -84px -146px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 145px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
.cart_tip_bd .mac-go-cart:hover{
	background-color: #044675;
}
.cart_tip_bd .close-btn {
	background: url(../image/ibar_sprites.png) no-repeat -55px -138px;
	overflow: hidden;
	display: block;
	width: 12px;
	height: 12px;
	float: right;
	width: 23px;
	height: 23px;
	font: 0/0 a;
	margin-top: 5px;
}
.cart_tip_bd .close-txt {
	margin-left: 20px;
	color: #333;
	text-decoration: underline;
	font-size: 13px;
}
.cart_tip_bd .mac-go-cart:hover {
	text-decoration: none;
}
/* showDialog */
#SD_HideSelect {position:fixed;top:0px;left:0px;z-index:999;width:100%;height:100%;background:#FFFFFF;border:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
* html #SD_HideSelect {position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#SD_overlay {position:fixed;top:0px;left:0px;z-index:1000;width:100%;height:100%;}
* html #SD_overlay {position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
.SD_overlayBG {background:#000000;filter:alpha(opacity=50);-moz-opacity:0.50;opacity:0.50;}
.SD_overlayBG2 {background:#FFFFFF;filter:alpha(opacity=20);-moz-opacity:0.20;opacity:0.20;}
.SD_bg {background:#333333;filter:alpha(opacity=30);-moz-opacity:0.30;opacity:0.30;width:9px;height:9px;overflow:hidden;}
#SD_window {position:absolute;top:0px;left:0px;z-index:1000;overflow:hidden;display:none;}
#SD_container {position:relative;z-index:1005;background:#FFFFFF;border:1px solid #888888;float:left;}
#SD_container h3 {height:30px;line-height:30px;background:#F6F6F6;border-bottom:1px solid #CDCDCD;text-indent:10px;color:#336699;font-size:14px;font-weight:bold;cursor:move;}
#SD_body {padding:15px;white-space:normal;}
#SD_body, #SD_body div, #SD_body p, #SD_body td {color:#000000;}
#SD_button {padding:10px 0px;background:#F6F6F6;border-top:1px solid #CDCDCD;text-align:right;display:none;}
#SD_button a {margin-right:10px;padding:6px 10px 4px;background:#005EAC;border-width:1px;border-style:solid;border-color:#D8DFEA #0E1F5B #0E1F5B #D8DFEA;white-space:nowrap;display:inline-block;color:#FFFFFF;font-size:14px;text-align:center;cursor:pointer;}
#SD_button a:hover {text-decoration:none;}
#SD_close {position:absolute;top:6px;right:10px;z-index:1005;width:17px;height:17px;border:none;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAiCAIAAAA24aWuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADaSURBVDhPrVPRCYMwEM02DiG4hQM4gW7gbLUfhoBOUfpX6AbtkT7hPB8hjR4PTN69x+XOxD2898Nw77oczH3/XBYnH5NIYxlHZ6gcnPZ8YmiGksQjkWAE9myQRBFWh8qkHwi3MFkBnwHkzCC4og6E+f1AokTY723EoxlK8hmkUeQpudcl7+c1Tb5pblWVg7mu3yE4+ZhEGmvbOkPl4LTn9/s0Q0nikUgwAns2SKIIq0Nl0g+EW5isgM8AcmYQXFEHwvx+IFEi7Pc24tEMJfkM0ijylNzrv99PCF+W8o74YJij0AAAAABJRU5ErkJggg==) no-repeat 0px 0px;display:none;}
#SD_close:hover {background-position:0px -17px;}
#SD_window {position:absolute;top:0px;left:0px;z-index:1000;overflow:hidden;background-color: #fff; border: 10px solid rgba(0,0,0,0.3);}
#SD_container {position:relative;z-index:1005;background:#FFFFFF;border:1px solid #888888;float:left;}
#SD_window h3 {height:30px;line-height:30px;background:#F6F6F6;border-bottom:1px solid #CDCDCD;text-indent:10px;color:#336699;font-size:14px;font-weight:bold;cursor:move;}
#SD_close_n {position:absolute;top:25px;right:25px;z-index:1005;width:17px;height:17px;border:none; background: url(../images/yitg/login-close.png) no-repeat center center; background-position: -1px -16px;display: none;}
#SD_close_n:hover{
	background-position: -1px 1px;
}
#SD_window  #SD_close_n {
	top: 7px;
    right: 11px;
}
.yitg-searchlist{
	margin-top: 0;
}
.fullsearch_tit {
	font-size: 24px;
	margin-bottom: 25px;
}
.fullsearch_tit .red {
	color: #F00;
}
.yitg-btn-more-box{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	background-color: #f7f8f9;
	text-align: center;
	border-radius: 6px;
}
.yitg-btn-more-box>a{
	display: block;
}
.yitg-btn-more-box:hover{
	background-color: #e9ecef;
}
.yitg-fullseach-body .yitg-btn-more-box{
	margin-top: 20px;
}
/* PC移动切换 */
.yitg-themeqh {
	margin: 10px auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.yitg-themeqh a {
	padding: 5px 10px;
	color: #fff;
	background-color: #003052;
	border: 1px solid #003052;
	margin: 0 10px;
}
.yitg-themeqh a:hover {
	text-decoration: none;
}
.yitg-themeqh a.touch {
	background-color: #ff6600;
	border: 1px solid #ff6600;
}
p.tips{
	font-size: 12px;
	color: #777;
}
.yitg-qk-jrshow .yitg-qk-btngroup{
	display: flex;
	justify-content: center;
}
.yitg-qk-jrshow .yitg-qk-btngroup>a{
	width: 200px;
	height: 50px;
	line-height: 48px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	transition: all 0.2s ease;
	margin-top: 20px;
}
.yitg-qk-jrshow .yitg-qk-btngroup>a.btn_tgzx {
    background-color: #fff;
    color: #003052;
    border: solid 1px #003052;
    margin-right: 12px;
}
.yitg-qk-jrshow .yitg-qk-btngroup>a.btn_tgzx:hover{
	background-color: #003052;
	color: #fff;
}
.yitg-qk-jrshow .yitg-qk-btngroup>a.btn_addcart{
	background-color: #003052;
	color: #fff;
}
.yitg-qk-jrshow .yitg-qk-btngroup>a.btn_addcart:hover{
	background-color: #044675;
}
.yitg-keyword-list-area{
	display: flex;
	margin-top: 15px;
}
.yitg-keyword-list-area .yitg-artshow-left{
	flex: 1;
}
.yitg-keyword-list-area .yitg-artshow-right {
	width: 280px;
	margin-left: 85px;
	flex-shrink: 0;
}
.yitg-keyword-list .watch_tag{
	display: flex;
	flex-wrap: wrap;
}
.yitg-keyword-list .yitg-sidebar-block:first-of-type{
	margin-top: 0;
}
.yitg-keyword-list .watch_tag li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;;
	height: 36px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #f7f8f9;
	background-color: #f7f8f9;
	overflow: hidden;
	font-size: 13px;
	word-break: break-all;
}
.yitg-keyword-list .watch_tag li>a{
	display: block;
}
.yitg-keyword-list .watch_tag li:hover{
	border-color: #003052;
}
.yitg-keyword-list .watch_tag li:hover>a{
	color: #003052;
}
.yitg-keyword-list .watch_tag li:nth-of-type(4n){
	margin-right: 0;
}
.yitg-sidebar-xsqkph ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.yitg-sidebar-xsqkph ul li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.yitg-sidebar-xsqkph ul li:nth-of-type(2n){
	margin-right: 0;
}
.yitg-sidebar-xsqkph ul li a {
    margin: 0 auto;
    display: block;
    height: 36px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    background-color: #f7f8f9;
    border: 1px solid #f7f8f9;
}
.yitg-sidebar-xsqkph ul li:hover a{
	color: #003052;
	border-color: #003052;
}
.yitg-sidebar-booknav .box-item dl {
	height: 42px;
	overflow: hidden;
}
.yitg-sidebar-booknav .box-item dl.action {
	height: auto;
}
.yitg-sidebar-booknav .box-item dl dt {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	font-weight: 700;
	color: #666;
	cursor: pointer;
}
.yitg-sidebar-booknav .box-item dl dt i {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	display: inline-block;
	background: url(../image/add.png) no-repeat -32px -1px;
	margin-top: 11px;
	float: left;
}
.yitg-sidebar-booknav .box-item dl.action dt i {
	background-position: -48px 0;
}
.yitg-sidebar-booknav .box-item dl dt:hover,
.yitg-sidebar-booknav .box-item dl.action dt {
	color: #003052;
}
.yitg-sidebar-booknav .box-item dl dt:hover a,
.yitg-sidebar-booknav .box-item dl.action dt a {
	color: #003052;
}
.yitg-sidebar-booknav .box-item dl dd {
	float: left;
	width: 85px;
	margin-left: 20px;
	line-height: 28px;
}
.yitg-sidebar-booknav .box-item dl dd a {
	width: 100%;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.yitg-sidebar-booknav .box-item dl dd a:hover {
	color: #00a2ca;
}
.yitg-sidebar-booknav .box-item dl dd a span {
	color: #999;
}
.yitg-sidebar-booknav .box-item dl dd a:hover span {
	color: #fff;
}
.yitg-sidebar-booknav .box-item dl.col2::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.yitg-sidebar-booknav .box-item dl.col2 dd {
	width: 85px;
	line-height: 28px;
	margin: 0;
	text-align: center;
	float: left;
}
.yitg-sidebar-booknav .box-item dl.tl dd {
	text-align: left;
}
.yitg-sidebar-booknav .box-item dl.col2 dd a {
	width: 88px;
}
.yitg-sidebar-booknav .box-item dl.col4::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.yitg-sidebar-booknav .box-item dl.col4 dd {
	width: 40px;
	margin: 0 0 0 10px;
	text-align: center;
	float: left;
}
.yitg-sidebar-booknav .box-item dl.col5 dd{
	margin: 0 0 0 20px;
}
.yitg-sidebar-booknav .box-item dl.col4 dd a {
	width: 44px;
}
.yitg-block-qkbranch .yitg-tgxz-section>div{
	padding-bottom: 50px;
}
.yitg-tgxz-section>div{
	border-bottom: 1px solid #ebebeb;
}