@charset "UTF-8"; /*css reset*/
/*别删，有的得看情况调一下宽度*/
.cboxPhoto {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
}
.archcon .arc-listit {
  width: 120px;
}
.columimg {
  width: calc(100% - 125px);
}
.archcon .archimg li {
  width: 25%;
}
.chooseAll {
  margin: 0;
}
.toolBox1 {
  padding-top: 20px;
}
.toolBox2 {
  padding-top: 20px;
}
.footer {
  position: relative;
  z-index: 2000;
  margin-top: 40px;
}
.article-pc .article-main .inner {
  padding: 30px 0;
}
/* .inner{width:1200px;margin:0 auto;}
.inner .article-main-mid{width:780px;}
.inner .article-main-right{width:180px;}
.inner .article-main-right.active{padding:20px 15px 20px 0px;}
*/
/*所有颜色*/
.mainColor {
  color: #0089e3;
}
/**页面字体需要变主色调，直接调用mainColor;**/
.header-nav,
.tab-ul-index li.active,
.article-list-journalg,
.footer .top,
.phone-nav,
.main .article-content ul#htmlContent2 h3.full-text,
#page-tag-div .pagination > .active > a,
.comtit,
.archcon.archcon-new dl dd.archconVol,
.archcon.archcon-new dl dd.active,
.archcon .arc-listit dd.active,
.archcon .arc-listit .arctpoint,
.tab-ul-index li.active,
.footer .btmb,
.header-nav ul > li ol,
.qikan .subBtn,
.pageTagsUl li.current,
.pageTagsUl li.clickpage:hover {
  background-color: #0960c0;
}
/*滑上去的颜色*/
.header-nav ul > li.active > a,
.header-nav ul > li ol li:hover,
.header-nav ul > li:hover > a {
  background: #0089e3;
}
/*向上箭头*/
.bottom-fixed {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5000;
  background: #0960c0 url("../images/back_top.png") no-repeat center center;
  visibility: hidden;
}
.arcmethod li.active,
.phone-nav {
  border-color: #26804a;
}
.derived i.current,
.base-title .more:hover,
.news-list li a:hover,
.article-list-title a:hover,
.article-list-author a:hover,
.article-list-time a:hover,
.article-list-zy font a:hover {
  color: #0960c0;
}
#page-tag-div .pagination > .active > a {
  border-color: #0960c0;
}
.footer .btmb {
  padding-top: 8px;
  padding-bottom: 8px;
}
/*手机下拉颜色有透明度，自己看着写*/
.phone-nav .search-app-wrap,
.smallUl {
  background: rgba(85, 109, 145, 0.9);
}
/*以上是需要改颜色的*/
.footer .top span {
  margin-right: 10px;
}
.smallUl {
  z-index: 1000;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  display: none;
}
.smallUl a {
  color: #fff;
  display: block;
  line-height: 24px;
}
.smallUl > li {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.smallUl > li:last-child {
  border-bottom: none;
}
.smallUl li > a {
  padding: 0 4%;
  font-size: 16px;
  line-height: 40px;
  position: relative;
  display: block;
  color: #fff;
}
.smallUl > li > a span {
  margin: 0 0 0 10px;
}
.smallUl > li > a span img {
  vertical-align: middle;
  margin: -3px 0 0;
  transition: all 0.2s;
}
.smallUl > li > a span.active img {
  transform: rotate(90deg);
}
.smallUl > li > ol {
  display: none;
}
.smallUl > li > ol a {
  padding: 0 8%;
}
.navList {
  width: 30px;
  cursor: pointer;
}
.navList span {
  height: 3px;
  background-color: #fff;
  margin: 0 0 8px 0;
  display: block;
  transition: all 0.5s;
}
.navList span:last-child {
  margin: 0;
}
.navList {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.navList span:last-child {
  margin: 0;
}
.phone-nav input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.phone-nav .text {
  background: #fff;
}
.phone-nav .text {
  line-height: 19px;
  padding: 3px 10px;
  color: #fff;
  margin: 0 0 0 15px;
  border-radius: 4px 0 0 4px;
}
.phone-nav .sub {
  width: 35px;
  height: 25px;
  background: #fff url(../images/public/search1.png) no-repeat center center;
  background-size: 16px 16px;
  border-radius: 0 4px 4px 0;
}
.phone-nav .en {
  line-height: 25px;
  color: #fff;
}
.phone-nav .search-app-wrap {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50px;
  z-index: 2000;
  padding: 8px 0;
}
.phone-nav .search-app-wrap select {
  width: 23%;
  border: none;
  height: 30px;
  border-radius: 4px;
  padding: 0 0 0 5px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.phone-nav .search-app-wrap select option {
  background: rgba(19, 115, 122, 0.9);
}
.phone-nav .search-app-wrap .text {
  width: 100%;
  margin: 0;
  border-radius: 4px;
  height: 30px;
}
.phone-nav .search-app-wrap .sub {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2) url("../images/search-sub.png") no-repeat
    center center;
  position: absolute;
  right: 0;
  top: 0;
}
.header .logo {
  width: 50%;
}
.header .logo img {
  max-width: 100%;
}
.header .bot {
  background-size: cover;
}
.phone-nav {
  padding: 8px 0;
  position: relative;
}
.phone-nav .en {
  line-height: 25px;
  color: #fff;
}
.phone-nav .text,
.phone-nav .sub {
  background: rgba(255, 255, 255, 0.2);
}
.phone-nav .text {
  line-height: 19px;
  padding: 3px 10px;
  color: #fff;
  margin: 0 0 0 15px;
  border-radius: 4px 0 0 4px;
}
.phone-nav .sub {
  width: 35px;
  height: 25px;
  background: rgba(255, 255, 255, 0.2) url(../images/search1.png) no-repeat
    center center;
  background-size: 16px 16px;
  border-radius: 0 4px 4px 0;
}
.search-wrapper {
  display: none;
}
/*手机菜单2*/
.phone-nav .container .logo {
  display: block;
  padding: 2px 0 0 20px;
  position: relative;
  margin-left: 40px;
  width: 68%;
}
.phone-nav .container .logo img {
  max-width: 170px;
  max-height: 34px;
}
.phone-nav .container .logo:before {
  content: "";
  width: 1px;
  height: 80%;
  background: #fff;
  position: absolute;
  left: 6px;
  top: 2px;
  bottom: 0;
  margin: auto;
}
.phone-nav .container .search-app {
  display: block;
  background: url("../images/search2.png") no-repeat center center;
  width: 34px;
  height: 34px;
  background-size: 30px;
  color: #fff;
}
.phone-nav .container .search-app.active {
  background: url("../images/close-app.png") no-repeat center center;
  background-size: 32px;
}
.main-right .current-ul li .tit {
  width: 100%;
  float: none;
}
.main-right .current-ul li .right {
  float: none;
}
.main-right .current-ul a {
  display: inline-block;
}
.main-right .banner .item .text p {
  width: 70%;
}
.main-right .current-ul li .box {
  padding: 8px 0;
}
.search-wrap .in-bl {
  width: 100%;
}
.search-wrap .form-group {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 375px) {
  .phone-nav .search-app-wrap .text {
    width: 100%;
  }
  .phone-nav .search-app-wrap select {
    width: 24%;
  }
}
/**********************************/
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.phone-nav {
  background: transparent;
  background-size: cover;
  border-bottom: solid 1px #ccc;
}
.navList span {
  background: #223450;
}
.phone-nav .container .search-app {
  background: url("../images/search.png") no-repeat center center;
  background-size: 30px;
}
.phone-nav .container .search-app.active {
  background: url("../images/close-app.png") no-repeat center center;
  background-size: 30px;
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    padding: 0;
  }
}
._table {
  display: table;
}
._cell {
  display: table-cell;
  vertical-align: middle;
}
.j-searchBox a img {
  max-height: 120px;
}
.header .top {
  background: #223450;
  line-height: 22px;
  padding: 9px 0;
}
.header .top .left {
  color: #cfe3ff;
}
.header .top .left a {
  padding: 0 6px;
  border-radius: 4px;
  color: #cfe3ff;
  margin: 0 6px;
  display: inline-block;
}
.header .top .left a.Register {
  background: #556d91;
}
.header .top .left a.Sign {
  background: #c2cfe4;
  color: #223450;
}
.header .top .language {
  color: #fff;
}
.header .top .language a {
  color: #fff;
}
.header .top .language a img {
  margin: 0 5px 0 0;
}
.header .top .language span {
  width: 1px;
  height: 14px;
  margin: 5px 7px 0;
  background: #fff;
}
.header .mid {
  padding: 40px 0 36px;
}
.header .mid .logo img {
  max-width: 100%;
}
.header .mid .search {
  padding: 7px 0 0;
}
.header .mid .search .text {
  width: 396px;
  border: 2px solid #d2d2d2;
  border-right: none;
  height: 41px;
  padding: 0 15px;
}
.header .mid .search .sub {
  width: 43px;
  height: 41px;
  background: #4164a8 url("../images/search-sub.png") no-repeat center center;
  border-radius: 0 2px 2px 0;
}
.header .mid .search .adv-search {
  color: #30486a;
  line-height: 16px;
  margin: 3px 0 0 10px;
}
/*期刊标题*/
.romal:hover {
  text-decoration: none;
}
.ban-phone-nav .container .search-app {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 2%;
}
/*.header-nav{background:#223450;border-bottom:2px solid #375077;}
.header-nav ul > li{float:left;position:relative;}
.header-nav ul > li:after{content:'';width:100%;height:2px;position:absolute;left:0;bottom:-2px;}
.header-nav ul > li.active > a{color:#fdd74d;background:transparent;}
.header-nav ul > li:hover > a{color:#fdd74d;text-decoration:none;background:transparent;}
.header-nav ul > li > a{display:block;color:#fff;line-height:47px;padding:0 78px 0 0;font-size:16px;}
.header-nav ul > li ol{position:absolute;background:#223450;top:49px;min-width:100%;z-index:50;display:none;left:-50px;}
.header-nav ul > li ol li{float:left;}
.header-nav ul > li ol:hover,.header-nav ul > li ol li:hover{background:#223450;}
.header-nav ul > li ol li a:hover{text-decoration:none;background:#4f6e9e;}
*/
.share-right li {
  float: left;
  background: #384f72;
  width: 48px;
  height: 47px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 1px;
  position: relative;
  cursor: pointer;
}
.share-right li:hover {
  background: #4f6e9e;
}
.share-right li img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main {
  padding: 0;
}
.ban2-bot > .left {
  width: 790px;
  background: #fff;
}
.ban2-bot > .left {
  padding: 15px;
  width: 850px;
}
.ban2-bot > .left.lefthome {
  padding: 0 15px;
}
.ban2-bot > .right {
  width: 350px;
  padding: 0 0 0 25px;
}
.banner,
.banner .owl-wrapper-outer,
.banner .pic > img,
.banner .container,
.banner .item {
  height: 332px;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .pic > img {
  position: absolute;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.banner .item {
  position: relative;
  overflow-x: hidden;
}
.banner .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.banner .text {
  position: absolute;
  left: 109px;
  color: #fff;
  width: 442px;
  text-align: left;
}
.banner .text .tit {
  color: #fff;
  font-size: 22px;
  font-weight: bolder;
  line-height: 32px;
  margin: 0 0 13px;
}
.banner .text .tit img {
  margin: -3px 0 0;
}
.banner .text .txt {
  line-height: 24px;
  font-size: 15px;
}
.banner .owl-prev,
.banner .owl-next {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.banner .owl-prev {
  background: url("../images/ban-l.png") no-repeat 0;
  left: 0;
}
.banner .owl-next {
  background: url("../images/ban-r.png") no-repeat 0;
  right: 0;
}
.banner .owl-pagination {
  height: 12px;
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
}
.banner .owl-page span {
  opacity: 1 !important;
  width: 12px;
  height: 12px;
  margin: 0 3px !important;
  background: #fff !important;
}
.banner .owl-page.active span {
  background: #8097bb !important;
}
.Announcements {
  line-height: 26px;
  padding: 12px 0;
  font-size: 16px;
}
.Announcements .more {
  display: block;
}
.Announcements .more img {
  margin: -3px 0 0 6px;
}
.Journals {
  background: #e8eaee;
}
.main .Journals .container {
  padding: 50px 47px 40px;
}
.journal-tit {
  text-align: center;
}
.journal-tit .tit {
  font-size: 24px;
  color: #000;
  line-height: 34px;
  padding: 0 0 14px;
  position: relative;
}
.journal-tit .tit:before {
  content: "";
  width: 97px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: auto;
}
.journal-ul {
  margin: 40px -23px 48px;
}
.journal-ul li {
  float: left;
  width: 110px;
  margin: 0 23px;
}
.journal-ul li a {
  display: block;
}
.journal-ul li .pic img {
  width: 108px;
  height: 143px;
  border: 1px solid #b5bac8;
}
.journal-ul li p {
  color: #666;
  line-height: 20px;
  margin: 11px 0 0;
  text-align: center;
  min-height: 40px;
}
.journal-ul li p:hover {
  color: #6e82aa;
}
.view-all {
  text-align: center;
}
.view-all-a {
  display: inline-block;
  width: 149px;
  line-height: 34px;
  border-radius: 30px;
  background: #6e82aa;
  text-align: center;
  color: #fff;
}
.view-all-a img {
  margin: -3px 0 0 14px;
}
.view-all-a:hover {
  color: #fff;
}
.email {
  background: #4164a8;
  padding: 39px 0 44px;
}
.email .left .icon {
  padding: 6px 28px 0 0;
}
.email .left .icon img {
  width: 60px;
  height: 60px;
}
.email .left .text {
  color: #fff;
}
.email .left .text .tit {
  font-size: 26px;
  line-height: 36px;
  margin: 0 0 3px;
}
.email .left .text .txt {
  font-size: 16px;
  line-height: 26px;
}
.email .right {
  display: block;
  padding: 7px 12px;
  font-size: 16px;
  line-height: 26px;
  color: #4164a8;
  text-transform: uppercase;
  border-radius: 2px;
  background: #fff;
  margin: 14px 0 0;
}
.email .right img {
  margin: -3px 0 0 9px;
}
.footer .top {
  text-align: center;
  padding: 15px 0;
  background: #fff;
}
.footer .top ul {
  display: inline-block;
}
.footer .top ul li {
  float: left;
}
.footer .top ul li a {
  font-size: 16px;
  color: #000;
  display: block;
  line-height: 18px;
  padding: 0 30px;
  border-right: 1px solid #000;
}
.footer .top ul li:last-child a {
  border-right: 0;
}
.footer .bot {
  text-align: center;
  color: #fff;
  line-height: 24px;
  padding: 11px 0;
  background: #222;
}
.footer .bot img {
  margin: -3px 0 0;
}
.Announcements .left {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* .changeJournal.icon-jiantou1{margin-left:-40px;}
.changeJournal.icon-jiantou{margin-right:-40px;}
*/
/******semiconductor*******/
.semiconductor-header .top {
  padding: 8px 0 10px;
}
.semiconductor-header .top .logo {
  display: block;
}
.semiconductor-header .right {
  padding: 3px 0 0;
}
.semiconductor-header .right li {
  float: left;
}
.semiconductor-header .right li a {
  display: block;
  color: #333;
  line-height: 19px;
}
.semiconductor-header .right li a img {
  margin: -3px 5px 0 0;
}
.semiconductor-header .right li.line {
  margin: 3px 12px 0;
  width: 1px;
  height: 14px;
  background: #7d7d7d;
}
.semiconductor-header .mid {
  background: #404e79;
}
.semiconductor-header .mid .container {
  padding: 39px 15px 38px;
}
.ban-search .ban-gao {
  display: block;
  color: #fff;
  text-align: right;
  line-height: 14px;
  margin: 0 0 8px;
}
.ban-search-bot .text {
  width: 396px;
  background: #fff;
  border: 2px solid #d2d2d2;
  border-right: none;
  height: 41px;
  padding: 0 15px;
}
.ban-search-bot .sub {
  width: 43px;
  height: 41px;
  background: #587fcb url("../images/search-sub.png") no-repeat center center;
  border-radius: 0 2px 2px 0;
}
.ban-header-nav {
  background: #404e79;
}
.ban-header-nav .container {
  padding: 0 15px 0 0;
  background: #fff;
}
.ban-header-nav .nav-ul {
  padding: 0 0 0 15px;
}
.ban-header-nav .nav-ul > li {
  margin: 0 38px 0 0;
}
.ban-header-nav .nav-ul > li > a {
  color: #000;
  font-size: 14px;
  line-height: 39px;
  padding: 0;
  position: relative;
}
.ban-header-nav .nav-ul > li > a:before {
  content: "";
  width: 110%;
  height: 4px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: -4px;
  transition: all 0.1s;
}
.ban-header-nav .nav-ul > li.active > a {
  color: #404e79;
}
.ban-header-nav .nav-ul > li.active > a:before {
  background: #404e79;
  bottom: 0;
}
.ban-header-nav .nav-ul > li:hover > a {
  background: #fff;
}
.ban-header-nav .nav-ul > li:hover > a:before {
  background: #404e79;
  bottom: 0;
}
.ban-header-nav .share-right li {
  background: #fff;
  height: 39px;
  width: 39px;
}
.ban-header-nav .share-right li:hover {
  background: #6693eb;
}
.ban-main {
  padding: 40px 0 0;
}
.ban-main > .container {
  padding: 0 15px;
}
.ban-footer .top {
  background: #4164a8;
}
.ban-footer .top ul li a {
  color: #fff;
  border-color: #fff;
}
.ban-footer .top ul li.line {
  background: #fff;
}
.ban-phone-nav {
  background: #404e79;
}
.ban-phone-nav .navList span {
  background: #fff;
}
.ban-phone-nav .container .logo img {
  max-width: 240px;
}
.ban-phone-nav .container .search-app {
  background: url("../images/ban-search.png") no-repeat center center;
  background-size: 30px;
}
.ban-phone-nav .container .search-app.active {
  background: url("../images/close-economic.png") no-repeat center center;
  background-size: 30px;
}
.semiconductor-header2 .mid {
  background: url("../images/sem2_02.jpg") no-repeat center center;
}
/*.semiconductor-header2 .mid .container{padding:54px 15px 52px;}
*/
.ban-header-nav2 {
  background: #394884;
  border: none;
}
.ban-header-nav2 .container {
  background: transparent;
  padding: 0;
}
.ban-header-nav2 .nav-ul {
  padding: 0;
}
.ban-header-nav2 .nav-ul > li {
  margin: 0;
}
.ban-header-nav2 .nav-ul > li > a {
  padding: 0 20px;
  color: #fff;
  line-height: 34px;
}
.ban-header-nav2 .nav-ul > li > a:before {
  display: none;
}
.ban-header-nav2 .nav-ul > li.active > a {
  background: #24326a;
  font-weight: bolder;
  color: #fff;
}
.ban-header-nav2 .nav-ul > li:hover > a {
  background: #24326a;
  color: #fff;
}
.ban-header-nav2 .share-right li {
  background: transparent;
  height: 34px;
}
.ban-main2 > .container {
  padding: 0;
}
.ban-main2 {
  background: #f0f3f8;
  padding: 20px 0 0;
}
.semiconductor3-header .top {
  background: #194670;
}
.semiconductor3-header .right li a {
  color: #fff;
}
.semiconductor3-header .right li.line {
  background: #fff;
}
.semiconductor3-header .mid {
  background: transparent;
}
.semiconductor3-header .mid .container {
  background: #fff;
  padding: 50px 20px 14px;
}
.semiconductor3-header .ban-gao {
  color: #333;
}
.ban3-search-box {
  border: 1px solid #d3d3d3;
  position: relative;
  width: 361px;
  height: 42px;
  margin: 0 0 0 10px;
}
.ban3-search-bot select {
  height: 42px;
  border: 1px solid #d3d3d3;
  padding: 0 38px 0 10px;
  display: block;
}
.ban3-search-bot .text {
  border: none;
  width: 100%;
  height: 40px;
}
.ban3-search-bot .sub {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f45600;
}
.ban-banner .left {
  width: 635px;
}
.ban-banner .left .item {
  position: relative;
}
.ban-banner .left .pic img {
  width: 100%;
  max-width: 100%;
  border: 1px solid #acb4c6;
  max-height: 270px;
}
.ban-banner .left .text {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 14px 20px 19px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
.ban-banner .left .text .tit {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  display: block;
  font-weight: bolder;
}
.ban-banner .left .text p {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
}
.ban-banner .owl-pagination {
  position: absolute;
  right: 7px;
  bottom: 19px;
  height: 11px;
  font-size: 0;
}
.ban-banner .owl-page span {
  margin: 0 3px !important;
  border-radius: 0 !important;
  background: #fff !important;
  opacity: 1 !important;
}
.ban-banner .owl-page.active span {
  background: #c5d3ff !important;
}
.ban-banner .owl-theme .owl-controls .owl-page span {
  border: solid 1px #bbb;
}
.ban-banner .right-l {
  display: block;
  margin: 0 25px 0 0;
}
.ban-banner .right-l img {
  max-width: 197px;
}
.ban-banner .right-r-top {
  text-align: center;
  padding: 17px 6px 17px;
  border: 1px solid #cfd5e4;
  margin: 0 0 15px;
}
.ban-banner .right-r-top span {
  display: block;
  color: #333;
  line-height: 20px;
}
.ban-banner .right-r-top p {
  font-weight: bolder;
  font-size: 16px;
  line-height: 25px;
}
.ban-banner .right-r-top .line {
  position: relative;
  margin: 0 0 20px;
}
.ban-banner .right-r-top .line:before {
  width: 168px;
  border-top: 1px dashed #cfd5e4;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  margin: auto;
}
.ban-banner .right-r-bot {
  background: #f07f10;
  border: 1px solid #ffa815;
  color: #fff;
  padding: 5px 10px;
}
.ban-banner .right-r-bot span {
  display: block;
  line-height: 16px;
  font-size: 12px;
}
@font-face {
  font-family: "nyala";
  src: url("../fonts/nyala.otf");
}
.ban-banner .right-r-bot p {
  line-height: 28px;
  font-size: 24px;
  font-family: nyala;
  text-align: center;
}
.ban-header-nav {
  border-bottom: none;
}
.body3 .container {
  width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}
.article-title {
  margin-top: 10px;
  font-size: 20px;
  color: #000;
  line-height: 28px;
  text-align: center;
  font-weight: bolder;
}
.ban-main-list {
  padding: 24px 15px 0;
}
.toolBox1 {
  padding: 15px 0 20px;
  border-bottom: 0;
}
.article-list-journalg {
  line-height: 29px;
  display: block;
  background: transparent;
  padding: 0;
}
.article-list-journalg a {
  display: inline-block;
  line-height: 29px;
  background: #112f61;
  padding: 0 10px;
  cursor: pointer !important;
}
.semic-list .article-list {
  padding: 20px 0 15px;
}
.article-list a {
  line-height: 20px;
}
.semic-list .article-list .article-list-left {
  position: inherit;
  width: 20px;
  left: auto;
  display: block;
  height: 100% !important;
  padding: 4px 0 0;
}
.semic-list .article-list .article-list-left img {
  width: 100%;
}
.allCenter {
  position: inherit;
}
.semic-list .article-list .article-list-right {
  /* width:622px;*/
  padding: 0 0 0 20px;
}
.main > .semic-list {
  padding: 0;
}
.article-list-title a {
  font-size: 16px;
  color: #404e79;
  line-height: 24px;
  font-weight: bold;
}
.article-list-time a {
  color: #404e79;
}
.article-list-zy {
  line-height: 26px;
}
.article-list-author a {
  font-size: 14px;
}
.list-box {
  /*border:1px solid #cfd5e4;*/
  padding: 15px 10px 15px 15px;
  margin: 0 0 16px;
  background: #fff;
}
.semic-right-list .right-l {
  width: 146px;
  display: block;
  margin: 0;
}
.semic-right-list .right-l img {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}
.semic-right-list .right-r {
  width: 150px;
}
.semic-right-list .right-r-top {
  border: none;
  padding: 0 0 0 20px;
  text-align: left;
  margin: 0;
}
.semic-right-list .right-r-top p {
  font-size: 14px;
}
.semic-right-list .right-r-top .line:before {
  width: 100%;
}
.semic-right-list .right-r-top .p1 {
  font-size: 15px;
}
.semic-right-list .right-r-bot {
  margin: 20px 0 0;
}
.semic-right-list .right-r-bot span {
  padding: 0 0 0 24px;
}
.semic-right-list .right-r-bot p {
  padding: 0 0 0 90px;
}
.list-baseTitle {
  border-bottom: 1px solid #e7e7e7;
  line-height: 43px;
}
.list-baseTitle .tit {
  font-size: 18px;
  color: #000;
  font-weight: bolder;
}
.list-baseTitle a {
  font-size: 14px;
  color: #6e82aa;
  display: block;
}
.semic-list .ban3-ul li .tit {
  line-height: 20px;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  margin: 0 0 2px;
}
.semic-list .ban3-ul.mostlist li .tit {
  color: #404e79;
}
.semic-list .ban3-ul.mostlist3 li .tit {
  color: #4a4a4a;
  font-weight: bold;
}
.base-title .tit:hover {
  color: #db4b27;
}
.ban3-ul li {
  border-bottom: 1px solid #e9e9e9;
  padding: 17px 0;
}
.ban3-ul li .tit {
  display: block;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 22px;
  font-weight: bolder;
}
.ban3-ul li .author {
  line-height: 22px;
}
.ban3-ul li .author a {
  color: #666;
}
.semic-list2 .ban2-bot > .left {
  padding: 20px;
}
.semic-list2 .ban2-bot > .right {
  width: 325px;
  padding: 0;
}
.semic-list2 .semic-right-list .right-l {
  width: 111px;
}
.semic-list3 .ban2-bot > .left {
  width: 820px;
}
.semic-list3 .ban2-bot > .right {
  width: 380px;
}
/*中文*/
.ban-banner .right-r-top {
  width: 223px;
}
.ban-banner-cn1 .right-r-top {
  width: 150px;
}
.ban-header-nav-cn1 .nav-ul > li > a {
  font-weight: bolder;
}
.ban-banner-cn1 .left .text .tit {
  font-size: 18px;
}
.ban-banner-font .right-r-top p {
  font-size: 14px;
  font-weight: normal;
}
.ban-banner-font .right-r-top .line {
  font-weight: bolder;
  font-size: 18px;
}
.ban-banner-font .right-r-bot p {
  font-size: 22px;
  text-align: center;
  padding: 0;
}
.ban-tab-ul-cn1 li a {
  font-size: 20px;
}
.ban-tab-con-cn1 ul li .tit {
  font-size: 16px;
}
.ban-news-title-cn1 .tit {
  font-weight: bolder;
}
.ban-news-cn1 ul li .bot {
  min-height: 300px;
}
.ban-news-cn1 ul li {
  min-height: 430px;
}
.footer-cn1 .bot a {
  margin: 0 0 0 10px;
}
.semiconductor-header2-cn2 .mid .container {
  padding: 39px 15px 37px;
}
.doi-txt {
  color: #333;
  line-height: 20px;
  padding: 0 0 8px;
}
.ban-banner2-cn2 .doi {
  padding: 0 0 16px;
}
.ban-banner2-cn2 .doi a {
  color: #666;
}
.ban2-message-cn2 .ban2-adv {
  font-weight: normal;
}
.ban2-message-cn2 .text {
  width: 527px;
}
.sub-online-cn2 {
  font-weight: normal;
  padding: 0 55px;
}
.archive-new-list li .right .txt {
  color: #000;
  line-height: 22px;
}
.archive-new-list-cn2 li .right .author a {
  color: #5e6a90;
}
.archive-new-list-cn2 li .right .three a:before {
  display: none;
}
.ban2-author-cn2 {
  padding-bottom: 0;
}
.ban2-author-cn2 .ban2-news li a:last-child {
  padding-bottom: 0;
}
.ban3-header-nav-cn3 .nav-ul > li > a {
  font-size: 14px;
  padding: 0 30px;
}
.archiveNew-list-cn3 ul li .year-2 .year-l a {
  color: #404e79;
}
.archiveNew-list2-cn3 ul li .year-2 {
  line-height: normal;
}
.archiveNew-list2-cn3 ul li .year-2 .doi {
  line-height: 25px;
}
.archiveNew-list2-cn3 ul li .year-2 .doi a {
  color: #404e79;
}
.archiveNew-list2-cn3 ul li .year-2 .year-r {
  position: inherit;
}
.archiveNew-list2-cn3 .abstract-wrap {
  background: #f0f0f0;
  padding: 7px 15px;
  line-height: 24px;
  margin: 20px 0 0;
  display: none;
}
.archiveNew-list2-cn3 .zhai.active {
  position: relative;
}
.archiveNew-list2-cn3 .zhai.active:after {
  content: "";
  background: url("../images/new-tab-arr_03.png") no-repeat 0;
  width: 28px;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
.online3-cn3 {
  letter-spacing: 8px;
}
.online3-cn3 img {
  margin-left: 12px;
}
.base-title-cn3 .tit {
  font-size: 18px;
}
.j-news-content {
  margin: 35px 0;
}
.left-title {
  text-align: left;
}
.loading-show {
  text-align: center;
  margin-top: 150px;
}
.loading-size {
  width: 100px;
}
.archiveNew-list .bot-pic .left img,
.semic-list .article-list .group2 img,
.archive-new-list li .pic img {
  max-height: 130px;
}
.semic-list .archive-new-list li,
.archive-new-list li,
.article-list,
.bot-pic {
  position: relative;
}
.archiveNew-list .bot-pic .left,
.ban-main .semic-list .article-list .group2,
.archive-new-list li .pic {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  height: auto;
  max-height: 130px;
}
.semic-list .archive-new-list li .right,
.ban2-bot .archive-new-list li .right,
.semic-list .article-list .article-list-right,
.bot-pic .right,
.semic-list .archiveNew-list ul li .bot-pic .right {
  padding-left: 173px;
}
@media screen and (max-width: 1200px) {
  .header {
    display: block;
  }
  .header .mid {
    display: none;
  }
  .search-app-wrap .left {
    position: relative;
  }
  .search-app-wrap .gao {
    color: #fff;
    line-height: 30px;
    display: block;
  }
  .journal-ul li {
    width: 18%;
    margin: 0 1% 14px;
  }
  .journal-ul li .pic {
    text-align: center;
    height: 145px;
  }
  .journal-ul li .pic img {
    max-width: 100%;
    height: 100%;
  }
  .main .Journals .container {
    padding: 40px 15px;
  }
  .journal-ul {
    margin: 40px -1%;
  }
  .semiconductor-header .mid {
    display: none;
  }
  /* .ban-banner .left{width:56%;}
.ban-banner .right{width:44%;padding:0 0 0 3%;}
*/
  .ban-banner .left {
    margin: 0 0 20px;
  }
  .ban-banner .left,
  .ban-banner .right {
    width: 100%;
    float: none;
  }
  .ban-banner .right {
    padding: 0;
  }
  .ban-banner .right-l {
    float: none;
    width: auto;
    padding: 0 0 20px;
    text-align: center;
  }
  .ban-banner .right-r {
    float: none;
    width: auto;
  }
  .ban-banner .right-l img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  /* .ban-banner .right-l,.ban-banner .right-r{width:50%;margin:0;}
*/
  .ban-banner .right-l {
    padding-right: 5px;
  }
  .ban3-banner .left {
    width: 100%;
  }
  .ban-banner .right-l img {
    max-width: 200px;
  }
  .selectAll {
    display: none;
  }
  /*journal过刊页面 */
  .ban2-bot.archive-list-wrap > .right {
    display: none;
  }
  .ban2-bot.archive-list-wrap > .left {
    width: 100%;
    float: none;
  }
  .index-header .header-nav-common {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header .top .left span {
    display: none;
  }
  .search-content-right {
    margin-top: 20px;
  }
  .main-left,
  .main-mid,
  .main-right {
    float: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-left {
    padding-top: 20px;
  }
  .message {
    padding: 10px;
  }
  .message .left,
  .message .right {
    float: none;
  }
  .message .right {
    padding: 10px 0 0;
  }
  .message .right .email-alert {
    float: left;
  }
  .header .logo {
    width: 36%;
  }
  .header .right .text {
    font-size: 13px;
    line-height: 20px;
  }
  .banner .swiper-button-prev {
    display: none;
  }
  .banner .swiper-button-next {
    display: none;
  }
  .banner .text {
    left: 15px;
  }
  .email .left {
    width: 100%;
  }
  .email .left .icon {
    padding: 0;
    width: 10%;
  }
  .email .left .text {
    width: 90%;
    padding: 0 0 0 10px;
  }
  .email .left .text .tit {
    font-size: 18px;
    line-height: 28px;
  }
  .email .left .text .txt {
    font-size: 14px;
    line-height: 24px;
  }
  .email .left .icon img {
    max-width: 100%;
    height: auto;
  }
  .email .right {
    float: left;
  }
  .footer .top ul li.line {
    margin: 4px 10px 0;
  }
  .ban-banner2 .left,
  .ban-banner2 .right {
    width: 100%;
    float: none;
  }
  .ban-banner2 .right {
    padding: 20px 0 0;
  }
  .footer .top ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .ban-footer .top ul li a {
    border: none !important;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  .header .right .text {
    font-size: 12px;
    padding-right: 8px;
  }
  .banner .container {
    width: 100%;
  }
  .banner,
  .banner .swiper-container,
  .banner .container {
    height: 220px;
  }
  .banner .text .tit {
    font-size: 18px;
    line-height: 28px;
  }
  .banner .text .txt {
    line-height: 23px;
    font-size: 13px;
  }
  .ban-banner .left {
    margin: 0 0 20px;
  }
  .ban-banner .left,
  .ban-banner .right {
    width: 100%;
    float: none;
  }
  .ban-banner .right {
    padding: 0;
  }
  .ban-tab-ul li a {
    font-size: 16px;
  }
  .left-content {
    min-height: auto;
  }
  .smallUl > li > ol a {
    width: 100% !important;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .box-tan {
    width: 100% !important;
  }
  .js-qrcode-close {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .tab-ul-index li a {
    font-size: 14px;
  }
  #mescroll .main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bottom-fixed {
    width: 34px;
    height: 34px;
    background-size: 24px 24px;
    border-radius: 50%;
  }
  .arc-listit {
    float: none;
  }
  .columimg {
    width: 100%;
    float: none;
  }
  .arcimgeng .archimg li {
    width: 100%;
  }
  .archcon .archimg li {
    margin: 0 0 10px;
  }
  .contentArea-left,
  .contentArea-right {
    width: 100%;
    float: none;
  }
  .message .left .mes-swiper a,
  .message .swiper-wrapper {
    width: 100% !important;
  }
  .message .right .search {
    padding: 0;
    float: none;
    width: 100%;
  }
  .message .right .sub {
    margin: 0;
  }
  .message .right .advanced {
    float: none;
    display: inline-block;
    margin: 10px 10px 0 0;
  }
  .message .right .email-alert {
    float: none;
    display: inline-block;
  }
  .footer .top span {
    margin-right: 0;
    display: block;
  }
  .table-tit {
    font-size: 15px;
    line-height: 25px;
  }
  .journal-ul li {
    width: 31.33%;
  }
  .footer .top ul {
    display: block;
  }
  .footer .top ul li a {
    font-size: 14px;
  }
  .footer .top ul li.line {
    display: none;
  }
  .semiconductor-header .top .logo {
    margin: 0 0 10px;
  }
  .semiconductor-header .top .logo,
  .semiconductor-header .top .right {
    float: none;
  }
  .ban-banner .right-l {
    float: none;
    width: auto;
    padding: 0 0 20px;
    text-align: center;
  }
  .ban-banner .right-r {
    float: none;
    width: auto;
  }
  .ban-banner .right-l img {
    width: auto;
    margin: 0 auto;
  }
  .ban-tab-con ul li {
    width: 48%;
    margin: 0 1% 25px;
  }
  .ban-news ul li {
    width: 48%;
    margin: 0 1%;
  }
  .ban3-main > .container > .left {
    padding: 0 0 20px;
  }
  .ban3-main > .container > .left,
  .ban3-main > .container > .right {
    width: 100%;
    float: none;
  }
  .banner .pic > img {
    position: inherit;
    left: auto;
    margin: 0;
    width: 100%;
  }
  .banner,
  .banner .owl-wrapper-outer,
  .banner .pic > img,
  .banner .container,
  .banner .item {
    width: auto;
    height: 220px;
  }
  .banner .pic > img {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner .text {
    width: 80%;
  }
  .banner .owl-prev,
  .banner .owl-next {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  /* .semic-list .archive-new-list li .right,.ban2-bot .archive-new-list li .right,.semic-list .article-list .article-list-right,.bot-pic .right,.semic-list .archiveNew-list ul li .bot-pic .right{padding-left:178px !important;}
*/
}
@media screen and (max-width: 560px) {
  .footer .top ul li a {
    padding: 0;
  }
  /* .tab-ul-index li{width:95px;}
*/
  .common-remark .imgcover {
    padding: 0;
  }
  .common-remark .imgcoverr {
    padding: 0 0 0 15px;
  }
  .pageTagsUl li {
    border: none;
    font-size: 13px;
    padding: 4px;
    margin: 0;
  }
  .pageTagsUl li:hover {
    background: none;
    color: #333;
  }
  .pageTagsUl li.first,
  .pageTagsUl li.gong {
    display: none;
  }
  .pageTagsUl li.current {
    background: none;
    color: #1280df;
  }
  .article-list {
    padding-left: 0;
    padding-right: 0;
  }
  .wid .article-list {
    padding: 15px 0;
  }
  .pageTagsUl li.input input {
    width: 20px;
    line-height: 20px;
    border: 1px solid #ddd;
  }
  .main-right .article-browse li a img {
    height: auto;
  }
  .email-input {
    width: 100%;
  }
  .footer .bottom,
  .footer .top,
  .footer .btmb {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .span1,
  .footer .span2,
  .footer .btmb-span {
    display: block;
  }
  .ban-tab-con ul {
    margin: 20px 0;
  }
  .ban-news ul {
    margin: 0;
  }
  .ban-tab-con ul li,
  .ban-news ul li {
    width: 100%;
    float: none;
    margin: 0 0 15px;
  }
  /* .semic-list .archive-new-list li .right,.ban2-bot .archive-new-list li .right,.semic-list .article-list .article-list-right,.bot-pic .right,.semic-list .archiveNew-list ul li .bot-pic .right{padding-left:130px !important;}
*/
}
@media screen and (max-width: 375px) {
  .header .logo {
    width: 23%;
  }
  .main-right .tab-ul {
    border-bottom: 1px solid #bebebe;
  }
  .main-right .tab-ul li {
    float: left;
    width: 130px;
    background: #e5e5e5;
    text-align: center;
    margin: 0 10px 0 0;
  }
  .main-right .tab-ul li.active {
    background: #26804a;
  }
  .main-right .tab-ul li.active a {
    color: #fff;
    font-weight: bolder;
  }
  .main-right .tab-ul li a {
    font-size: 16px;
    color: #242424;
    display: block;
    line-height: 37px;
  }
  .semiconductor-header .top .right li {
    width: auto;
  }
  .semiconductor-header .right li.line {
    margin: 3px 8px 0;
  }
  .semiconductor-header .top .right li a {
    font-size: 12px;
  }
  .ban-phone-nav .container .logo img {
    max-width: 170px;
  }
  .ban-phone-nav .container .logo {
    padding: 7px 0 0 20px;
  }
  .ban-phone-nav .container .logo:before {
    top: 5px;
  }
}
/*页面样式调整*/
.j-news-list {
  min-height: 400px;
  margin-top: 35px;
}
.header-nav {
  background: #223450;
  border-bottom: 2px solid #375077;
}
.header-nav ul > li {
  float: left;
  position: relative;
}
.header-nav ul > li:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.header-nav ul > li.active > a {
  color: #fdd74d;
  background: transparent;
}
.header-nav ul > li:hover > a {
  color: #fdd74d;
  text-decoration: none;
  background: transparent;
}
.header-nav ul > li:hover {
  background: #486289;
}
.index-nav.header-nav ul > li:first-child:hover {
  background: #223450;
}
.header-nav ul > li > a {
  display: block;
  color: #fff;
  line-height: 47px;
  padding: 0 39px 0 39px;
  font-size: 16px;
}
.index-nav.header-nav ul > li:first-child > a {
  padding-left: 0;
}
.header-nav ul > li ol {
  position: absolute;
  background: #223450;
  top: 49px;
  min-width: 100%;
  z-index: 50;
  display: none;
  left: 0;
}
.header-nav ul > li ol li {
  float: left;
  border-bottom: 1px solid #375077;
  width: 100%;
}
/*width:180px;*/
.header-nav ul > li ol li a {
  font-size: 15px;
  display: block;
  padding: 0 15px;
  white-space: nowrap;
  color: #fff;
  line-height: 41px;
  border-bottom: 1px solid #375077;
}
.header-nav ul > li ol:hover,
.header-nav ul > li ol li:hover {
  background: #223450;
}
.header-nav ul > li ol li a:hover {
  text-decoration: none;
  background: #4f6e9e;
}
.index-nav ul > li ol li a {
  border-right: 1px solid #375077;
}
.special-tit {
  margin: 0px 0 3px;
  padding: 5px 0 10px;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #eee;
}
.special-tit .panel-body {
  padding: 0;
}
.special-tit h3 {
  margin-bottom: 10px;
}
.special-tit h3 a,
.special-tit h3 {
  line-height: 23px;
  font-size: 18px;
  font-weight: bold;
  color: #23527c;
}
.special-tit h3.special-intro-tit {
  margin: 6px 0 0px;
  font-size: 16px;
  font-weight: normal;
}
.special-tit h4 i {
  font-style: normal;
  line-height: 24px;
}
.special-tit p {
  line-height: 20px;
  font-size: 13px;
}
.special-introduction {
  margin: 3px 0 5px;
}
.special-more {
  display: inline-block;
  font-size: 15px;
  height: 28px;
  line-height: 25px;
  padding: 1px 10px;
  background: url(../images/specialbtnbg.png) repeat-x;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#4b75b6),
      to(#375077)
    )
    #375077;
  background-image: -webkit-linear-gradient(top, #4b75b6, #375077);
  border-color: #0176c3;
  color: #fff;
  margin: 6px 0 6px;
  border-radius: 5px;
}
.special-more:hover {
  color: #fff;
}
.back-intro {
  margin: 10px;
}
.back-intro span {
  border: solid 1px #ddd;
  padding: 5px;
  background-color: #ddd;
  text-indent: 2em;
}
.j-news-content div {
  font-size: 16px;
}
.j-news-content p {
  font-size: 16px;
  line-height: 30px;
}
.listp a {
  font-size: 15px;
}
/*过刊页，布局调整*/
.col-lg-8 .archcon .archimg li,
.col-lg-9 .archcon .archimg li {
  width: 25%;
}
.col-lg-8 .columimg {
  width: 608px;
}
.col-lg-9 .columimg {
  width: 710px;
}
/* register */
.marginT30 {
  margin-top: 30px;
}
.user .top .logor li {
  line-height: 22px;
  color: #fff;
  font-size: 13px;
  float: left;
}
.user .top .logor ul > li > span {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #eaf6f7;
  position: relative;
  top: 3px;
}
.user .top .logor .toptnav li a {
  font-size: 14px;
  padding: 0 15px;
}
.user .top .logor .toptnav li:last-child a {
  padding-right: 0;
}
.regetit {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #0760b9;
  font-size: 22px;
  text-align: center;
}
.colorRed {
  color: #ff0000;
}
.user {
  background: #f4f4f4;
}
.user-register {
  margin-bottom: 53px;
}
.user-register .container {
  max-width: 900px;
}
.user-register .top {
  background: #f4f4f4;
}
.user .top {
  width: 100%;
  height: 60px;
  padding-top: 10px;
}
.user-register .logotxt {
  color: #333;
  font-size: 25px;
  margin: 2px 0 0 8px;
}
.user-register .top .logor li {
  color: #666;
}
.user-register .top .logor li i {
  font-style: normal;
}
.user-register .top .logor li a {
  color: #0760b9;
}
.user-register .top .logor ul > li > span {
  background: #a8a8a8;
}
.user-register .top .logor .toptnav li:first-child a {
  padding-left: 0;
}
.rege-con {
  background: #fff;
}
.servicebtn {
  color: #337ab7;
}
.common-line {
  margin-bottom: 20px;
  position: relative;
}
.rege-con .rege-form label {
  width: 94px;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  padding-right: 10px;
  margin: 0;
}
.line-phone input {
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  border: solid 1px #dfdfdf;
  width: 80%;
  max-width: 338px;
  padding-left: 10px;
}
.line-phone input.codeinput {
  width: 40%;
  max-width: 197px;
}
.line-phone input::-webkit-input-placeholder {
  color: #666;
}
.line-phone input::-moz-placeholder {
  color: #666;
}
.line-phone input::-ms-input-placeholder {
  color: #666;
}
.line-phone input::-moz-placeholder {
  color: #666;
}
.line-phone .codewrap {
  width: 30%;
  max-width: 141px;
  padding-left: 10px;
}
.line-phone .codewrap .gettestcode {
  width: 100%;
  background: #0760b9;
  height: 42px;
  line-height: 42px;
  color: #fff;
  border: solid 1px #dfdfdf;
  border-left: 0;
}
.line-phone input.regelogbtn {
  text-align: center;
  background: #0760b9;
  color: #fff;
  font-size: 20px;
  padding: 0;
  border-radius: 5px;
}
.line-phone input.regelogbtn:hover {
  cursor: pointer;
  opacity: 0.9;
}
.agreewrap {
  margin: 0;
}
.reg_agree #stAgree {
  float: left;
  width: 14px;
  height: 14px;
  overflow: hidden;
  margin-top: 4px;
  margin-right: 10px;
  cursor: pointer;
  background: url(/style/web/images/public/icoinput.png) no-repeat;
}
.reg_agree #stAgree.active {
  background-position: -19px 0px;
}
.rege-form {
  /*width:490px;margin:0 auto;*/
  padding: 20px 0 60px;
}
i.colorRed {
  font-style: normal;
  margin-right: 5px;
}
.warning {
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  padding-left: 10px;
}
.warning p,
.warning span {
  color: #ff0000;
  display: inline-block;
}
.warning span.text-success,
.warning p.text-success {
  color: #3c763d;
}
.glyphicon:before {
  position: relative;
  top: -25px;
  right: -25px;
  color: #fff;
}
.user-register .container.serviceAgreement {
  padding: 15px 25px;
  background: #fff;
  border-radius: 10px;
}
.serviceAgreement .sertit {
  padding: 20px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.serviceAgreement .sercon {
  font-size: 14px;
  line-height: 22px;
}
.line-phone.dedinewrap {
  text-align: center;
}
.line-phone input.define {
  background: #0760b9;
  color: #fff;
  font-size: 20px;
  padding: 0;
  border-radius: 5px;
  text-align: center;
  margin: 20px 0 0;
}
.line-phone input.define:hover {
  cursor: pointer;
}
.tempplace {
  display: none;
}
/* 登录页 */
.monitor {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(10, 10, 10, 0.6);
  top: 0;
  left: 0;
  z-index: 1000;
}
.loginwrap {
  display: none;
}
.login-con {
  width: 337px;
  margin: 0 auto;
}
.login-con .line-phone input {
  width: 100%;
  height: 48px;
  line-height: 48px;
}
.login-con .line-phone input.autoinput {
  width: auto;
  height: auto;
}
.user-login .container,
.serviceAgreement {
  display: none;
  max-width: 537px;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1001;
  width: 90%;
  padding: 2em;
  transform: translate(-50%, -50%);
}
.user-login .container .tab-list {
  border-bottom: solid 1px #eee;
  margin-bottom: 40px;
}
.user-login .container .tab-list li {
  width: 72px;
  float: left;
  font-size: 18px;
  position: relative;
  padding-bottom: 20px;
  margin-right: 50px;
}
.user-login .container .tab-list li a {
  color: #999;
}
.user-login .container .tab-list li.active a {
  color: #333;
}
.user-login .container .tab-list li.active:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #282828;
  position: absolute;
  bottom: -1px;
}
.forgetwrap {
  font-size: 12px;
}
.forgetpass li {
  float: left;
  height: 20px;
  line-height: 20px;
}
.forgetpass li:last-child a {
  margin-right: 0;
}
.forgetpass li a {
  color: #999;
  margin: 0 15px;
}
.forgetpass > li > span {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #d3d3d3;
  position: relative;
  top: 3px;
}
.autologin input {
  width: 14px;
  line-height: 22px;
  height: 14px;
  margin: 0 6px 0 0;
}
.closelogin {
  position: absolute;
  top: -14px;
  right: -14px;
  cursor: pointer;
  width: 33px;
  height: 33px;
  background: url(/style/web/images/public/icocuo.png) no-repeat;
}
.login-con .warning {
  height: auto;
  line-height: inherit; /*position:absolute;bottom:-16px;*/
}
#phonelogin .phone86 {
  display: block;
  width: 30%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #666;
  border: solid 1px #dfdfdf;
  border-right: 0;
}
#phonelogin .phonenum {
  width: 70%;
}
#phonelogin .line-phone .codewrap .gettestcode {
  height: 48px;
  line-height: 48px;
}
#phonelogin .line-phone input.codeinput {
  max-width: inherit;
  width: 70%;
}
/* forget password */
.temppass,
.stepdefine {
  display: none;
}
.rege-form.forget-form {
  padding-bottom: 30px;
}
/* sign up */
.signup .main-right {
  padding-top: 30px;
  border: solid 1px #ccc;
}
.signup-form .signtit,
.contribution .contritit {
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}
/* .signup-form .signtit.signtit2{font-size:17px;margin:16px 0;}
*/
.alline {
  font-size: 15px;
  margin-bottom: 5px;
  overflow: hidden;
}
.alline input[type="text"],
.signline input[type="tel"],
.signline input[type="email"] {
  width: 75%;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  border: solid 1px #dfdfdf;
  max-width: 450px;
  padding-left: 10px;
  float: left;
}
.alline input[type="radio"] {
  margin: 0px 1px 1px 0;
  height: 42px;
}
.alline label {
  height: 42px;
  line-height: 42px;
  padding-right: 16px;
  width: 25%;
  text-align: right;
  float: left;
}
.signbtn,
.contribtn {
  text-align: center;
  margin-top: 16px;
}
/*contribution*/
.alline.contriline input[type="file"] {
  width: 75%;
  padding: 10px 0;
  font-size: 14px;
  max-width: 450px;
  float: left;
}
@media (min-width: 1220px) {
  .header-nav {
    display: block;
  }
  .phone-nav {
    display: none;
  }
  .container {
    padding: 0;
    width: 1200px;
  }
  /*.main-left{padding:0;width:830px;}
*/
  /*.main-right{float:right;padding:0;width:330px;}
*/
  /* 注册页 */
  .rege-con .rege-form label {
    width: 328px;
  }
  /* 登录页 */
  .user-login .container.loginwrap {
    min-height: 467px;
  }
  .user-login .container {
    padding: 60px;
  }
  #phonelogin .phone86 {
    width: 64px;
  }
  #phonelogin .phonenum {
    width: 273px;
  }
}
@media (max-width: 1219px) {
  .header-nav {
    display: none;
  }
  .phone-nav {
    display: block;
  }
  /* 注册页 */
  .rege-con .rege-form label {
    width: 35%;
  }
  .line-phone input {
    width: 65%;
  }
}
@media (max-width: 767px) {
  /*会议首页*/
  .allwrap .listwrap .meet-title a {
    font-size: 14px;
  }
  .allwrap {
    padding: 20px 0 20px 0;
  }
  .meetinglist .allwrap:first-child {
    padding-top: 10px;
  }
  .banner,
  .banner .owl-wrapper-outer,
  .banner .pic > img,
  .banner .container,
  .banner .item {
    height: auto;
  }
  .meet-more {
    display: none;
  }
  /* 注册页 */
  .user-register .warning {
    float: none;
  }
  .rege-con .rege-form label.tempplace,
  .user-register .warning {
    display: block;
    height: 10px;
    line-height: inherit;
  }
  .top .logor .toptnav li a {
    padding: 0 12px;
  }
  .rege-con .rege-form label {
    width: 25%;
    padding-right: 6px;
    font-size: 13px;
  }
  .line-phone input {
    width: 70%;
  }
  #phonelogin .line-phone input.codeinput {
    width: 65%;
  }
  #phonelogin .line-phone .codewrap {
    width: 35%;
  }
  .login-con {
    width: 95%;
  }
  /* .line-phone input{max-width:100%;}
*/
  .user-login .container .tab-list li {
    width: 50%;
    text-align: center;
    margin-right: 0;
  }
}
@media (max-width: 560px) {
  .rege-con .rege-form label,
  .signline label {
    /*line-height:22px;*/
    padding-right: 8px;
  }
}
/*********************光电********************/
/*单刊导航右侧显示大首页导航按钮*/
.i-nav-btn {
  position: relative;
}
.top-menu2 {
  width: 350px;
  position: absolute;
  top: 54px;
  right: 0;
  background: #f5f5f5;
  z-index: 9;
}
.top-menu2 li ol {
  display: block !important;
}
.i-nav-btn:hover {
  cursor: pointer;
}
.header-nav ul > li .top-menu2 ol {
  top: 0;
  position: static;
}
.header-nav ul > li .top-menu2 ol li {
  height: auto;
}
.header-nav ul > li .top-menu2 ol li,
.j-sub-nav.header-nav .loginWay li .top-menu2 ol li a {
  display: block;
  padding: 0 15px;
}
/*.j-sub-nav.header-nav .loginWay li .top-menu2 ol ol li a{padding:0 30px;}
*/
.j-sub-nav.header-nav .loginWay .top-menu2 li a:hover {
  background: #3893e2;
}
.j-sub-nav .top-menu2 .top-menu .i-menu-journals {
  position: static;
  background: none;
  display: block !important;
}
.j-sub-nav .top-menu2 .top-menu .i-menu-journals li {
  /*padding-left:20px;*/
  border: 0;
  float: none;
}
.header-nav ul > li .top-menu2 ol li a,
.header-nav ul > li .top-menu2 ol li,
.j-sub-nav .top-menu2 .i-menu-journals li a {
  border: 0;
  padding: 0;
}
.header-nav ul > li .top-menu2 ol {
  background: #015baa;
}
.header-nav ul > li .top-menu2 ol li a:hover {
  background: none;
}
.loginWay img {
  position: relative;
  bottom: 2px;
  margin: 0 10px;
}
html body {
  font-family: "sourceSerif Roman Regular", Helvetica, Arial, sans-serif,
    "Times New Roman", Georgia;
  font-size: 14px;
  color: #222;
}
.index-header ul > li > a i {
  font-family: "sourceSerif Roman Regular", "Times New Roman", Georgia;
}
#tpl5-header-nav i {
  font-family: "sourceSerif Roman Regular", Georgia, Lora, "Times New Roman";
}
input {
  font-family: "sourceSerif Roman Regular", Georgia, Lora, "Times New Roman";
}
a {
  color: #222;
}
.com-tit {
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 30px;
  margin-top: 20px;
}
.main-right .com-tit {
  font-size: 22px;
  margin-bottom: 15px;
}
.com-tit a {
  margin-left: 35px;
}
.com-tit a:hover,
.com-tit a:hover img {
  background: none;
}
.com-tit a img {
  position: relative;
  bottom: 0;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #c7c7c7;
  font-size: 16px;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c7c7c7;
  font-size: 16px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c7c7c7;
  font-size: 16px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c7c7c7;
  font-size: 16px;
}
.index-header.header .logo {
  width: 40%;
  padding-top: 5px;
}
.index-header .header-right {
  width: 60%;
}
.header .logo img {
  max-height: 95%;
}
.index-header.header .logo,
.index-header .header-right li {
  height: 96px;
  line-height: 96px;
  float: left;
}
.index-header .header-right li {
  margin-left: 20px;
}
.index-header .header-right img {
  position: relative;
  bottom: 2px;
}
.index-header .header-right img:hover {
  cursor: pointer;
}
.index-header .header-right .tsg img {
  margin-right: 15px;
}
.index-header .header-right li a {
  font-size: 18px;
}
.index-header .header-right li .languageBtn {
  color: #fff;
  background: #1a3877;
  border-radius: 4px;
  padding: 8px 40px;
  margin-left: 15px;
}
.index-header .header-nav {
  background: #fff;
  border: 0;
}
.index-header .header-nav ul > li:first-child:hover,
.index-header .header-nav ul > li:hover,
.index-header .header-nav .i-top-menu > li:hover > a {
  color: #1a3877;
  background: none;
}
.index-header .header-nav ul > li ol,
.header-nav ul > li ol:hover,
.index-header .header-nav ul > li ol li:hover {
  color: #fff;
  background: #1a3877;
}
.index-header .header-nav ul > li > a {
  font-size: 18px;
  color: #222;
}
.index-header .header-nav ul > li > a {
  height: 48px;
  line-height: 48px;
  padding: 0 18px;
}
.index-header .header-nav ul > li:first-child > a {
  padding-left: 20px;
}
.index-header .header-nav ul > li.active a {
  color: #1a3877;
  font-weight: bold;
}
.index-header .header-nav ul > li:first-of-type a {
  padding-left: 0;
  font-size: 20px;
}
.index-header .header.secondnav .header-nav {
  background: #e9711c;
}
.index-header .header.secondnav .header-nav ul > li > a {
  color: #fff;
}
.index-header ul > li > a span,
#tpl5-header-nav ul > li > a span,
.j-sub-nav .top-menu > li a span {
  display: inline-block;
  width: 13px;
  height: 7px;
  background: url(../../web/images/custom/nav-arrow1.png) no-repeat center
    center;
  top: -2px;
}
.index-header ul > li:hover > a span,
#tpl5-header-nav ul > li:hover > a span {
  background: url(../../web/images/custom/nav-arrowb.png) no-repeat center
    center;
}
.j-sub-nav .top-menu > li a span {
  background: url(../../web/images/custom/nav-arrow0.png) no-repeat center
    center;
}
.j-sub-nav .top-menu > li:hover a span {
  background: url(../../web/images/custom/nav-arrow2.png) no-repeat center
    center;
}
.index-header ul > li > a i,
#tpl5-header-nav ul > li > a i {
  font-style: normal;
}
/*.index-header ul > li.active > a span,*/
#tpl5-header-nav ul > li.active > a span {
  background: url(../../web/images/custom/nav-arrow2.png) no-repeat center
    center;
}
/*.index-header ul > li:hover > a span,*/
#tpl5-header-nav ul > li:hover > a span {
  background: url(../../web/images/custom/nav-arrow2.png) no-repeat center
    center;
}
.i-banner {
  margin-bottom: 40px;
  max-height: 371px;
  overflow: hidden;
}
.i-banner .carousel-indicators {
  bottom: 30px;
  text-align: center;
}
.i-banner .bancon {
  height: auto;
  max-height: 3790px;
  width: 100%;
}
.i-banner .pic {
  position: relative;
}
.i-banner .pic .iPicBox {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.i-banner .indexban,
.i-banner .owl-wrapper-outer,
.i-banner .owl-wrapper,
.i-banner .owl-item,
.i-banner .item,
.i-banner .pic {
  height: 100%;
}
.i-banner .carousel-indicators li {
  width: 14px;
  height: 14px;
  border: 0;
  margin: 0 18px;
  background: #fff;
}
.i-banner .carousel-indicators .active {
  background: #a90000;
}
.i-banner .container {
  height: 100%;
  position: relative;
}
.i-banner .mc .mcCon {
  width: 950px;
  padding: 40px 30px 40px 30px; /*background:rgba(0,0,0,0.5);*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.i-banner a {
  text-decoration: none;
  position: relative;
}
.i-banner a img,
.i-banner .pic img {
  width: 100%;
}
.i-banner a:hover {
  text-decoration: underline;
}
.i-banner .mcCon > span {
  display: block;
}
.i-banner .mcCon > span,
.i-banner .i-j-tit h3 {
  margin-bottom: 10px;
}
.i-banner .i-j-tit h3 {
  font-size: 28px;
  line-height: 1.3;
}
.i-banner .i-j-tit h3,
.i-banner span {
  color: #fff;
}
.i-banner span {
  font-size: 20px;
}
.i-banner .indexban {
  position: relative;
}
.i-banner .owl-theme .owl-controls {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.i-banner .owl-theme .owl-controls .owl-page span {
  width: 15px;
  height: 15px;
  background: #fff;
  margin: 0 18px;
}
.i-banner .owl-theme .owl-controls .owl-page.active span {
  background: #a90000;
}
.i-tuijian .i-tuijian-article {
  width: 100%;
}
.i-tuijian .i-tuijian-article .article-list-wrap .article-list {
  width: 23%;
  padding: 0 0 0 0;
  margin-right: 2.666%;
}
.i-tuijian .i-tuijian-article .article-list-wrap .article-list:last-of-type {
  margin-right: 0;
}
.i-tuijian .common-height {
  background: #fff;
}
.i-tuijian .i-tuijian-paper {
  width: 15%;
  background: #fff;
  position: relative;
  display: none;
}
.i-tuijian .article-list .article-img {
  height: 140px;
  margin-bottom: 0;
}
.i-tuijian .article-list-info,
.i-tuijian-paper .paperBtn {
  padding: 12px 10px;
}
.i-tuijian-paper .paperBtn {
  padding-top: 0;
}
.i-tuijian .common-height,
.i-tuijian-paper .paperBtn {
  box-shadow: 0 20px 15px rgba(170, 170, 170, 0.23);
}
.i-tuijian .article-list-author a,
.i-tuijian .article-list-time > font,
.i-tuijian .article-list-time > font a,
.i-tuijian .article-list-zy font a,
.i-article-box .article-list-author,
.i-article-box .article-list-author {
  font-size: 12px;
}
.i-tuijian .article-list {
  overflow: visible;
}
.i-tuijian .qkName a {
  font-size: 14px;
  color: #1a3877;
  font-weight: bold;
}
.i-tuijian .qkName {
  line-height: 20px;
  margin-bottom: 8px;
}
.main-tpl5 .qkName a {
  color: #1a3877;
  font-weight: bold;
}
.article-list .article-list-zy font {
  padding: 0 8px;
  border-right: 1px solid #666666;
}
.article-list .article-list-zy font:last-of-type {
  border-right: 0;
}
.article-list-zy font:first-of-type {
  padding-left: 0;
}
.i-tuijian-paper {
  text-align: center;
}
.i-tuijian-paper .com-tit {
  font-size: 20px;
  text-align: left;
}
.i-tuijian-paper .com-tit a {
  margin-left: 15px;
}
.i-tuijian-paper img {
  max-width: 100%;
}
.i-tuijian-paperCon .paperBtn div > a,
.i-tuijian-paperCon .paperBtn > a {
  display: block;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  margin-top: 13px;
  font-size: 16px;
  padding: 8px 0;
}
.i-tuijian-paper a.Subscribe {
  background: #e9711c;
  color: #fff;
  border: 0;
}
.i-tuijian-paper .paperImg {
  padding-top: 10px;
}
.cover-tk {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.cover-tk .cover-tk-con {
  transition: all 1s;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  width: 600px;
  min-height: 200px;
  padding: 20px 15px;
  border-left: 8px solid #e9711c;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cover-tk h3 {
  font-size: 16px;
  font-weight: bold;
  color: #1a3877;
  line-height: 28px;
}
.cover-tk .glyphicon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 26px;
}
.cover-tk .glyphicon:hover {
  cursor: pointer;
}
.i-tuijian-paper .opacity1 {
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
.i-tuijian-paper .opacity1 .cover-tk-con {
  top: 50%;
  transition: all 1s;
}
.i-article-all {
  margin: 50px 0;
}
/*.i-article-all .tab-pane{min-height:400px;}
*/
.i-article-box .i-article-tit {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
.i-article-box .tab-ul-index li {
  margin-right: 60px;
  background: none;
}
.i-article-box .tab-ul-index li.active a {
  font-size: 30px;
  color: #1a3877;
  background: none;
}
.i-article-box .tab-ul-index li.active {
  border-bottom: 4px solid #1a3877;
}
.i-article-box .tab-ul-index li a {
  font-size: 25px;
  color: #222;
  background: none;
  line-height: 43px;
}
.i-article-box .tab-box {
  border-bottom: 2px solid #b3b3b3;
}
.i-article-box .article-list {
  padding: 50px 0 20px 0;
  border-bottom: 1px solid #b3b3b3;
  width: 48%;
  display: inline-block;
}
.i-article-box .article-list .article-img {
  width: 31%;
  float: left;
}
.by .article-list:nth-of-type(even) {
  margin-left: 4%;
}
.by .article-list {
  height: 225px;
  display: block;
  float: left;
}
.i-article-box .article-list .article-list-info {
  width: 69%;
  padding-left: 20px;
  float: left;
  position: relative;
  top: -4px;
}
/*.i-article-box .tab-pane .article-list:nth-of-type(2n){float:right;}
*/
.i-article-box .tab-pane .article-list.float-r {
  float: right;
}
.i-article-box .article-list .article-img {
  max-height: 145px;
  min-height: 80px;
  height: auto;
  overflow: hidden;
}
.i-article-box .article-list .article-img img {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}
.i-article-box .article-list-time > font {
  display: initial;
}
.article-list-time .colorBlue {
  font-size: 14px;
  color: #1a3877;
  font-weight: bold;
  margin-right: 15px;
}
.tab-pane.j-latest-article-limit .qk {
  display: block;
}
.i-article-box .article-list-author a,
.i-article-box .article-list-time > font,
.i-article-box .article-list-time > font a,
.i-article-box .article-list-zy font a,
.i-article-box .article-list-author {
  font-size: 14px;
}
.i-article-box .morep .glyphicon,
.column-article .morep .glyphicon {
  top: 0;
  transition: all 0.2s ease-in-out;
}
.i-article-box .morep .glyphicon:before,
.column-article .morep .glyphicon:before {
  position: static;
  color: #e9711c;
  font-size: 13px;
}
.i-article-box .morep,
.column-article .morep {
  text-align: center;
  margin-top: 30px;
}
.i-article-box .morep a,
.column-article .morep a {
  font-size: 17px;
  font-weight: bold;
  padding: 8px 35px;
  color: #e9711c;
  position: relative;
  text-decoration: none;
}
.i-article-box .morep a:hover,
.column-article .morep a:hover {
  background: #e9711c;
  border-radius: 20px;
  color: #fff;
}
.i-article-box .morep a:hover .glyphicon:before,
.column-article .morep a:hover .glyphicon:before {
  color: #fff;
}
.i-article-box .morep a:hover .glyphicon,
.column-article .morep a:hover .glyphicon {
  transform: translateX(5px);
}
#myTabContent .article-doi {
  display: block;
}
.articleColume a {
  font-size: 14px;
  font-weight: normal;
  color: #0178d6 !important;
  line-height: 16px;
}
.articleColume span {
  font-size: 14px;
  display: inline-block;
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid #777;
  line-height: 16px;
}
/*所有文章列表*/
.i-list-tpl {
  padding: 20px 0;
}
.i-list-tpl .article-list {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.i-list-tpl .article-list .article-img {
  width: 25%;
  float: left;
}
.i-list-tpl .article-list .article-list-info {
  width: 75%;
  padding-left: 20px;
  float: left;
}
/*期刊列表*/
.comimglist {
}
.comimglist.j-issuelist {
  position: relative;
  padding: 40px 0;
  border-bottom: dashed 1px #ccc;
}
.comimglist span {
  display: inline-block;
}
.comimglist dt {
  width: 20%;
}
.comimglist dt a img {
  /*border:solid 2px #e4e4e4;*/
  width: 100%;
}
.comimglist dt,
.comimglist dd {
  float: left;
}
.comimglist dd .issue-tit {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding-left: 15px;
  position: relative;
}
.comimglist dd .issue-tit span {
  position: absolute;
  display: block;
  width: 5px;
  height: 18px;
  background: #1a3877;
  left: 0;
}
.comimglist dd .issue-tit a {
  color: #333;
}
.comimglist dd {
  width: 75%;
  margin-left: 5%;
}
.issue-introduction {
  line-height: 21px;
  padding: 18px 0 8px;
  font-size: 14px;
}
.center-issue {
  margin-bottom: 10px;
}
.center-issue span {
  display: block;
  float: left;
  padding: 0 10px 0 0;
  color: #be7759; /*background:#ffeee7;*/
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
}
.center-issue span:last-child,
.issue-chief span:last-child {
  margin: 0;
}
.issue-chief {
  width: 100%;
}
.issue-chief span,
.this-website a,
.this-email a {
  margin-right: 16px;
  color: #666 !important;
}
.issue-chief span a,
.issue-chief-wrap a:focus {
  color: #fff;
}
.comimglist span.this-email {
  display: block;
}
.issue-tsg {
  display: block;
  float: left;
  margin: 5px 5px 5px 0;
  border-radius: 3px;
  text-align: center;
  padding: 5px 5px;
  min-width: 108px;
  background: #1a3877;
  color: #fff;
  font-size: 15px;
}
.issue-tsg:hover {
  color: #fff;
}
.searchnews .clearTextList {
  position: absolute;
  right: 38px;
  top: 10px;
  font-size: 12px;
}
.searchnews .clearTextList:hover {
  cursor: pointer;
}
.issue-tsg img {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.i-journal-all .jorunal-all-box {
  margin-bottom: 50px;
}
.i-journal-all .com-tit {
  background: url("../../web/images/custom/icon_09.png") no-repeat center center;
}
.i-journal-all .com-tit span {
  background: #fff;
}
.i-journal-all .journal-all-tit {
  width: 28%;
  padding-right: 50px;
}
.i-journal-all .journal-all-tit a {
  display: block;
  font-size: 18px;
  color: #1a3877;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i-journal-all .journal-img {
  width: 72%;
}
.i-journal-all .journal-banner {
  position: relative;
}
.i-journal-all .owl-theme .owl-controls {
  position: absolute;
  right: 0;
  top: -45px;
}
.i-journal-all .item {
  padding: 0 10px;
}
.i-journal-all .item img {
  max-width: 100%;
}
.i-journal-all .owl-pagination {
  display: none;
}
.i-journal-all .owl-prev,
.i-journal-all .owl-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.i-journal-all .owl-prev {
  background: url("../../web/images/custom/icon_04.png") no-repeat 0;
  right: 50px;
  background-size: cover;
}
.i-journal-all .owl-next {
  background: url("../../web/images/custom/icon_05.png") no-repeat 0;
  right: 0;
  background-size: cover;
}
.journal-banner .pic,
.journal-banner a {
  display: block;
  width: 100%;
  height: 100%;
}
.journal-banner .pic a {
  overflow: hidden;
  position: relative;
  padding-bottom: 13px;
}
.journal-banner a .bookcenter,
.journal-banner a .bookcover {
  position: absolute;
}
.journal-banner a .bookcenter {
  top: -1px;
  right: 1px;
}
.journal-banner a .bookcover {
  top: 15px;
  padding-right: 15px;
  width: 100%;
  display: block;
}
.journal-banner a .bookcover {
  transform: translate3d(0, 10px, 0);
  -moz-transform: translateY(3px) skewY(8deg);
  -ms-transform: translateY(3px) skewY(8deg);
  transform: translateY(3px) skewY(8deg);
}
/*投稿页面*/
.tsg-box .tsg-list {
  padding: 18px 20px 18px 20px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.tsg-box .tsg-list:hover {
  border: 1px solid #1a3877;
  box-shadow: 0 0 10px #b7d3eb;
}
.tsg-list .tsg-list-left {
  width: 16%;
}
.tsg-list .tsg-list-left img {
  max-width: 100%;
}
.tsg-list .tsg-list-right {
  width: 84%;
  padding-left: 20px;
}
.tsg-list .tsg-tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tsg-list .tsg-btn {
  display: block;
  border-radius: 3px;
  background: #1a3877;
  color: #fff;
  font-size: 15px;
  padding: 6px 10px;
}
.tsg-list-desc .item > p {
  line-height: 28px;
}
.tsg-list-desc .item > p span {
  margin-right: 20px;
}
.tsg-list-desc {
  position: relative;
}
.tsg-list-desc .tsg-btn {
  position: absolute;
  top: 0;
  right: 20px;
}
.tsg-list-desc .desc-info {
  color: #666;
  line-height: 22px;
  margin-top: 10px;
}
.i-video .i-video-info .i-video-tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video-box .videolist .videolistcon {
  text-align: center;
  padding: 10px 10px;
}
.video-box .videolist .videolistcon .box {
  display: block;
  border-bottom: 1px solid #eee;
  border: 1px solid #eee;
}
.video-box .videolist img {
  max-width: 100%;
  margin-bottom: 10px;
}
.video-box .video-tit span {
  color: #777;
}
.video-box .video-tit a {
  font-size: 18px;
  font-weight: bold;
  color: #1a3877;
}
.video-box .videoimg {
  position: relative;
  height: 150px;
  overflow: hidden;
  margin-bottom: 13px;
}
.video-box .videoimg .j-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
.video-box .video-type {
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px 10px;
  color: #fff;
  background: #e9711c;
}
.video-tit {
  text-align: left;
  padding: 3px 15px;
}
.i-event-video,
.i-xinwen-huiyi {
  margin-bottom: 20px;
}
.i-xinwen-huiyi .news-one,
.i-event-video .i-event {
  width: 36%;
}
.i-event-video .com-tit {
  padding-left: 40px;
}
.i-event-video .i-event .com-tit {
  padding-left: 20px;
}
.i-event-video .i-event {
  background: #f6f6f6;
}
.i-event-video .source {
  color: #777;
  display: block;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-xinwen-huiyi .news-one-other,
.i-event-video .i-video {
  width: 64%;
}
.i-xinwen-huiyi .news-one {
  background: #e7ecf6;
  color: #fff;
}
.i-xinwen-huiyi .news-one .i-xinwen-info {
  padding: 0 20px;
  color: #222;
}
.i-xinwen-huiyi .news-one .tit {
  font-size: 20px;
}
.i-xinwen-huiyi .news-one .desc {
  font-size: 14px;
  margin-top: 20px;
}
.i-xinwen-huiyi .news-one .time {
  color: #666;
  margin-left: 20px;
}
.i-xinwen-huiyi .news-one-other {
  position: relative;
}
.i-xinwen-huiyi .i-xinwen-img img {
  max-width: 100%;
  max-height: 100%;
}
.i-xinwen-huiyi .news-one .i-xinwen-img {
  height: auto;
  max-height: 450px;
}
.i-xinwen-huiyi .news-one .i-xinwen-img img {
  max-width: 100%;
  max-height: 260px;
  width: auto;
}
.i-xinwen-huiyi .i-xinwen-img {
  height: 125px;
  text-align: center;
  padding-bottom: 12px;
}
.i-xinwen-huiyi .news-one-sibling,
.i-video ul li {
  position: relative;
  margin-left: 4%;
  width: 29.333%;
  float: left;
  display: inline-block;
  border-bottom: 1px solid #eae8e8;
  margin-bottom: 13px;
  padding-bottom: 20px;
  min-height: 320px;
  overflow: hidden;
}
.i-xinwen-huiyi .time {
  position: absolute;
  left: 0;
  bottom: 15px;
  color: #777;
  font-size: 14px;
}
.i-xinwen-huiyi .clickNum {
  position: absolute;
  right: 0;
  bottom: 15px;
  color: #777;
  font-size: 15px;
}
.i-xinwen-huiyi .i-xinwen,
.i-xinwen-huiyi .i-xinwen {
  width: 100%;
  padding: 0;
}
.i-xinwen .i-xinwen-left {
  width: 15%;
  border-right: 1px solid #d9d9d9;
}
.i-xinwen .i-xinwen-right {
  width: 85%;
  padding-left: 15px;
}
.i-xinwen li,
.i-huiyi li {
  margin-bottom: 15px;
  line-height: 25px;
}
.i-xinwen li a,
.i-huiyi li a {
  display: block;
  text-decoration: none;
}
.i-xinwen a .tit,
.i-huiyi a .tit {
  font-size: 15px;
  font-weight: bold;
}
.i-xinwen a .d {
  font-size: 24px;
  font-weight: bold;
}
.i-xinwen .i-xinwen-left span {
  display: block;
  text-align: center;
}
.news-one .clickNum {
  margin-right: 20px;
}
.clickNum img {
  margin-right: 4px;
}
.i-huiyi a span {
  display: block;
}
.i-huiyi a .addr {
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
}
.i-huiyi a .addr i {
  margin-left: 12px;
  font-style: normal;
}
.i-huiyi li {
  padding: 15px 18px 15px 18px;
  margin: 0;
}
.i-video ul li {
  background: #fff; /*box-shadow:0 10px 10px rgba(170,170,170,0.23);*/
}
.i-video ul li:last-of-type {
  margin-right: 0;
}
.i-video .i-video-thumb {
  position: relative;
  width: 100%;
  height: 155px;
  text-align: center;
  border: 1px solid #eee; /*background:#eee;*/
}
.i-video .i-video-thumb img {
  max-width: 100%;
  max-height: 100%;
}
.i-video .i-video-thumb .v-thumb {
  height: 100%;
}
.i-video .i-video-type {
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px 10px;
  color: #fff;
  background: #e9711c;
}
.i-video .i-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.i-video .i-video-info {
  padding: 13px 13px 1px 13px;
}
.i-video .i-video-info .tit {
  font-size: 15px;
  font-weight: bold;
  color: #1a3877;
}
.container .i-adv2 {
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 20px;
}
.i-adv2 li {
  display: block;
  width: 32%;
  height: 118px;
  margin-right: 2%;
  text-align: center;
  float: left;
  box-shadow: 0 0 15px rgba(170, 170, 170, 0.23);
}
.i-adv2 li:last-of-type {
  margin-right: 0;
}
.i-adv2 li a img {
  width: 100%;
  height: 100%;
}
.i-searchBox .searchtext {
  width: 38px;
  border: 1px solid #666;
  border-radius: 20px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-indent: 1em;
}
.index-header .header-right .searchIcon {
  padding-top: 29px;
}
.i-searchBox a {
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
}
.i-searchBox .search-content {
  position: relative;
  overflow: hidden;
}
.i-searchBox .sub {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 36px;
  height: 36px;
  background: url(../../web/images/custom/searchtop.png) no-repeat center center;
}
.listp a {
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-links {
  background: #ededed;
  padding-bottom: 40px;
}
.i-links h3,
#myCarouselBoard h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid #dadada;
}
.i-links .com-tit a,
#myCarouselBoard .com-tit a {
  font-size: 18px;
  color: #999999;
  font-weight: normal;
  float: right;
}
.i-links .i-links-list a {
  font-size: 18px;
  color: #1a3877;
  padding-right: 18px;
  display: block; /*width:25%;*/
  margin-right: 22px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-footer-links {
  padding-bottom: 25px;
}
.i-footer-bottom {
  border-top: 1px solid #555555;
  margin-top: 30px;
}
.i-footer .i-footer-bottom span,
.i-footer .i-footer-bottom a {
  padding: 15px 0 18px 0;
  text-align: center;
  color: #d5d5d5;
}
.i-footer {
  background: #414141;
  padding-top: 30px;
}
.i-footer li {
  font-size: 18px;
  font-weight: bold;
  color: #eee;
  line-height: 36px;
}
.i-footer .etc {
  display: none;
}
.i-footer li a {
  font-size: 16px;
  color: #d5d5d5;
  line-height: 36px;
  font-weight: normal;
}
.i-footer ul {
  display: block;
  padding: 0;
}
.i-footer h3 {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
}
.i-footer-info .i-footer-info-l,
.i-footer-info .i-footer-info-r {
  float: left;
}
.i-footer-info .i-footer-info-l {
  width: 68%;
}
.i-footer-info .i-footer-info-r {
  width: 32%;
}
.i-footer-info .i-footer-info-l div > span,
.i-footer-info .i-footer-info-l div > span a,
.i-footer-bottom span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
}
.i-footer-info .i-footer-info-l div > span a {
  display: inline-block;
}
.i-footer-info .i-footer-info-l div > span span {
  padding-right: 10px;
}
.i-footer-info-r .i-footer-share,
.i-footer-info-r .i-footer-qrcode {
  float: right;
}
.i-footer-info-r .i-footer-share li {
  width: 31px;
  height: 31px;
  float: right;
  margin-left: 14px;
  padding-top: 80px;
}
.i-footer-info-r .i-footer-qrcode {
}
.i-footer-info-r .i-footer-qrcode img {
  width: 125px;
  height: 125px;
  margin: 0 0 20px 20px;
}
.footer a {
  color: #fff;
}
.com-right {
  padding: 20px 0 20px 20px;
  border-left: 1px solid #ddd;
}
.com-right .i-right-covers li {
  margin-bottom: 30px;
  text-align: center;
}
.com-right .i-right-covers li a img {
  width: 150px;
  margin-bottom: 8px;
}
.com-right .i-right-covers li a {
  display: block;
  padding: 8px 8px;
  border-radius: 4px;
}
.com-right .i-right-covers li a span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #23527c;
  font-weight: bold;
}
.right-recommendation {
  margin-top: 20px;
}
.right-recommendation h3,
.com-right .j-tit {
  font-size: 18px;
  font-weight: bold;
  color: #002060;
  padding-bottom: 8px;
  margin-bottom: 5px;
  border-bottom: 2px solid #002060;
}
.right-recommendation h3 a {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  float: right;
}
.right-recommendation li,
.right-latest-article li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0 10px 0;
}
.right-recommendation li a,
.right-latest-article li a {
  line-height: 21px;
}
.right-recommendation li .qk {
  color: #002060;
}
.right-recommendation li:last-of-type,
.right-latest-article li:last-of-type {
  border: 0;
}
.com-right .right-latest-article ul {
  margin-bottom: 20px;
}
/*文章*/
.colorRed {
  color: #e9711c;
}
.article-list {
  border: 0;
}
.article-list-title {
  margin-bottom: 8px;
}
.article-list-title a {
  font-size: 15px;
  line-height: 21px;
  color: #222;
}
.article-list .article-img {
  text-align: center;
  width: 100%;
  height: 168px;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  position: relative;
  margin-bottom: 18px;
}
.article-list .article-img .article-column {
  position: static;
  z-index: 9;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.article-list .article-img .article-column span {
  background: #e9711c;
  padding: 1px 10px;
}
.article-list .article-img a {
  display: block;
  width: 100%;
  height: 100%;
}
/*推荐栏目栏目位置*/
.i-tuijian-article .article-list .article-img .article-column,
.body-oea #currentArticles .article-list .article-img .article-column,
.body-oea #latestArticles .article-list .article-img .article-column {
  position: absolute;
  left: 0;
  top: 0;
}
.body-oea #currentArticles .article-img,
.body-oea #latestArticles .article-img {
  position: relative;
}
.body-oea #currentArticles .article-img img,
.body-oea #latestArticles .article-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*.article-list .article-img img{max-width:100%;max-width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
*/
.articleBody .article-pc .container {
  padding-bottom: 15px;
}
.article-list .article-img {
  overflow: hidden;
  max-height: 300px;
}
.i-tuijian-article .article-list-time > font {
  display: block;
  width: 100%;
}
.article-list-author a,
.article-list-time > font,
.article-list-time > font a,
.article-list-zy font a {
  font-size: 13px;
  color: #666;
}
.article-list-author a,
.article-list-author {
  color: #222;
}
.article-list-time font,
.article-list-zy {
  line-height: 22px;
}
.tpl5-current .article-list-time font:last-of-type {
  display: block;
}
.article-list-author {
  line-height: 18px;
  margin-bottom: 5px;
}
.article-list-author a {
  line-height: 18px;
}
.article-list-zy {
  margin-top: 5px;
}
.latest_update_span i {
  font-style: normal;
}
body .content .article .article-right .download .btns .li-excel.littleBtn {
  margin-left: 4px;
}
li.article-author-address {
  margin-bottom: 8px;
}
li.article-author-bio {
  margin-bottom: 2px;
}
/*引用*/
.articleBody #yy {
  border-top: 1px solid #333;
  display: block;
}
/*.articleBody #yy b{line-height:30px;font-size:110%;font-size:14px;}
*/
table.cited-content tbody {
  border: 0;
}
.graphicalAbstractInfoEn-left-list a,
.Related-left-list a,
.Cited-left-list a,
.Supplements-left-list a {
  font-size: 18px;
  font-weight: bold !important;
}
/*期刊封面*/
.archcon .archimg li img {
  height: 216px;
  max-width: 100%;
  width: auto;
  min-width: 165px;
}
/*顶部广告*/
.com-bottom {
  margin-bottom: 20px;
}
.com-white {
  background: #fff;
  padding: 0 20px 20px 20px;
  max-width: 100%;
}
.com-header-adv {
  background: #d9d9d9;
  padding: 15px 0 15px 0;
  text-align: center;
  height: 120px;
  overflow: hidden;
}
.com-header-adv .container {
  width: 578px;
  height: 90px;
  position: relative;
}
.com-header-adv #myCarouselHeader {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.com-header-adv .com-header-close {
  position: absolute;
  right: 5px;
  top: 5px;
}
.com-header-adv .com-header-close:hover {
  cursor: pointer;
}
.topAdv,
.topAdv li {
  overflow: hidden;
  height: 100%;
}
.topAdv li {
  opacity: 0;
  text-align: center;
  position: absolute;
}
.topAdv li:first-child {
  opacity: 1;
}
.topAdv li,
.topAdv li .pic {
  width: 100%;
  height: 100%;
}
.topAdv li .pic {
  text-align: center;
  overflow: hidden;
}
.topAdv li img {
  max-width: 100%;
  max-height: 100%;
}
.topAdv li .pic {
  background-size: cover !important;
}
.topAdv li .pic a {
  display: block;
  height: 100%;
}
.topAdv li .pic a > div {
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 10px 25px;
  background: #fff;
  border: 2px solid #1a3877;
}
.adv3 img {
  max-width: 100%;
  margin-bottom: 20px;
}
/*公共期刊列表新闻样式*/
.mainColor {
  color: #e9711c !important;
}
.article-pc #myTabContent a,
.article-pc #References a {
  color: #0178d6 !important;
}
.main-tpl5 .selectAll {
  margin-top: 0;
}
.main-tpl5 .main-left {
  width: 75%;
  padding: 20px 15px;
  background: #fff;
  min-height: 400px;
}
.main-tpl5 .main-right {
  width: 25%;
  padding-left: 20px;
}
.main-tpl5 .main-right img {
  max-width: 100%;
}
.main-tpl5 .article-img {
  width: 22%;
  text-align: center;
  float: left;
}
.main-tpl5 .article-list-info {
  width: 78%;
  padding-left: 20px;
  float: left;
  position: relative;
  top: -4px;
}
.main-tpl5 .article-box li {
  padding: 15px 20px;
  border-bottom: 1px dashed #ddd;
  position: relative;
}
.main-tpl5 .article-column {
  color: #fff; /*display:inline-block;background:#0157a3;*/
}
.main-tpl5 .article-list-info .article-list-time > font {
  display: inline-block;
  width: auto;
}
.main-tpl5 .article-list .article-img img {
  position: static;
  transform: none;
  height: auto;
}
.main-tpl5 .article-list .article-img {
  height: auto;
  margin-bottom: 0;
  min-height: 80px;
  max-height: 135px;
}
.i-article-box .article-list .article-img img,
.article-list .article-img a img {
  max-width: 100%;
}
.main-tpl5 .main-left img {
  max-width: 100%;
}
.main-tpl5 .expertName li {
  margin-bottom: 5px;
  position: relative;
}
.expertName a {
  color: #1a63a1;
}
.main-tpl5 .expertName li:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  top: 7px;
  left: 0;
}
.expert-wrap .toTop {
  display: block !important;
  opacity: 1;
  visibility: visible;
  color: #222;
  position: static;
  background: none;
  width: auto;
  height: auto;
  color: #0960c0;
  font-weight: bold;
  width: 100%;
  text-align: right;
}
.j-expert-condition .searchnews {
  display: none;
}
.j-expert-condition .expert-Duty {
  font-weight: bold;
  color: #337ab7;
}
.j-expert-condition .duty-box {
  margin-bottom: 10px;
}
.expert-introduction > li {
  margin-bottom: 5px;
}
.article-header-new ul > li dl dd a.js-qrcode-close {
  position: absolute;
  background: url(/style/web/images/weixin_close.png) no-repeat !important;
}
.article-header-new ul > li dl dd a.js-qrcode-close:after {
  display: none;
}
.article-header-new .weixinBox {
  top: 35px;
}
.article-header-new ul .weixinBox {
  position: absolute;
  right: -159px;
  top: 0;
}
/*新闻列表*/
.news-list-thumb li a {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  display: inline-block;
  height: auto;
  line-height: auto;
  margin-bottom: 10px;
  background: #fff;
}
.news-list-thumb li a .i-xinwen-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.news-list-thumb li a .i-xinwen-img {
  position: relative;
  height: 140px;
  overflow: hidden;
  text-align: center;
}
.news-list-thumb li a span.tit {
  font-weight: bold;
  line-height: 18px;
  margin-top: 10px;
  display: block;
}
.news-list-thumb li a span.tit {
  min-height: 52px;
  width: 100%;
}
.news-list-thumb .other-info span {
  float: left;
  display: block;
  text-align: left;
  font-size: 13px;
  color: #777;
}
.news-list-thumb .other-info span.clickNum {
  float: right;
}
.news-list-thumb .other-info span:nth-of-type(2) {
  text-align: right;
}
.news-list-thumb .other-info span img {
  margin-right: 2px;
  position: relative;
  bottom: 2px;
}
.listp .clickNum {
  margin-left: 15px;
  width: 55px;
  text-align: left;
}
.listpBottom.listp i,
li.listp i {
  min-width: 140px;
}
li.listp {
  position: relative;
}
li.listp:before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #004198;
  left: 0;
  top: 18px;
}
li.listp a {
  width: 65%;
}
/*普通列表*/
.news-list-thumb li.listpBottom a {
  border: 0;
  padding: 0;
  margin: 0;
  width: 65%;
}
.visitnum {
  text-align: right;
  display: block;
}
.visitnum i {
  margin-left: 10px;
}
.j-info-tit a {
  color: #015baa;
}
/*所有期刊列表*/
.j-journal-box .j-journals-list {
  float: left;
  width: 20%;
  padding: 0 10px;
  text-align: center;
}
.j-journals-list img {
  width: 146px;
  height: 192px;
  margin-bottom: 10px;
}
.j-journals-list a {
  color: #1a3877;
  font-size: 13px;
  display: block;
}
.j-journal-box {
  margin-bottom: 30px;
  background: rgb(236, 236, 236);
  padding: 20px 18px;
}
.j-journal-box h3,
.j-issue-box h3 {
  margin-bottom: 18px;
  border-bottom: 2px solid #1a3877;
  font-weight: bold;
}
.j-journal-box h3,
.j-issue-box h3 {
  font-size: 24px;
  padding: 10px;
}
.j-issue-list-box .j-issue-list-item {
  width: 16.66666666%;
  padding: 10px;
  margin-bottom: 10px;
  float: left;
  text-align: center;
}
.j-issue-list-box .j-issue-list-item img {
  max-width: 100%;
  margin-bottom: 10px;
  height: 165px;
}
.j-issue-list-box .j-issue-list-item span {
  display: block;
  color: #1a3877;
}
.j-issue-box h5 {
  font-size: 20px;
  font-weight: bold;
  text-align: center; /*background:rgb(236,236,236);*/
  padding: 10px 10px;
  margin: 20px 0;
}
/*期刊详情*/
.article-pc .inner .article-main-mid {
  padding: 0 30px;
}
a.page-btn:hover,
.article-main-mid a.page-btn:hover,
a.page-btn.dis-btn:hover,
.article-main-mid a.page-btn.dis-btn:hover {
  color: #fff;
}
/*专家筛选*/
/*.j-expert-condition{border-bottom:solid 1px #e2e2e2;padding-bottom:3px;}
*/
.margin20 {
  margin-bottom: 20px;
}
.classifywrap {
  margin-bottom: 7px;
}
.classifywrap .classtit {
  font-weight: bold;
  float: left;
  margin-right: 40px;
  width: 28px;
}
.classifywrap .classlist .curr a {
  color: #ff0000;
}
.classifywrap .classlist i {
  padding-right: 15px;
  display: inline-block;
  margin-bottom: 10px;
  font-style: normal;
}
.classifywrap .classlist i:first-child {
  padding-left: 0;
}
.classifywrap .classlist i:last-child span {
  margin-left: 0;
}
.classifywrap .classlist i span {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 2px;
  height: 15px;
  margin-left: 20px;
  background: #7d7d7d;
}
.classifywrap.alphwrap .classtit {
  padding-top: 2px;
}
.classifywrap.alphwrap td i {
  display: block;
  float: left;
  border: solid 1px #ccc;
  padding: 0;
  height: 22px;
  border-radius: 3px;
  text-align: center;
  margin-right: 4px;
}
.classifywrap.alphwrap td i a {
  padding: 0 5.5px;
}
.classifywrap.alphwrap td i.curr a {
  font-weight: bold;
}
.searchnews {
  width: 203px;
  height: 31px;
  line-height: 31px;
  background: #f1f1f1;
  color: #b4b4b4;
  border-radius: 20px;
}
.searchnews .tj {
  width: 33px;
  height: 31px;
  background: url(../../web/images/custom/icoseabtn.png) no-repeat left #f1f1f1;
  border-radius: 20px;
}
.searchnews input {
  display: inline-block;
  padding-left: 10px;
  width: 170px;
  height: 31px;
}
.searchnews .gjcfield {
  width: 203px;
  position: relative;
}
.j-expert-condition .tit-box {
  border-bottom: solid 1px #e2e2e2;
  padding-bottom: 22px;
}
/*专家列表 */
.expert-wrap dl {
  padding: 30px 0;
  border-bottom: dashed 1px #cecece;
}
.expert-wrap dl:first-child {
  padding-top: 30px;
}
.expert-wrap dt,
.expert-wrap dd {
  float: left;
}
.expert-wrap dt {
  padding-right: 2%;
  width: 20%;
}
.expert-wrap dt a {
  display: block;
}
.expert-wrap dt a img {
  width: 20%;
  border: solid 1px #e4e4e4;
}
.expert-wrap dt {
  width: 20%;
}
.expert-wrap dt a img {
  width: 100%;
}
.expert-wrap dd {
  position: relative;
  top: -4px;
  width: 78%;
}
.expert-wrap dd li {
  line-height: 1.5;
  font-size: 13px;
}
.expert-wrap dd li.expert-author {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}
.expert-wrap dd li.expert-author span {
  font-size: 16px;
  color: #838383;
  font-weight: normal;
  margin-left: 5px;
}
.expert-wrap dd li.expert-email a {
  color: #0157a3;
}
.expert-wrap dd li.expert-intro {
  margin-top: 4px;
}
.expert-wrap dd li.expert-intro span p {
  display: inline;
}
.expert-wrap .expert-head {
  background-color: #337ab7;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  margin: 30px 0 20px 0;
}
/*专家 详情页*/
.expert-alone {
  min-height: 152px;
  width: 100%;
  margin-top: 4px;
  padding: 20px 20px 8px;
  line-height: 30px;
  background: url(../images/custom/expertbg.png) no-repeat right #426dc3;
}
.expert-alone .expertimg {
  margin-right: 20px;
}
.expert-alone .expertimg img {
  max-width: 102px;
  height: 112px;
  border: solid 1px #fff;
}
.expert-alone .expertlidetail li b {
  margin-right: 3px;
}
.expert-alone .expertlidetail li b,
.expert-alone .expertlidetail li span {
  color: #fff;
  font-size: 15px;
}
.expert-alone .expertlidetail {
  position: relative;
  top: -8px;
  max-width: 630px;
}
.expert-alone .expertduty {
  margin-right: 20px;
}
.expert-alone li i {
  font-style: normal;
}
/* 专家的标题 */
.expert-detail .expert-tit,
.zsfw-tit-wrap .zsfw-tit {
  margin-top: 19px;
  width: 100%;
  position: relative;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  height: 37px;
  line-height: 37px;
  color: #000;
}
.expert-detail .expert-tit:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  top: 18px;
  z-index: 0;
}
.expert-detail .expert-tit > div,
.zsfw-tit-wrap .zsfw-tit > div {
  display: inline-block;
  padding-right: 10px;
  background: #fff;
  position: relative;
}
.expert-detail .expert-tit > div span,
.zsfw-tit-wrap .zsfw-tit > div span {
  margin-right: 11px;
  display: inline-block;
  position: relative;
  top: 2px;
  width: 5px;
  height: 16px;
  background: #426dc3;
}
.expert-detail .expert-intro {
  line-height: 28px;
  font-size: 15px;
  text-indent: 2em;
  padding: 13px 10px 15px 10px;
}
.right-latest-article .j-content-journals > div {
  margin-bottom: 30px;
}
/*文章详情页面*/
.articleBody #htmlContent {
  font-size: 16px;
}
.articleBody,
#References.articleListBox,
#citedby-info td,
#relative-article td {
  font-size: 15px;
}
.article-pc .article-main .inner {
  padding: 15px;
  background: #fff;
}
/*oej特有*/
.articleBody .pdf-xml .download-pdf,
.articleBody .pdf-xml .download-xml {
  width: 100%;
  margin: 0;
}
.articleBody .pdfview {
  margin-bottom: 10px;
}
.fixedarticle .fix-arrow,
.shareBox {
  z-index: 2001;
}
.bqInfo {
  margin-bottom: 20px;
}
.bqInfo div {
  line-height: 1.6;
}
.bqInfo .tit {
  font-size: 18px;
  border-bottom: 2px solid #eee;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 5px;
}
.tab-content > .active,
.tab-content > .tab-pane {
  display: block;
}
.tab-content > .tab-pane {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding-bottom: 10px;
}
.tab-content > .active {
  visibility: visible;
  height: auto;
}
.j-news-link {
  min-height: 200px;
}
.articleNav {
  padding-top: 15px;
}
.gjrq {
  margin-top: 10px;
}
.article-main-left .wrapper .imgBox,
.article-main-left .volume-issue__wrap {
  text-align: left;
}
body #htmlContent h3::before {
  top: 0;
}
body .fixedarticle .fix-arrow {
  top: 45%;
}
/*投稿右侧*/
.j-paihang-visit {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}
.j-paihang-visit img {
  margin-right: 6px;
  position: relative;
  bottom: 2px;
}
/*大首页被引排行*/
.i-cited-list .tab-ul-index li {
  padding: 0 10px;
  margin-top: 30px;
  margin-bottom: 10px;
  border-radius: 5px;
  display: inline-block;
  float: none;
}
#References .reference-tab p {
  margin-top: 0;
}
/*特刊修改*/
.special-banner2 > div {
  padding: 0 10px;
}
.special-banner2 .box {
  padding: 10px 15px;
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 125px;
  border-radius: 8px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}
.special-banner2 > div img {
  width: 100%; /* height:100%;*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.special-banner2 > div a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: 5px 10px 15px 10px;
  color: #0c4d9d;
  font-weight: bold;
}
.article-left li.article-author-address p.lostOf {
  padding-right: 0;
}
/*en文章详情两栏修改*/
.articleBodyEn .inner .article-main-right,
.articleBodyEn .inner .article-right-pic {
  width: 200px;
}
.articleBodyEn .inner .article-main-left.active {
  position: static;
  padding: 0;
}
.articleBodyEn .inner .article-main-mid {
  width: 970px;
  margin-left: 0;
  padding-left: 15px;
}
.articleBodyEn .inner .article-main-mid {
  border: none;
}
.articleBodyEn .inner .article-main-left {
  padding-right: 0;
}
.articleBodyEn .article-main-right .issue-pic {
  margin-bottom: 20px;
  max-width: 100%;
  text-align: center;
}
.articleBodyEn .article-main-right .issue-pic img {
  margin-bottom: 5px;
}
.articleBodyEn .article-main-right .issue-pic,
.articleBodyEn .metrics,
.articleBodyEn .download-btns {
  margin-bottom: 20px;
}
body .j-searchBox .sub {
  background: #e9711c;
  color: #fff;
  width: 50px;
}
@media (max-width: 768px) {
  .i-banner .owl-theme .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }
  .i-banner .mc .mcCon {
    padding: 6px 8px;
  }
  .i-banner .i-j-tit > span {
    font-size: 12px;
    line-height: 16px;
  }
  .i-banner .owl-theme .owl-controls {
    bottom: 6px;
  }
  .i-journal-all .jorunal-all-box {
    margin-bottom: 20px;
  }
  .i-banner {
    margin-bottom: 0;
  }
}
.tubiao-thumb,
.tubiao-thumb .glyphicon {
  font-size: 12px;
}
body .content .article .article-right .atlas-wrapper .chart {
  margin-top: 10px;
}
.tubiao-thumb .glyphicon:before {
  position: static;
  color: #222;
  margin-left: 1px;
}
.tubiao-thumb .show-tu,
.tubiao-thumb .show-biao {
  color: #222;
}
.articleBodyEn .fix-arrow a.page-btn {
  height: auto;
  width: 120px;
  display: block;
  margin: 0 0 10px 0;
  float: none;
}
.articleBodyEn .fixedarticle .fix-arrow {
  width: 160px;
  margin-left: -125px;
  top: 18%;
}
.article-main-right.active {
  position: static !important;
  height: auto !important;
}
.inner .article-main-right .article-right {
  padding-right: 0 !important;
  overflow: hidden !important;
}
.table_new .tableTitle {
  line-height: 1.2;
  text-align: center;
}
/*.article-main .current-book{text-align:center;}
*/
body .content-nav {
  margin-bottom: 20px;
}
#figTab .figure .figureTextBox .figureTitle {
  text-align: left;
}
.articleBody table.formula {
  margin: 15px 0;
}
/*新闻详情页面*/
.detail-info {
  padding: 20px 0 10px 0;
  border-bottom: 1px dashed #ccc;
  margin: 0 0 10px;
}
.detail-info span {
  margin-right: 20px;
  color: #666;
  font-size: 13px;
  line-height: 25px;
}
.detail-info span img {
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/**分享功能**/
.shareBox .weixinBox {
  left: auto;
  margin-left: -35px;
  right: 0;
}
.shareTool {
  /*width:100%;*/
  height: auto;
  text-align: right;
  overflow: hidden;
  margin: 10px 0; /* border-bottom:1px dashed #ccc;*/
}
.btmborder.btm-share .shareTool {
  margin: 0;
}
.shareTool li {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.shareTool li img {
  width: 25px;
  height: 25px;
}
.shareBox {
  position: relative;
}
.articleBodyEn .shareBox .shareTool a {
  text-align: left;
  width: 100%;
}
.articleBodyEn .shareBox {
  position: static;
}
.weixinBox {
  display: none;
  width: 160px;
  padding: 15px 15px;
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 38px;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.box-article .weixinBox {
  left: 50%;
  margin-left: -35px;
}
.js-qrcode-arr {
  position: absolute;
  top: -7px;
  left: 14px;
  width: 11px;
  height: 7px;
  background: url(/style/web/images/sprite.png) no-repeat;
}
.js-qrcode-close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 2px;
  top: 2px;
  background: url(/style/web/images/weixin_close.png) no-repeat;
}
.weixinBox p {
  font-size: 12px;
  color: #888;
  padding-left: 10px;
}
.weixinCode img {
  width: 100%;
}
.sources p span {
  margin-right: 8px;
  font-size: 12px;
  color: #666;
}
/*.btmborder{border-bottom:dashed 1px #ccc;}
*/
.article-abstract img,
.abstract-en img,
#graphicalAbstractInfoEn img {
  max-width: 96%;
  margin: 0 auto;
}
.article-abstract p img,
.abstract-en p img,
#graphicalAbstractInfoEn p img {
  display: block;
}
.article-abstract .disp_formula,
.abstract-en .disp_formula,
#graphicalAbstractInfoEn .disp_formula {
  text-align: center !important;
}
body .content .article .article-right .atlas-wrapper {
  height: 251px;
}
body .content .article .article-right .atlas-wrapper .chart span {
  font-size: 13px;
}
body .content .article .article-right .atlas-wrapper p {
  line-height: 1.2;
}
body .content .article .article-right .atlas-wrapper p .articleFont {
  font-size: 16px;
}
body .content .article .article-right .atlas-wrapper .atlas div img {
  width: auto;
  max-width: 100%;
}
body #imgShow {
  z-index: 9999;
}
body .content .article .article-right .download .Matrix-code {
  width: 96px;
  text-align: center;
}
body .content .article .article-right .download .Matrix-code img {
  width: 100%;
  max-width: 120px;
}
body .content .article .article-right {
  width: 23%;
}
.zgjx-table td {
  vertical-align: top;
}
/*#htmlContent section>p{margin-top:10px;line-height:24px;text-indent:2em;}
*/
.articleBodyCn #htmlContent section > p {
  text-align: justify;
}
.articleBodyEn .article-tab-box {
  line-height: 1.7;
}
.articleBody table.formula td {
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 2px;
}
.articleBody table.formula .order-number {
  width: 60px;
  text-align: left;
}
.quot td {
  display: inline;
}
.article-pc .articleNav {
  margin-top: 0;
}
.main-left a.page-btn:hover {
  color: #0157a3;
}
.main-right .j-news-link,
.tpl5-current .j-news-link {
  float: none;
  padding-top: 1px;
}
.issue-box {
  line-height: 1.6;
}
.issue-box p {
  margin: 5px 0;
}
/*过刊弹出封面*/
#myModal-archive .modal-dialog {
  width: 577px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
#myModal-archive .modal-dialog .modal-body {
  padding: 10px 20px 30px 20px;
}
#myModal-archive .modal-dialog img {
  max-width: 100%;
  max-height: 700px;
}
#myModal-archive .modal-header {
  border: 0;
  padding-bottom: 0;
}
/*oea日期格式修改*/
.oea-data > div {
  float: left;
  width: 25%;
}
.oea-data > div span {
  display: block;
  margin-top: 3px;
  margin-bottom: 15px;
  font-size: 13px;
}
.oea-data > div b {
  font-weight: normal;
  font-size: 13px;
}
#Supplements .zgjx-table tbody {
  border: 0;
}
.articleBody #yy,
#metric_count #Access-list,
#Supplements #Supplements-list {
  padding-top: 10px;
  border-top: 1px solid rgb(51 51 51);
}
#body-oea #relative-article {
  background: rgb(249, 252, 255);
  padding-top: 10px;
  border-top: 1px solid rgb(51 51 51);
}
table .tr-oea {
  border-bottom: 1px solid rgb(200, 200, 200);
}
table .tr-oea:last-child {
  border: 0;
}
table .tr-oea .td1 {
  min-width: 25px;
}
table .tr-oea .td2 {
  padding: 10px 0 15px 0;
}
.article-pc #myTabContent .tr-oea .relative-title a,
.article-pc #myTabContent .tr-oea .journal-name a,
.article-pc #myTabContent .tr-oea .article-list-url {
  color: rgb(31, 73, 125) !important;
}
.article-pc #myTabContent .tr-oea .relative-title a {
  font-weight: bold;
  font-family: Arial;
}
.article-pc #myTabContent .tr-oea .mainColor {
  color: rgb(1 120 214) !important;
}
.tr-oea .relative-title,
.tr-oea .relative-author {
  margin-bottom: 8px;
}
.tr-oea .journal-name a {
  font-weight: bold;
}
.article-pc #myTabContent .tr-oea .relative-author,
.article-pc #myTabContent .tr-oea .journal-name a,
.article-pc #myTabContent .tr-oea,
.tr-oea .article-list-url {
  font-size: 14px;
}
.tr-oea .article-list-url {
  margin-right: 50px;
}
/*oee archive 17*/
.columnarc.hd,
.show-oee {
  display: none;
}
.arc-listit.bg .active {
  background: none !important;
}
.arc-listit.bg .active a {
  color: #bbb !important;
}
.oee-left.ac {
  background-color: #0960c0;
}
.oee-left.ac a {
  color: #fff !important;
}
.show-oee {
  margin-top: 50px;
}
.show-oee a {
  color: #0960c0;
}
/*archive list cover*/
.archive-coverInfo .cover-btn {
  margin-bottom: 3px;
}
.cover-btn a {
  display: inline-block;
  color: #0157a3;
  font-weight: bold;
  padding: 0 5px;
  font-size: 15px;
}
.cover-con {
  border-bottom: 1.5px solid #0867ba;
  padding-bottom: 20px;
}
.archive-coverInfo .issue {
  padding-top: 20px;
}
body .archive-coverInfo {
  border: 0;
}
.backcover-con {
  padding-bottom: 20px;
  border-bottom: 3px solid #0157a3;
  margin-top: 15px;
}
/*搜索修改*/
.show-lists,
.yearbox {
  position: absolute;
  top: 36px;
  left: 0;
  width: 434px;
  background: #fff;
  padding: 15px 15px;
  z-index: 9;
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.1);
}
.yearbox {
  width: 120px;
  left: 9px;
  color: #222;
  max-height: 300px;
  overflow: auto;
}
.show-lists .select-journal-v,
.yearbox input {
  display: block;
  border: 1px solid #bcbcbc;
  height: 32px;
  width: 100%;
  text-indent: 5px;
}
.show-lists ul,
.yearbox ul {
  height: 190px;
}
.yearbox ul {
  height: auto;
}
.show-lists ul li,
.yearbox ul li {
  font-size: 14px;
  line-height: 27px;
  padding-left: 8px;
}
.show-lists ul li:hover,
.yearbox ul li:hover {
  background: #0e5073;
  color: #fff;
}
.journal-box {
  margin-bottom: 0;
  text-align: left;
}
.journal-box:hover {
  cursor: pointer;
}
.journal-box label {
  padding-right: 2px;
  text-align: right;
  height: 34px;
  line-height: 34px;
  margin: 0;
}
/*column articles */
.column-article .article-img {
  position: relative;
}
.column-article + .column-article {
  margin-top: 30px;
}
.column-article .article-list-time font {
  display: block;
}
.column-article .article-list-time .latest_update_span,
.column-article .article-list-time .colorRed,
.column-article .article-list-time .article-doi {
  display: inline;
}
.column-article .article-column {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  color: #fff;
  background: #e9711c;
  padding: 1px 10px;
}
.column-article .column-article-noimg .article-column {
  position: static;
  display: inline-block;
  margin-bottom: 5px;
}
.column-article img {
  max-width: 100%;
}
.column-article-left > div {
  position: relative;
}
.column-article-left .con:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 135px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.column-article-left .con {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 15px 15px;
}
.column-article-left .con > * {
  position: relative;
}
.column-article-left .con,
.column-article-left .con a {
  color: #fff;
}
.column-article-left,
.column-article-right {
  width: 50%;
  float: left;
  padding-right: 15px;
}
.column-article-left > div {
  height: 390px;
  border: 1px solid #eee;
}
.column-article-left .column-article-title {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 5px;
  color: #f2f2f2;
}
.column-article-left .column-article-author {
  line-height: 1;
  display: inline-block;
  color: #f2f2f2;
  width: calc(100% - 155px);
  border-left: 2px solid #f2f2f2;
  padding-left: 10px;
  margin-left: 10px;
}
.column-article-left .article-column-list {
  width: 100%;
}
.column-article-left .column-article-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: bold;
}
.column-article-right .article-img {
  height: 175px;
  overflow: hidden;
}
.column-article .article-list-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}
.column-article .article-list-time font {
  line-height: 1.2;
}
.column-article .article-list-zy {
  margin-top: 0;
}
.column-article-right .article-column-list {
  height: 390px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  float: left;
  margin-bottom: 25px;
}
.column-article-right .article-column-list > div {
  border-bottom: 1px solid #b3b3b3;
  height: 100%; /*box-shadow:0 20px 15px rgb(170 170 170 / 23%);*/
}
.column-article-right .article-list-info {
  padding: 10px 10px;
}
.column-article-bottom {
  margin-left: -15px;
  margin-right: -15px;
}
.column-article-bottom .article-column-list {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.column-article-bottom .article-column-list > div {
  border-bottom: 1px solid #b3b3b3;
  padding: 15px 0;
  min-height: 196px;
}
.column-article-noimg .article-column-list {
  margin-bottom: 20px;
}
.column-article-noimg .article-column-list > div {
  min-height: 225px;
  padding: 0 0 10px;
  border-bottom: 2px solid #b3b3b3;
}
.column-article-bottom .article-column-list .article-img {
  max-height: 145px;
  min-height: 80px;
  height: auto;
  overflow: hidden;
}
.column-article-bottom .article-column-list .article-img img {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}
.column-article-bottom .article-column-list .article-list-info {
  width: 69%;
  padding-left: 20px;
  float: left;
  position: relative;
  top: -4px;
}
.column-article-bottom .article-column-list .article-img {
  width: 31%;
  float: left;
}
.main-tpl5 .no-img.article-box li {
  padding-left: 0;
  padding-right: 0;
}
.main-tpl5 .no-img .article-list-info {
  width: 100%;
  float: none;
  padding-left: 0;
}
.duty-box-deputy + .duty-box-deputy .expert-Duty {
  display: none;
}
.duty-box-guwen + .duty-box-guwen .expert-Duty {
  display: none;
}
@media (min-width: 1200px) {
  body .container {
    width: 1200px;
    padding: 0;
  }
  .i-xinwen ul a:hover,
  .i-huiyi ul li:hover,
  .i-huiyi ul li:hover div {
    color: #fff;
    background: #1a3877;
  }
  .i-huiyi li:hover div span {
    color: #fff;
  }
  .i-xinwen a:hover .i-xinwen-left {
    border-right: 1px solid #fff;
  }
  .i-journal-all .journal-all-tit a:hover {
    background: #eee;
  }
  .i-xinwen-huiyi .news-one-other,
  .i-xinwen-huiyi .news-one {
    height: 650px;
    position: relative;
  }
  .i-event-video .i-event,
  .i-event-video .i-video {
    height: 736px;
  }
  #relative-article h3,
  #relative-article h3 b,
  #citedby-info h3,
  #citedby-info h3 b,
  #metric_count h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  #FullText {
    padding-top: 10px;
    border-top: 2px solid #ddd;
  }
}
@media (min-width: 1230px) {
  #i-body .i-banner a {
    display: block;
    height: 370px;
    overflow: hidden;
  }
  #i-body .i-banner .pic img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .oee-expert-box {
    position: relative;
  }
  .oee-expert-box .expert-Duty {
    position: absolute;
    top: 0;
    left: 0;
  }
  .oee-expert-box {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .oee-expert-box > * {
    width: 33%;
  }
  .expert-author a {
    font-weight: bold;
  }
}
@media (max-width: 1230px) and (min-width: 992px) {
  #i-body .i-banner a {
    display: block;
    height: 300px;
    overflow: hidden;
  }
  #i-body .i-banner .pic img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #i-body .i-banner a {
    display: block;
    height: 220px;
    overflow: hidden;
  }
  #i-body .i-banner .pic img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  body .main-left {
    width: 70%;
    float: left;
    padding: 0;
  }
  body .main-right {
    width: 30%;
    float: left;
    padding: 0;
    padding-left: 10px;
  }
  .i-links .com-tit a,
  #myCarouselBoard .com-tit a,
  #j-body .com-tit a {
    line-height: 28px;
  }
}
@media (max-width: 1200px) {
  .index-header > .container,
  .index-header .header-nav {
    display: none;
  }
  .index-header.header .logo,
  .index-header .header-right li {
    height: auto;
    line-height: normal;
  }
  .phone-nav .search-app-wrap,
  .smallUl {
    background: rgba(26, 56, 119, 0.9);
  }
  .index-header ul > li > a span {
    background: none;
  }
  #tpl5-header-nav {
    display: none;
  }
  .i-xinwen-huiyi .news-one,
  .i-event-video .i-event,
  .i-xinwen-huiyi .news-one-sibling,
  .i-video ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .i-xinwen-huiyi .news-one-other,
  .i-event-video .i-video {
    width: 100%;
  }
  .i-xinwen-huiyi .news-one-sibling,
  .i-video ul li {
    min-height: auto;
  }
  .i-xinwen-huiyi .time {
    position: static;
  }
  .i-event-video .com-tit {
    padding-left: 0;
  }
  .i-xinwen li,
  .i-huiyi li {
    padding: 8px 15px;
  }
  .i-xinwen-huiyi .i-xinwen-img {
    height: auto;
  }
  .i-xinwen-huiyi .i-xinwen-img img,
  .i-video ul li img {
    height: auto;
    max-height: 260px;
    width: auto;
    max-width: 100%;
  }
  .i-xinwen-huiyi .news-one {
    padding-bottom: 10px;
    position: relative;
  }
  .i-xinwen-huiyi .clickNum {
    margin-right: 20px;
  }
  body #htmlContent h3::before {
    display: none;
  }
  .articleBody.articleBodyEn {
    background: #fff !important;
  }
  #myTabContent > li.articleListBox,
  #myTabContent > li.articleListBox {
    display: none;
  }
  #imgShow,
  .show-table {
    display: none !important;
  }
  .over-hidden {
    overflow-y: scroll !important;
  }
  body .content .quot {
    padding-top: 0;
  }
  #relative-article h3,
  #relative-article h3 b,
  #citedby-info h3,
  #citedby-info h3 b,
  #metric_count h3 {
    display: none;
  }
  .article-pc .inner .article-main-mid {
    padding: 0;
  }
  .com-white {
    padding: 0 15px 15px 15px;
  }
  #FullText section h4,
  #FullText section h5,
  #htmlContent section h4,
  #htmlContent section h5 {
    padding: 5px;
    background: #f4f4f4;
  }
  #FullText section h4 span.sec-title,
  #FullText section h5 span.sec-title,
  #htmlContent section h4 span.sec-title,
  #htmlContent section h5 span.sec-title {
    font-size: 14px;
    font-weight: normal;
  }
  .articleBody table.formula {
    margin: 5px 0;
  }
  .figure.table_new .article_table_fullText {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .article-pc .article-main .inner {
    padding-top: 0;
  }
  .tsg-yd img {
    width: 34px;
    height: 34px;
    margin-right: 5px;
  }
  .comimglist dt {
    text-align: center;
  }
  .comimglist dt img {
    max-width: 200px;
  }
  .comimglist dt,
  .comimglist dd {
    width: 100%;
  }
  .column-article-left,
  .column-article-right {
    float: none;
    width: 100%;
    padding: 0;
  }
  .column-article-right .article-column-list {
    height: auto;
  }
  .column-article-left {
    margin-bottom: 20px;
  }
  .column-article-right {
    margin-left: -15px;
    margin-right: -15px;
  }
  .column-article-left > div {
    height: calc((2 / 3) * 100vw);
  }
  .column-article-right .article-column-list .article-img {
    max-height: 145px;
    min-height: 80px;
    height: auto;
    overflow: hidden;
  }
  .column-article-right .article-column-list .article-img img {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
  .column-article-right .article-column-list .article-list-info {
    width: 69%;
    padding-left: 20px;
    float: left;
    position: relative;
    top: -4px;
  }
  .column-article-right .article-column-list .article-img {
    width: 31%;
    float: left;
  }
  .column-article .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  body .main-right {
    display: none;
  }
  #i-body .main-right,
  #j-body .main-right {
    display: block;
  }
  .com-header-adv {
    padding: 15px 0;
    height: 100px;
  }
  .com-header-adv .container {
    width: 80%;
  }
  .j-sub-nav.header-nav .top-menu {
    width: auto;
  }
  .i-banner .mc .mcCon {
    width: 90%;
  }
  .com-tit,
  .i-tuijian-paper .com-tit {
    font-size: 18px;
  }
  /*大首页*/
  .i-tuijian .i-tuijian-article,
  .i-tuijian .i-tuijian-article .article-list-wrap .article-list,
  .i-tuijian .i-tuijian-paper,
  .i-article-box .article-list,
  .i-xinwen-huiyi .i-xinwen,
  .i-xinwen-huiyi .i-huiyi {
    width: 100%;
    display: block;
  }
  .i-xinwen-huiyi .i-huiyi {
    padding: 0;
    padding-bottom: 0;
  }
  .i-video ul li {
    width: 48%;
    margin: 0 1%;
  }
  .i-tuijian .i-tuijian-article .article-list-wrap .article-list .article-img {
    display: none;
  }
  .i-tuijian .i-tuijian-article .article-list-wrap .article-list {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .i-article-box .article-list {
    padding: 18px 0;
  }
  .i-journal-all .com-tit {
    background: none;
  }
  .i-tuijian-paperCon .paperBtn > a {
    display: inline-block;
    width: 30%;
  }
  .i-xinwen-huiyi .i-xinwen {
    border-bottom: 1px solid #eee;
  }
  .i-xinwen a .tit,
  .i-huiyi a .tit {
    font-size: 16px;
  }
  .i-huiyi li {
    padding-left: 0;
  }
  .i-video ul li {
    margin-bottom: 15px;
  }
  .i-journal-all .journal-all-tit a {
    margin-bottom: 5px;
  }
  .i-adv2 li {
    height: auto;
  }
  .i-links .i-links-list a {
    width: 50%;
    line-height: 36px;
  }
  .i-footer ul {
    width: 50%;
  }
  .i-footer .i-footer-links li a,
  .i-footer .i-footer-links li,
  .i-footer h3 {
    line-height: 20px;
    word-break: break-word;
    font-size: 12px;
  }
  .i-footer ul > li {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .i-footer-share ul {
    width: 100%;
  }
  .i-footer-info .i-footer-info-l div > span,
  .i-footer-info .i-footer-info-l div > span a,
  .i-footer-bottom span {
    font-size: 12px;
    line-height: 20px;
  }
  /*里页*/
  .main {
    padding: 20px 0;
  }
  .main-tpl5 .main-left,
  .main-tpl5 .main-right {
    width: 100%;
    padding: 0;
    border: 0;
  }
  .com-right {
    padding: 0;
    border: 0;
    margin-top: 20px;
  }
  .j-journal-box .j-journals-list,
  .j-issue-list-box .j-issue-list-item {
    width: 50%;
  }
  .main-tpl5 .article-list .article-img {
    display: none;
  }
  .main-tpl5 .article-list-info {
    width: 100%;
    padding: 15px 15px;
  }
  .main-tpl5 .article-box li {
    padding: 18px 0;
  }
  /*投稿*/
  .tsg-list .tsg-tit {
    margin-bottom: 5px;
  }
  .tsg-list-desc .tsg-btn {
    display: inline-block;
    position: relative;
    margin-left: 20px;
  }
  /*文章*/
  .i-journal-all .owl-prev,
  .i-journal-all .owl-next {
    width: 20px;
    height: 20px;
    bottom: -21px;
  }
  .i-article-box .article-list-title a,
  .i-xinwen a .tit,
  .i-huiyi a .tit,
  .i-links .i-links-list a,
  .i-xinwen-huiyi .news-one .tit {
    font-size: 16px;
  }
  .i-xinwen-huiyi .news-one .desc {
    margin-top: 8px;
  }
  .i-xinwen li,
  .i-huiyi li {
    margin-bottom: 0;
  }
  .i-links .i-links-list a {
    padding-right: 0;
  }
  .i-xinwen-huiyi {
    padding-bottom: 0;
  }
  .i-links {
    padding-bottom: 20px;
  }
  .com-tit a img {
    width: 15px;
    bottom: 1px;
  }
  .com-tit a {
    margin-left: 10px;
    float: none;
  }
  .i-footer-info-r .i-footer-qrcode img {
    width: 100px;
    height: 100px;
  }
  .special-banner2 .box {
    height: 100px;
  }
  /*公式滚动条*/
  .articleBody table.formula {
    overflow-y: hidden;
    overflow-x: auto;
    display: block;
  }
  table.formula tbody {
    display: inline-block;
  }
  .show-lists,
  .yearbox {
    width: 100%;
  }
  .column-article-right .article-column-list,
  .column-article-bottom .article-column-list {
    width: 100%;
    float: none;
  }
  .column-article-noimg .article-column-list > div {
    min-height: auto;
  }
  .column-article-right .article-column-list {
    padding-left: 0;
    padding-right: 0;
  }
  .column-article-right {
    margin: 0;
  }
  .column-article-right .article-column-list .article-list-info {
    padding: 0 0 0 15px;
  }
  .i-article-box .tab-ul-index li.active a,
  .i-article-box .tab-ul-index li a {
    font-size: 18px;
  }
  .i-article-box .morep,
  .column-article .morep {
    margin-top: 20px;
  }
  .column-article-noimg .article-column-list {
    padding-left: 0;
    padding-right: 0;
  }
  .row.column-article-noimg {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
}
@media (max-width: 992px) {
  /* 布局 */
  .i-body .main {
    top: 0;
  }
  .com-header-adv {
    display: none;
  }
  .i-banner .mc .mcCon {
    padding: 0;
  }
  /*.i-banner .i-j-tit h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-line-clamp:2;}
*/
  .i-banner .i-j-tit h3,
  .i-banner .i-j-tit span {
    font-size: 16px;
  }
  .i-banner .i-j-tit > span {
    line-height: 21px;
  }
  .journal-banner a .bookcenter,
  .i-tuijian .i-tuijian-paper {
    display: none;
  }
  .journal-banner a .bookcover {
    display: block;
    position: static;
    transform: initial;
  }
  .i-article-box .morep a {
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 20px;
  }
  .i-article-box .tab-ul-index li {
    margin-right: 25px;
  }
  .i-article-box .i-article-tit {
    font-size: 20px;
  }
  .i-footer-info-r .i-footer-qrcode img {
    width: 100px;
    height: 100px;
  }
  .i-footer-info-r .i-footer-share li {
    padding-top: 0;
  }
  .i-tuijian .article-list-title a {
    font-weight: bold;
  }
  .i-tuijian-paperCon .paperBtn > a {
    width: 100%;
  }
  .archive-coverInfo .imgBox {
    text-align: center;
  }
  body .archive-coverInfo .imgBox img {
    max-width: 280px;
    margin-bottom: 15px;
  }
  #myModal-archive .modal-dialog {
    max-width: 95%;
  }
}
@media (max-width: 768px) {
  .loginWay img {
    display: none;
  }
  /* 布局 */
  .com-tit {
    font-size: 18px;
    border-bottom: 2px solid #222;
    padding-bottom: 6px;
  }
  .article-list-time > font {
    display: unset;
    width: auto;
  }
  .i-article-box .article-list .article-img,
  .i-journal-all .journal-all-tit {
    display: none;
  }
  .i-banner .i-j-desc {
    display: none;
  }
  .i-banner span {
    font-size: 14px;
  }
  .i-banner .mcCon > span,
  .i-banner .i-j-tit h3 {
    margin-bottom: 5px;
  }
  .i-banner a img,
  .i-banner .pic img {
    width: 150%;
    margin-left: -25%;
  }
  .i-banner .pic {
    display: block;
    overflow: hidden;
  }
  .i-article-box .article-list .article-list-info {
    padding-left: 0;
  }
  .i-article-box .article-list .article-list-info,
  .i-journal-all .journal-img {
    width: 100%;
    float: none;
  }
  .i-xinwen .i-xinwen-left span {
    font-size: 12px;
  }
  .com-tit {
    margin-bottom: 13px;
    margin-top: 25px;
  }
  .com-tit a {
    font-size: 14px !important;
  }
  .i-footer-info .i-footer-info-l,
  .i-footer-info .i-footer-info-r {
    width: 100%;
  }
  .i-footer-info .i-footer-info-r {
    margin-top: 20px;
  }
  .i-footer-info-r .i-footer-share li {
    padding-top: 0;
  }
  .i-footer-info-r .i-footer-share,
  .i-footer-info-r .i-footer-qrcode {
    float: left;
  }
  .i-footer-info-r .i-footer-qrcode {
    margin-left: 0;
  }
  .i-footer-info .i-footer-info-l > span span {
    display: block;
  }
  .i-event-video .i-event .com-tit {
    padding-left: 0;
  }
  .i-xinwen-huiyi .news-one-sibling,
  .i-video ul li {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
  }
  .i-video .i-video-info .tit {
    font-size: 16px;
  }
  .i-video .i-video-thumb {
    background: none;
    border: 0;
  }
  .i-event-video .i-event {
    padding: 15px;
  }
  .listp a {
    width: 100%;
  }
  /*.listp i{display:none;}
*/
  .news-list-thumb li.listpBottom a,
  .listp a {
    width: 100%;
    overflow: visible;
    white-space: normal;
  }
  .i-cited-list #myTab {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .oea-data > div {
    width: 100%;
  }
  .oea-data > div span {
    display: inline;
    margin-left: 9px;
  }
}
@media (max-width: 414px) {
  .i-video ul li {
    width: 100%;
    height: auto;
  }
  .i-links .i-links-list a {
    width: 100%;
    margin-right: 0;
  }
  .i-footer-links {
    display: none;
  }
  .i-banner .i-j-tit h3,
  .i-banner .i-j-tit span {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .com-white {
    padding: 0 6px 6px 6px;
  }
  .tpl5 .j-banner {
    padding: 10px;
  }
  .tpl5 .j-paihang .j-paihang-read,
  .tpl5 .j-paihang .j-paihang-cited {
    padding: 0 10px 10px 10px;
  }
  .main.tpl5 .article-list-wrap .article-list {
    padding: 10px 0;
  }
  .tpl5 .j-author .j-author-left,
  .tpl5 .j-news .j-news-news,
  .tpl5 .j-news .j-news-notice,
  .tpl5.j-paihang .j-paihang-read {
    margin-bottom: 10px;
  }
  body#j-body .com-tit {
    margin: 10px 0;
  }
}
.j-just-accepted-limit .article-list-zy .font2,
.j-just-accepted .article-list-zy .font2,
.j-in-press .pri-state,
.j-in-press-limit .pri-state {
  display: none !important;
}
.accepted-articles-detail #FullText,
.accepted-articles-detail .content-nav,
.accepted-articles-detail #References {
  display: none !important;
}
/*220407*/
.article_table_fullText .table-body {
  overflow: auto;
  overflow-y: hidden;
}
.article_table_fullText .table-body table {
  table-layout: auto;
}
.article_table_fullText .table-body table td {
  padding: 2px 3px;
  word-wrap: break-word;
}
.show-table .piclist li {
  overflow: auto;
  overflow-x: hidden;
}
.articleBody .show-table .table_new {
  position: static;
}
.show-table .home-picprev,
.show-table .home-picnext {
  display: none;
}
.show-table .piclist {
  position: relative;
}
.show-table .piclist li {
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.show-table .picbox {
  height: 100%;
}
/*links*/
.detail-right-links {
  margin-bottom: 20px;
  color: #0178d6;
}
.detail-right-links a {
  color: #0178d6;
}
.detail-right-links li {
  margin-top: 6px;
}
.article-main-right .overview {
  margin-bottom: 8px;
}
.article-main-right .overview a {
  color: #fff;
}
.detail-right-links > h3 {
  font-weight: bold;
}
.article-pc .content .article .article-left .article-nav .nav-wrapper ul li {
  width: 20%;
}
#graphicalAbstractInfoEn .disp_formula,
#graphicalAbstractInfoEn .disp_formula {
  text-align: center;
}
#graphicalAbstractInfoEn .disp_formula img,
#graphicalAbstractInfoEn .disp_formula img {
  margin: 10px 0;
}
.article-list-author span {
  font-size: 13px;
}
.big-formula-box {
  overflow: auto;
  overflow-y: hidden;
}
.j-news-content .news-detail-con img {
  height: auto !important;
}
.detail-info .shareBox {
  z-index: 0;
}
.select-journal {
  background: url(../images/search/select-arrow2_03.png) no-repeat scroll right
    center #fff !important;
}
body .archive-coverInfo {
  padding-bottom: 0;
  margin-bottom: 5px;
}
.rh-edit-news-detail table p {
  margin-bottom: 0;
}
.rh-edit-news-detail table {
  width: 100%;
}
.rh-edit-news-detail table td {
  padding: 5px 5px;
}
.special-nocon a {
  color: #0157a3;
}
.no-img .article-column span {
  display: inline-block;
  color: #fff;
  background: #e9711c;
  padding: 1px 10px;
}
.cstr-box {
  display: none;
  color: #222;
  font-size: 13px;
}
.articleBody .cstr-box {
  display: block;
}
.articleBody .cstr-box .mainColor {
  color: #0089e3 !important;
}
