.main {
  background: #fff;
}
.news-msg {
  border: 1px #ffe58f solid;
  background-color: #fffbe6;
  text-align: center;
  padding: 10px 40px 10px 20px;
  position: relative;
}
.news-msg p {
  font-size: 14px;
}
.news-msg .msg-close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #00000073;
  cursor: pointer;
  padding: 5px;
}
.ws-nav {
  border-top: 3px #ae5da1 solid;
  position: relative;
}
.ws-nav .codehim-dropdown .dropdown-items {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
}
.ws-nav .codehim-dropdown .dropdown-items li {
  cursor: pointer;
}
.ws-nav .ws-nav-search {
  height: 55px;
  line-height: 55px;
}
.ws-nav .ws-nav-search .search-input-bg {
  background: #fff;
  height: 34px;
  margin-top: 10px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.ws-nav .ws-nav-search .search-input-bg input {
  border: initial;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  padding-right: 40px;
  font-size: 14px;
}
.ws-nav .ws-nav-search .search-input-bg img {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 17px;
  top: 8px;
  cursor: pointer;
}
.ws-nav .ws-nav-search .search-input-button {
  height: 55px;
  line-height: 55px;
  float: right;
  cursor: pointer;
}
.ws-nav .ws-nav-search .search-input-button a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.ws-nav .ws-nav-search .search-input-button a:hover {
  text-decoration: underline;
  color: #337ab7;
}
.ws-banner {
  overflow: hidden;
  background: url('https://www.sciopen.com/assets/img/home/home-banner-bg-2aec7a63cd46872f87cb4674e9119336.jpg');
}
.ws-banner .banner {
  margin: 0 auto;
}
.ws-banner .banner .swiper-text {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #999;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.75);
  line-height: 24px;
  max-height: 57px;
}
.ws-banner .banner img {
  width: 100%;
  height: 100%;
}
.ws-banner .swiper-slide-active .swiper-text {
  color: #d5ccff;
}
.ws-search {
  width: 100%;
  height: 260px;
  background: #ccc;
  position: relative;
}
.ws-search .search {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 79px;
}
.ws-search .search .input-wrap {
  width: 64.5%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 17.5%;
}
.ws-search .search .input-wrap img {
  position: absolute;
  right: 26px;
  top: 17px;
  cursor: pointer;
}
.ws-search .search input {
  height: 60px;
  line-height: 46px;
  font-size: 18px;
  padding-left: 5.88%;
  padding-right: 60px;
}
.ws-search .search .advance-search {
  display: inline-block;
  margin-left: 27px;
  vertical-align: middle;
}
.ws-search .search .advance-search p {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
@media screen and (min-width: 1200px) {
  .ws-banner {
    height: 375px;
  }
  .ws-banner .banner {
    width: 100%;
    max-width: 1200px;
    height: 275px;
    position: relative;
  }
  .ws-banner .banner .swiper-container {
    margin-top: 40px;
  }
  .ws-banner .banner .swiper-container .swiper-slide {
    height: 300px;
  }
  .swiper-slide-active {
    border-bottom: 4px #ae5da1 solid;
  }
  .swiper-slide-active .swiper-text {
    color: #d5ccff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #swiper-news .swiper-slide-prev .swiper-text,
  #swiper-news .swiper-slide-next .swiper-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ws-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 55%;
    margin-top: -25px;
    cursor: pointer;
    z-index: 9999;
  }
  .arrow-left {
    left: -85px;
    background: url('https://www.sciopen.com/assets/img/home/left-arrow-5ac4eb2b1e040b3c8ceaf9b599c09915.png');
    background-size: 100%;
    transition: all 0.5s;
  }
  .arrow-left:hover {
    background: url('https://www.sciopen.com/assets/img/home/left-arrow-active-a435ce1857be52966e0536c4e2f5b5f4.png');
  }
  .arrow-right {
    right: -85px;
    background: url('https://www.sciopen.com/assets/img/home/right-arrow-d39b8fafda77b1873eea7b7100770749.png');
    background-size: 100%;
    transition: all 0.5s;
  }
  .arrow-right:hover {
    background: url('https://www.sciopen.com/assets/img/home/right-arrow-active-5ef64fa80dbb5a1a888e504d042eb48f.png');
  }
  .ws-nav .codehim-dropdown {
    height: 55px;
  }
  .ws-nav .codehim-dropdown .dropdown-items {
    height: 55px;
    line-height: 55px;
  }
  .ws-nav .ws-nav-search {
    float: right;
    width: 510px;
  }
  .ws-nav .ws-nav-search .search-input-bg {
    float: left;
    width: 380px;
  }
  .ws-nav .ws-nav-search .search-input-bg input {
    width: 380px;
  }
}
@media screen and (max-width: 1200px) {
  .ws-search .search {
    text-align: center;
  }
  .ws-search .search .input-wrap {
    margin-left: 0;
  }
  .ws-arrow {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ws-content {
    max-width: 1200px;
    margin: 0 auto;
  }
  .search-input-bg {
    width: 90%;
    margin: 20px auto;
    margin-top: 20px !important;
  }
  .ws-nav .ws-nav-search .search-input-button {
    float: left;
    padding-left: 15px;
    line-height: 30px;
  }
  .ws-nav .ws-nav-search .search-input-button a {
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1000px) {
  .ws-nav-search {
    position: absolute;
    right: 0;
    margin: 0;
  }
  .ws-nav-search .search-input-bg {
    float: left;
    width: 280px;
    margin: 0;
    margin-top: 10px !important;
  }
  .ws-nav-search .search-input-bg input {
    width: 280px;
  }
}
@media only screen and (min-device-width: 800px) and (max-device-width: 1024px) {
  .ws-banner {
    width: 100%;
    height: 377px;
  }
  .ws-banner .banner {
    margin: 40px auto 0;
  }
  .ws-nav-search {
    margin-right: 10px;
  }
  .ws-nav-search .search-input-bg {
    margin-left: 30px;
    float: left;
    width: 340px;
    margin-right: 20px;
  }
  .ws-content {
    margin: 20px auto 0;
  }
}
/**类别导航 */
.ws-content {
  max-width: 1200px;
  margin: 60px auto 0;
}
.nav-wrap {
  width: 285px;
  float: left;
  border-right: 1px #ddd solid;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.nav-wrap li {
  font-size: 16px;
  color: #333;
  cursor: pointer;
  line-height: 80px;
}
.nav-wrap li a {
  color: inherit;
  margin-left: 15px;
}
.nav-wrap li:hover a {
  color: #ae5da1;
  text-decoration: underline;
}
.nav-wrap .ws-outline {
  width: 257px;
  height: 58px;
  border-left: 8px #ae5da1 solid;
  background: #1e2b6f;
  border-radius: 0 3px 3px 0;
}
.nav-wrap .ws-outline a,
.nav-wrap .ws-outline h2 {
  color: #fff;
  font-size: 20px;
  line-height: 58px;
}
.nav-wrap .ws-outline img {
  float: left;
  margin-left: 50px;
  margin-top: 21px;
}
.nav-wrap .ws-outline span {
  font-size: 22px;
  float: left;
  margin-left: 10px;
  margin-top: 2px;
}
.nav-wrap .ly-li {
  margin-top: 50px;
  margin-left: 8px;
}
.nav-wrap .ly-li .li-left {
  float: left;
}
.nav-wrap .ly-li .li-right {
  width: 230px;
  float: left;
}
.nav-wrap .ly-li a {
  color: #000;
  font-size: 18px;
  float: left;
}
.nav-wrap .ly-li span {
  margin-top: 3px;
  float: left;
  display: block;
  width: 13px;
  height: 16px;
  background: url('https://www.sciopen.com/assets/img/home/arrow-86087a1e87e02fce2fb92cf9fe3b871d.png');
}
.nav-wrap .ly-li:hover span {
  background: url('https://www.sciopen.com/assets/img/home/arrow-hover-e62bc294f524a1c027e7761b9590dc94.png');
}
.nav-wrap .discipline-active span {
  background: url('https://www.sciopen.com/assets/img/home/arrow-hover-e62bc294f524a1c027e7761b9590dc94.png');
}
.nav-wrap .discipline-active a {
  color: #ae5da1;
}
.nav-wrap .ws-colspan {
  display: none;
  border: none;
}
.nav-wrap .ws-colspan:hover {
  color: #d5ccff;
  text-decoration: none;
}
.nav-wrap .ws-colspan .glyphicon-chevron-up {
  display: none;
}
@media screen and (max-width: 1200px) {
  .ws-content {
    margin-top: 20px;
  }
  .nav-wrap {
    width: 100%;
    border-right: none;
    margin-bottom: 20px;
  }
  .nav-wrap li {
    line-height: 50px;
  }
  .nav-wrap li a {
    color: inherit;
    margin-left: 15px;
  }
  .nav-wrap .ws-outline {
    width: 100%;
    border-radius: 0 3px 0 0;
  }
  .nav-wrap .ws-outline img {
    margin-left: 10px;
    margin-top: 20px;
  }
  .nav-wrap .ws-outline span {
    margin-left: 0;
    margin-top: 2px;
  }
  .nav-wrap .ly-li {
    margin-top: 2px;
    padding-left: 20px;
    margin-left: 0;
    border-bottom: 1px solid #f4f4f4;
  }
  .nav-wrap .ly-li .li-left {
    margin-top: 12px;
    float: left;
  }
  .nav-wrap .ly-li .li-right {
    width: 85%;
    float: left;
  }
  .nav-wrap .ly-li a {
    line-height: 50px;
  }
  .nav-wrap .ws-colspan {
    display: block;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
/****轮播翻页*****/
.handle-left-button {
  cursor: pointer;
  width: 30px;
  height: 31px;
  float: left;
  background: url('https://www.sciopen.com/assets/img/home/item-left-arrow-23436d892a3c018300be3680c094806d.png');
  transition: all 0.5s;
}
.handle-left-button:hover {
  background: url('https://www.sciopen.com/assets/img/home/item-left-arrow-active-8748ea3aa3746e41dd5304339e3f7170.png');
}
.handle-right-button {
  cursor: pointer;
  margin-left: 10px;
  float: right;
  width: 30px;
  height: 31px;
  background: url('https://www.sciopen.com/assets/img/home/item-right-arrow-0a9412fd3ba351658b98f902306dd53a.png');
  transition: all 0.5s;
}
.handle-right-button:hover {
  background: url('https://www.sciopen.com/assets/img/home/item-right-arrow-active-8266cc088edc0d042395b401459ac180.png');
}
/**********推荐期刊************/
.inner {
  width: 840px;
  float: right;
  position: relative;
  margin-right: 15px;
}
.inner .headline {
  font-size: 20px;
  color: #332964;
  margin-bottom: 40px;
}
.inner .headline .line-title {
  float: left;
  padding: 0 5px 5px;
  border-bottom: 2px solid #1e2b6f;
}
.inner .headline .line-title h2 {
  color: #1e2b6f;
  font-weight: bold;
  font-size: 18px;
}
.inner .line-handle {
  position: absolute;
  top: 14px;
  right: 20px;
}
.inner .list-info {
  position: relative;
}
.inner .list-info .journal-list-item {
  width: 150px;
  margin-bottom: 0;
}
.inner .list-info .journal-list-item .img {
  width: 150px;
  height: 206px;
  background: #ccc;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.inner .list-info .journal-list-item .img:hover {
  opacity: 0.8;
}
.inner .list-info .journal-list-item .title {
  color: #333;
  height: 48px;
  line-height: 23px;
  font-size: 16px;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.inner .list-info .journal-list-item .title:hover {
  color: #556fb5;
}
#swiperJournal .swiper-slide {
  margin-top: 10px !important;
}
@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 10px;
    margin-right: 0;
  }
  .inner .journal-list-item {
    margin: 0 auto 20px;
  }
}
/***************推荐文章****************/
.ws-articles {
  margin-top: 20px;
  background: url('https://www.sciopen.com/assets/img/home/home-article-bg-3d8bcc2286e51707d23e693fcf842114.jpg') no-repeat;
  background-size: 100% 100%;
  padding-bottom: 40px;
}
.ws-articles .articles-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.ws-articles .articles-content .articles-title {
  width: 225px;
  text-align: center;
  border-bottom: 2px #1e2b6f solid;
  margin: 0 auto 35px;
  position: relative;
  padding: 35px 5px 5px;
}
.ws-articles .articles-content .articles-title h2 {
  font-weight: bold;
  color: #1e2b6f;
  font-size: 18px;
}
.ws-articles .articles-content .articles-button {
  position: absolute;
  right: 20px;
  top: 55px;
}
.ws-articles .articles-content .latest-article-content {
  margin-left: -10px;
  margin-right: -10px;
}
.ws-articles .articles-content .latest-article-content .latest-article {
  width: 33.33%;
  float: left;
  padding: 0 10px;
}
.ws-articles .articles-content .latest-article-content .latest-article .articles-list {
  height: 265px;
}
.ws-articles .articles-content .articles-list {
  width: 100%;
  height: 330px;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 4px #8f749f solid;
  border-radius: 3px;
  padding: 15px;
}
.ws-articles .articles-content .articles-list .list-title {
  margin-top: 15px;
  padding-left: 15px;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ws-articles .articles-content .articles-list .list-title h2 {
  font-weight: bold;
  font-size: 18px;
}
.ws-articles .articles-content .articles-list .list-items a:hover {
  text-decoration: none;
}
.ws-articles .articles-content .articles-list .list-items .list-item {
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 3px;
  margin: 10px 0;
  transition: all 0.5s;
}
.ws-articles .articles-content .articles-list .list-items .list-item .item-info {
  letter-spacing: -0.5px;
  height: 48px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: bold;
}
.ws-articles .articles-content .articles-list .list-items .list-item .item-author {
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  margin-top: 5px;
}
.ws-articles .articles-content .articles-list .list-items .list-item:hover {
  background: #eff1f9;
}
.ws-articles .articles-content .articles-list .list-items .list-item:hover .item-info {
  color: #337ab7;
}
.ws-articles .articles-content .articles-list .list-items .list-item:first-child {
  padding: 0 15px 5px !important;
}
@media screen and (max-width: 1200px) {
  #swiperArticle {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 800px) {
  .ws-articles .articles-content .articles-button {
    right: 10px;
  }
  .ws-articles .articles-content .latest-article-content {
    margin-left: 0;
    margin-right: 0;
  }
  .ws-articles .articles-content .latest-article-content .latest-article {
    width: 100%;
    float: left;
    padding: 0 10px;
  }
}
/** for reader for author for publish */
.ws-boxs {
  max-width: 1200px;
  margin: 50px auto;
}
.ws-boxs a {
  display: inline-block;
  width: 32%;
  float: left;
  transition: all 0.3s;
}
.ws-boxs a img {
  width: 100%;
  height: auto;
}
.ws-boxs a:hover {
  box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.2);
}
.ws-boxs .ws-box-not-first {
  margin-left: 2%;
}
@media screen and (max-width: 1200px) {
  .ws-boxs {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .ws-boxs {
    margin: 30px 0;
  }
  .ws-boxs a {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 10px;
  }
  .ws-boxs a img {
    max-width: 100%;
    width: auto;
  }
  .ws-boxs .ws-box-not-first {
    margin-left: 0;
    margin-top: 25px;
  }
}
/** 友情链接 */
#swiperLink .swiper-slide img,
#swiperJournal .swiper-slide img {
  max-width: initial;
  display: block;
}
.link-title {
  width: 60px;
  text-align: center;
  font-size: 18px;
  border-bottom: 2px #1e2b6f solid;
  padding: 20px 5px 5px;
  margin: 0 auto 30px;
}
.link-title h2 {
  color: #1e2b6f;
  font-weight: bold;
}
.ws-conference {
  margin-bottom: 25px;
}
.ws-conference .link-title {
  width: 125px;
}
.ws-conference .ws-items {
  max-width: 1200px;
  margin: 0 auto;
}
.ws-conference .ws-items .meeting-list-item-zxx {
  height: 160px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
}
.ws-conference .ws-items a .live-icon {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.ws-conference .ws-items a .playback-icon {
  position: absolute;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  top: 10px;
  padding: 1px 6px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.ws-conference .ws-items a .playback-icon img {
  margin-right: 3px;
  width: 18px;
}
.ws-conference .ws-items .meeting-icon {
  padding: 3px 8px;
  border-radius: 5px;
  margin-right: 8px;
  font-size: 15px;
  display: inline-block;
}
.ws-conference .ws-items .meeting-icon-wait {
  border: 1px solid #4caf50;
  color: #4caf50;
  background: #e8f9e9;
}
.ws-conference .ws-items .meeting-icon-underway {
  border: 1px solid #ff2515;
  color: #ff2515;
  background: #ffe6e0;
}
.ws-conference .ws-items .meeting-icon-end {
  border: 1px solid #9a9a9a;
  color: #3a3a3a;
  background: #ededed;
}
.ws-conference .ws-items .poster {
  width: inherit;
  background: #ccc;
  border-radius: 5px;
  margin-bottom: 0;
  max-width: inherit;
  height: 160px;
}
.ws-links {
  background: url('https://www.sciopen.com/assets/img/home/home-link-ff9f131911ee05b6808eee37205d1389.jpg') no-repeat;
  background-size: cover;
}
.ws-links .ws-links-items {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.ws-links .ws-links-items a {
  width: 264px;
  height: 77px;
  margin-bottom: 25px;
  display: block;
  background-color: #fff;
}
.ws-links .ws-links-items a img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .ws-links .ws-links-items a {
    margin: 0 auto 25px;
  }
  .ws-conference .ws-items {
    padding: 0 10px;
  }
}
/*# sourceMappingURL=home.css.map */