2286 lines
38 KiB
CSS
2286 lines
38 KiB
CSS
/*@font-face{*/
|
|
/* font-family:'Merri_weather';*/
|
|
/* !*为引入的字体命名*!*/
|
|
/* src:url(Merriweather.ttf);*/
|
|
/* !*定义要引入字体文件的路径*!*/
|
|
/*}*/
|
|
/*@font-face {*/
|
|
/* font-family: 'Helvetica Neue For Number';*/
|
|
/* src:url(Charisb.ttf);*/
|
|
/* unicode-range: U+30-39;*/
|
|
/*}*/
|
|
@font-face {
|
|
font-family: 'AlibabaSans-Light';
|
|
src: url(AlibabaSans-Light.otf);
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-weight: 300;
|
|
outline: none;
|
|
}
|
|
|
|
strong {
|
|
font-weight: 600;
|
|
}
|
|
|
|
body {
|
|
/*font-family: "Times New Roman", Helvetica, Georgia, serif;*/
|
|
/*font-family: "Helvetica Neue For Number", "Merri_weather", Helvetica, serif;*/
|
|
font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;
|
|
color: #444;
|
|
height: 100%;
|
|
font-size: 14px;
|
|
line-height: 1.42857143;
|
|
}
|
|
|
|
a {
|
|
color: #444;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a {
|
|
transition: all .5s;
|
|
}
|
|
|
|
b {
|
|
font-weight: bold;
|
|
}
|
|
|
|
li {
|
|
list-style: none;
|
|
}
|
|
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
input.disable {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.clear:after {
|
|
display: block;
|
|
content: "";
|
|
clear: both;
|
|
}
|
|
|
|
.rgb_color {
|
|
color: #024393;
|
|
;
|
|
}
|
|
|
|
.rgb_color_background {
|
|
/*background-color: #024393;*/
|
|
}
|
|
|
|
|
|
/******************大背景******************/
|
|
#index_top {
|
|
height: 580px;
|
|
background: url(../img/home_1.jpg);
|
|
color: #fff;
|
|
text-align: center;
|
|
position: relative;
|
|
background-size: 100% 100%;
|
|
background-attachment: fixed
|
|
}
|
|
|
|
#col-content {
|
|
/*background-color: #fff;*/
|
|
}
|
|
|
|
|
|
/******************上方标题******************/
|
|
.top {
|
|
height: 63px;
|
|
padding: 0 15px;
|
|
font-size: 16px;
|
|
position: absolute;
|
|
top: 150px;
|
|
width: 220px;
|
|
left: 50%;
|
|
margin-left: -110px;
|
|
}
|
|
|
|
.top .top_logo {
|
|
float: left;
|
|
}
|
|
|
|
.top .top_logo .home_logo {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.top .top_logo b {
|
|
margin-left: 10px;
|
|
margin-top: 5px;
|
|
color: #fff;
|
|
display: block;
|
|
}
|
|
|
|
|
|
/******************介绍文字******************/
|
|
.suggest {
|
|
position: absolute;
|
|
top: 220px;
|
|
width: 780px;
|
|
left: 50%;
|
|
margin-left: -390px;
|
|
color: #fff;
|
|
}
|
|
|
|
.suggest h1 {
|
|
font-size: 60px;
|
|
line-height: 80px;
|
|
margin-top: 30px;
|
|
font-weight: 800;
|
|
font-family: Gabriola;
|
|
letter-spacing: 4px;
|
|
}
|
|
|
|
.suggest h2 {
|
|
width: 778px;
|
|
font-size: 16px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
|
|
/**************搜索************/
|
|
.scoutfor {
|
|
position: absolute;
|
|
top: 250px;
|
|
left: 50%;
|
|
color: #fff;
|
|
margin-left: -150px;
|
|
}
|
|
|
|
.scoutfor input {
|
|
width: 300px;
|
|
height: 32px;
|
|
margin: 50px auto 5px auto;
|
|
border: none;
|
|
border-radius: 20px;
|
|
padding: 0 50px 0 20px;
|
|
}
|
|
|
|
.scoutfor button {
|
|
position: absolute;
|
|
right: 50%;
|
|
top: 50px;
|
|
margin-right: -140px;
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 50%;
|
|
border: none;
|
|
background: #fff;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.scoutfor button img {
|
|
width: 20px;
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
.scoutfor>a {
|
|
display: block;
|
|
color: #fffc;
|
|
margin-left: 160px;
|
|
}
|
|
|
|
.scoutfor>a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
/******************导航******************/
|
|
.nav {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.nav ul {
|
|
height: 100px;
|
|
background-image: linear-gradient(90deg, #00125e, #00287f, #0260c0);
|
|
}
|
|
|
|
.nav ul li {
|
|
height: 16px;
|
|
float: left;
|
|
padding: 0 30px;
|
|
font-weight: 600;
|
|
border-left: 1px solid #ddd;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.nav ul a {
|
|
display: inline-block;
|
|
height: 100px;
|
|
padding-top: 40px;
|
|
}
|
|
|
|
.nav ul a:nth-child(1) li {
|
|
border-left: none;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.nav ul li:hover {
|
|
text-decoration: underline;
|
|
font-size: 18px;
|
|
}
|
|
|
|
|
|
/*其他页面上方背景*/
|
|
.ind_home {
|
|
height: 300px !important;
|
|
}
|
|
|
|
.ind_home .top {
|
|
margin-left: -70px !important;
|
|
left: 50% !important;
|
|
top: 50px !important;
|
|
/*display: none;*/
|
|
}
|
|
|
|
.ind_home>img {}
|
|
|
|
.ind_home .suggest {
|
|
/*display: none !important;*/
|
|
display: none;
|
|
}
|
|
|
|
.ind_home .suggest h1 {
|
|
margin-top: -100px !important;
|
|
}
|
|
|
|
.ind_home .scoutfor {
|
|
top: 20px !important;
|
|
right: 20px !important;
|
|
margin-left: 0 !important;
|
|
display: none !important;
|
|
}
|
|
|
|
.ind_seek .top {
|
|
display: none;
|
|
}
|
|
|
|
.ind_seek {
|
|
position: relative;
|
|
}
|
|
|
|
.ind_seek>a.de_imgh {
|
|
display: block !important;
|
|
position: absolute;
|
|
width: 200px;
|
|
top: 82px;
|
|
left: 50%;
|
|
margin-left: -220px;
|
|
}
|
|
|
|
.ind_seek>img.de_imgt {
|
|
display: block !important;
|
|
position: absolute;
|
|
width: 200px;
|
|
top: 45px;
|
|
left: 50%;
|
|
margin-left: -20px;
|
|
}
|
|
|
|
.ind_seek .scoutfor {
|
|
display: none !important;
|
|
}
|
|
|
|
|
|
/*所有期刊列表*/
|
|
.exten_sion {
|
|
width: 1300px;
|
|
margin: 20px auto 0 auto;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding-top: 20px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.exten_sion .es_icon {
|
|
float: left;
|
|
width: 90px;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.exten_sion .es_icon a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.exten_sion .es_jour {
|
|
width: 950px;
|
|
margin-left: 50px;
|
|
float: left;
|
|
}
|
|
|
|
.exten_sion .es_jour li {
|
|
display: inline-block;
|
|
width: 33%;
|
|
line-height: 32px;
|
|
}
|
|
|
|
.exten_sion .es_serch {
|
|
float: left;
|
|
width: 210px;
|
|
margin-top: -50px;
|
|
}
|
|
|
|
.exten_sion .es_serch>p {
|
|
color: #004a90;
|
|
font-weight: 600;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.exten_sion .es_serch>#com_index {
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.exten_sion .es_serch>#com_index .selectivity-single-select {
|
|
line-height: 22px;
|
|
background-color: #fff;
|
|
border-radius: 5px;
|
|
padding: 0;
|
|
}
|
|
|
|
.exten_sion .es_serch>#com_index .selectivity-single-result-container {
|
|
top: 2px;
|
|
left: 7px;
|
|
height: 20px;
|
|
}
|
|
|
|
.exten_sion .es_serch>#com_index .selectivity-caret {
|
|
right: 8px;
|
|
top: 4px;
|
|
}
|
|
|
|
.exten_sion .es_serch>#com_index .selectivity-single-selected-item-remove {
|
|
/*margin-top: -2px;*/
|
|
}
|
|
|
|
.exten_sion .es_serch>a {
|
|
color: #004a90;
|
|
font-weight: 600;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.exten_sion .es_serch>a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.exten_sion .es_serch>a>i {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
/*.exten_sion .es_jour li:nth-child(4n+1) {*/
|
|
/* width: 27%;*/
|
|
/*}*/
|
|
|
|
/*.exten_sion .es_jour li:nth-child(4n+2) {*/
|
|
/* width: 29%;*/
|
|
/*}*/
|
|
|
|
/*.exten_sion .es_jour li:nth-child(4n+3) {*/
|
|
/* width: 21%;*/
|
|
/*}*/
|
|
|
|
/*.exten_sion .es_jour li:nth-child(4n+4) {*/
|
|
/* width: 23%;*/
|
|
/*}*/
|
|
|
|
.exten_sion .es_jour li a {
|
|
color: #004a90;
|
|
font-weight: 600;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.exten_sion .es_jour li a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
/*下侧几个列表公共样式*/
|
|
.news_ment {}
|
|
|
|
.news_ment>div {
|
|
width: 1300px;
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
.sy_npar,
|
|
.sy_notice {
|
|
background: url(../img/home_2.jpg);
|
|
background-size: 100% auto;
|
|
padding-bottom: 30px;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.sy_nct {
|
|
background: url(../img/home_2.jpg);
|
|
background-size: 100% auto;
|
|
padding-bottom: 30px;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.news_ment h4 {
|
|
font-size: 33px;
|
|
font-family: "Times New Roman", Helvetica, Georgia, serif;
|
|
color: #595959;
|
|
font-weight: 600;
|
|
letter-spacing: -1px;
|
|
padding: 15px 0;
|
|
display: inline-block;
|
|
}
|
|
|
|
.news_ment>div>.more {
|
|
font-size: 26px;
|
|
color: #adadad;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.news_ment ul {
|
|
margin: 15px 0 0 0;
|
|
display: flex;
|
|
}
|
|
|
|
.news_ment ul a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.news_ment>div>ul>li {
|
|
width: 24%;
|
|
float: left;
|
|
margin-right: 20px;
|
|
background-color: #fff;
|
|
padding: 5px 12px 10px 12px;
|
|
box-shadow: 0 0 10px #bdbdbd;
|
|
}
|
|
|
|
.news_ment ul li h6 {
|
|
|
|
font-size: 17px;
|
|
line-height: 18px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.news_ment ul li h6 a {
|
|
color: #069;
|
|
font-weight: 600;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.news_ment ul li:nth-child(4) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.news_ment ul li img {
|
|
width: 100%;
|
|
height: 160px;
|
|
margin: 8px 0 15px;
|
|
}
|
|
|
|
|
|
/*New Papers 展示文章*/
|
|
.sy_npar {}
|
|
|
|
.sy_npar ul {
|
|
display: block;
|
|
margin-top: -20px;
|
|
}
|
|
|
|
.sy_npar ul>div {
|
|
float: left;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
/*1*/
|
|
.sy_npar div.tpoce_con1 {
|
|
position: relative;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.sy_npar div.tpoce_con1 img {
|
|
width: 100%;
|
|
/*height: 350px;*/
|
|
background-color: #fff;
|
|
}
|
|
|
|
.sy_npar div.tpoce_con1 div {
|
|
position: absolute;
|
|
background-color: rgba(0, 0, 0, .7);
|
|
padding: 10px;
|
|
width: 530px;
|
|
bottom: -50px;
|
|
}
|
|
|
|
.sy_npar div.tpoce_con1 div span {
|
|
color: #fff;
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
margin-bottom: 5px;
|
|
display: block;
|
|
}
|
|
|
|
.sy_npar div.tpoce_con1 div p {
|
|
color: #fff;
|
|
}
|
|
|
|
.sy_npar div.tpoce_con1 div p:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*2*/
|
|
.sy_npar div.tpoce_con2 {
|
|
margin: 30px 15px 0 15px;
|
|
}
|
|
|
|
.sy_npar div.tpoce_con2>div {
|
|
float: left;
|
|
width: 48%;
|
|
}
|
|
|
|
.sy_npar div.tpoce_con2>div:nth-child(1) {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.sy_npar div.tpoce_con2>div img {
|
|
width: 100%;
|
|
height: 120px;
|
|
}
|
|
|
|
.sy_npar div.tpoce_con2 div span {
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
margin-bottom: 5px;
|
|
display: block;
|
|
}
|
|
|
|
.sy_npar div.tpoce_con2 p {}
|
|
|
|
.sy_npar div.tpoce_con2 p:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*3*/
|
|
.sy_npar div.tpoce_con3 {}
|
|
|
|
.sy_npar div.tpoce_con3>div {
|
|
border-bottom: 1px solid #000;
|
|
padding: 0 0 3px 0;
|
|
margin: 0 0 5px 0;
|
|
}
|
|
|
|
.sy_npar div.tpoce_con3>div>span {
|
|
font-family: Calibri;
|
|
font-size: 14px;
|
|
display: block;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.sy_npar div.tpoce_con3>div:nth-child(3) {
|
|
margin: 0;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.sy_npar div.tpoce_con3 p {}
|
|
|
|
.sy_npar div.tpoce_con3 p:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
/*列表*/
|
|
.sy_nct h4 span,
|
|
.sy_tcrd h4 span {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.sy_nct h4 span:nth-child(1),
|
|
.sy_tcrd h4 span:nth-child(1) {
|
|
font-weight: 600;
|
|
}
|
|
|
|
|
|
/*通知*/
|
|
.sy_notice ul>div {
|
|
display: inline-block;
|
|
width: 24.5%;
|
|
margin-right: 14px;
|
|
padding: 8px;
|
|
line-height: 22px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sy_notice ul>div:nth-child(4) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.sy_notice ul>div a {
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
|
|
/*Top cited 展示文章*/
|
|
.sy_tcrd {}
|
|
|
|
.sy_tcrd ul {
|
|
display: block;
|
|
margin-top: -20px;
|
|
}
|
|
|
|
.sy_tcrd ul>div {
|
|
float: left;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
/*1*/
|
|
.sy_tcrd div.tcrd_con1 {
|
|
position: relative;
|
|
}
|
|
|
|
.sy_tcrd div.tcrd_con1 img {
|
|
width: 100%;
|
|
/*height: 350px;*/
|
|
background-color: #fff;
|
|
}
|
|
|
|
.sy_tcrd div.tcrd_con1 div {
|
|
position: absolute;
|
|
background-color: rgba(0, 0, 0, .7);
|
|
padding: 10px;
|
|
width: 530px;
|
|
bottom: -10px;
|
|
}
|
|
|
|
.sy_tcrd div.tcrd_con1 div span {
|
|
color: #fff;
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
margin-bottom: 5px;
|
|
display: block;
|
|
}
|
|
|
|
.sy_tcrd div.tcrd_con1 div p {
|
|
color: #fff;
|
|
}
|
|
|
|
.sy_tcrd div.tcrd_con1 div p:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*2*/
|
|
.sy_tcrd div.tcrd_con2 {
|
|
margin: 30px 0 0 15px;
|
|
}
|
|
|
|
.sy_tcrd div.tcrd_con2>div {
|
|
float: left;
|
|
width: 240px;
|
|
}
|
|
|
|
.sy_tcrd div.tcrd_con2>div:nth-child(2) {
|
|
margin: 0 15px;
|
|
}
|
|
|
|
.sy_tcrd div.tcrd_con2>div img {
|
|
width: 100%;
|
|
height: 120px;
|
|
}
|
|
|
|
.sy_tcrd div.tcrd_con2 div span {
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
margin-bottom: 5px;
|
|
display: block;
|
|
}
|
|
|
|
.sy_tcrd div.tcrd_con2 p {}
|
|
|
|
.sy_tcrd div.tcrd_con2 p:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
/*焦点轮播*/
|
|
#certify,
|
|
#certify_ {
|
|
position: relative;
|
|
width: 1200px;
|
|
margin: 0 auto
|
|
}
|
|
|
|
#certify .swiper-container,
|
|
#certify_ .swiper-container {
|
|
padding-bottom: 60px;
|
|
}
|
|
|
|
#certify .swiper-slide,
|
|
#certify_ .swiper-slide {
|
|
width: 520px;
|
|
height: 408px;
|
|
background: #fff;
|
|
box-shadow: 0 8px 30px #ddd;
|
|
padding: 12px 12px 10px 12px;
|
|
}
|
|
|
|
#certify .swiper-slide img,
|
|
#certify_ .swiper-slide img {
|
|
display: block;
|
|
width: 495px;
|
|
height: 280px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
#certify .swiper-slide h6,
|
|
#certify_ .swiper-slide h6 {
|
|
line-height: 20px;
|
|
font-size: 17px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#certify .swiper-slide h6 a,
|
|
#certify_ .swiper-slide h6 a {
|
|
color: #069;
|
|
font-weight: 600;
|
|
}
|
|
|
|
#certify .swiper-slide h6 a:hover,
|
|
#certify_ .swiper-slide h6 a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#certify .swiper-slide div a:hover,
|
|
#certify_ .swiper-slide div a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
#certify .swiper-pagination,
|
|
#certify_ .swiper-pagination {
|
|
width: 100%;
|
|
bottom: 20px;
|
|
}
|
|
|
|
#certify .swiper-pagination-bullets .swiper-pagination-bullet,
|
|
#certify_ .swiper-pagination-bullets .swiper-pagination-bullet {
|
|
margin: 0 5px;
|
|
border: 3px solid #fff;
|
|
background-color: #d5d5d5;
|
|
width: 10px;
|
|
height: 10px;
|
|
opacity: 1;
|
|
}
|
|
|
|
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active,
|
|
#certify_ .swiper-pagination-bullets .swiper-pagination-bullet-active {
|
|
border: 3px solid #006699;
|
|
background-color: #fff;
|
|
}
|
|
|
|
#certify .swiper-button-prev,
|
|
#certify_ .swiper-button-prev {
|
|
left: -30px;
|
|
width: 45px;
|
|
height: 45px;
|
|
background: url(../img/wm_button_icon.png) no-repeat;
|
|
background-position: 0 0;
|
|
background-size: 100%;
|
|
}
|
|
|
|
#certify .swiper-button-prev:hover,
|
|
#certify_ .swiper-button-prev:hover {
|
|
background-position: 0 -46px;
|
|
background-size: 100%
|
|
}
|
|
|
|
#certify .swiper-button-next,
|
|
#certify_ .swiper-button-next {
|
|
right: -30px;
|
|
width: 45px;
|
|
height: 45px;
|
|
background: url(../img/wm_button_icon.png) no-repeat;
|
|
background-position: 0 -93px;
|
|
background-size: 100%;
|
|
}
|
|
|
|
#certify .swiper-button-next:hover,
|
|
#certify_ .swiper-button-next:hover {
|
|
background-position: 0 -139px;
|
|
background-size: 100%
|
|
}
|
|
|
|
|
|
/*****************footer****************/
|
|
.footer {
|
|
background-color: #001f71;
|
|
background-size: 100% auto;
|
|
}
|
|
|
|
.footer .daohang {
|
|
height: 360px;
|
|
width: 1300px;
|
|
margin: 0 auto;
|
|
padding-top: 30px;
|
|
|
|
}
|
|
|
|
.footer .daohang_bottom_line {
|
|
background: red;
|
|
height: 8px;
|
|
border: 0.5px solid #fff;
|
|
width: 1400px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.footer-bottom-email {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.footer-bottom-email-line {
|
|
font-weight: 700;
|
|
/* width: 3px; */
|
|
/* display: inline-block; */
|
|
border: 2px solid #fff;
|
|
/* height: 16px; */
|
|
line-height: 14px;
|
|
margin: 0px 10px;
|
|
height: 12px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.footer .daohang ul {
|
|
float: left;
|
|
width: 238px;
|
|
margin: 0 15px;
|
|
}
|
|
|
|
.footer .daohang ul h3 {
|
|
font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;
|
|
padding: 15px 0;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
letter-spacing: 0.3px;
|
|
color: #fff;
|
|
}
|
|
|
|
.footer .daohang ul li {
|
|
list-style: disc;
|
|
margin-left: 20px;
|
|
color: #fff;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.footer .daohang ul li a {
|
|
line-height: 24px;
|
|
color: #fff;
|
|
}
|
|
|
|
.footer .daohang ul li a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.footer .bianma {
|
|
text-align: center;
|
|
line-height: 22px;
|
|
margin-top: 45px;
|
|
}
|
|
|
|
.footer .bianma p {
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
/*书籍*/
|
|
.scec_book {
|
|
width: 1300px;
|
|
margin: 20px auto 0 auto;
|
|
}
|
|
|
|
.scec_book ul {
|
|
padding: 10px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.scec_book ul li {
|
|
overflow: hidden;
|
|
margin-bottom: 25px;
|
|
float: left;
|
|
width: 48.5%;
|
|
padding: 15px;
|
|
margin-right: 26px;
|
|
box-shadow: 0 0 10px #bdbdbd;
|
|
height: 186px;
|
|
}
|
|
|
|
.scec_book ul li:nth-child(2n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.scec_book ul li img {
|
|
float: left;
|
|
width: 120px;
|
|
height: 120px;
|
|
}
|
|
|
|
.scec_book ul li div {
|
|
float: right;
|
|
width: 445px;
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.scec_book ul li div a {
|
|
font-weight: 600;
|
|
color: #444;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.scec_book ul li div p {
|
|
line-height: 24px;
|
|
}
|
|
|
|
.scec_book ul li div a:hover,
|
|
.scec_book ul li div a:focus {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
/*期刊*/
|
|
.atr_tist {
|
|
width: 1300px;
|
|
margin: 20px auto 0 auto;
|
|
}
|
|
|
|
.atr_tist ul {
|
|
overflow: hidden;
|
|
padding: 10px;
|
|
}
|
|
|
|
.atr_tist li {
|
|
overflow: hidden;
|
|
padding: 20px;
|
|
box-shadow: 0 0 10px #bdbdbd;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.atr_tist ul li img {
|
|
float: left;
|
|
width: 120px;
|
|
height: 160px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.atr_tist ul li div {
|
|
float: right;
|
|
width: 1080px;
|
|
}
|
|
|
|
.atr_tist ul li div p {
|
|
line-height: 20px;
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.atr_tist ul li div a {
|
|
color: #337ab7;
|
|
|
|
}
|
|
|
|
.atr_tist ul li div a:hover,
|
|
.atr_tist ul li div a:focus {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*智慧期刊*/
|
|
.atr_wisdom {}
|
|
|
|
.atr_wisdom>div {
|
|
padding: 20px 0;
|
|
}
|
|
|
|
.atr_wisdom>div:nth-child(2n) {
|
|
background: url(../img/home_2.jpg);
|
|
background-size: 100% auto;
|
|
}
|
|
|
|
.atr_wisdom>div:nth-child(2n+1) {}
|
|
|
|
|
|
.atr_wisdom>div>ul {
|
|
width: 1300px;
|
|
margin: 0 auto;
|
|
overflow: auto;
|
|
padding: 8px;
|
|
display: flex;
|
|
}
|
|
|
|
.atr_wisdom>div>ul li {
|
|
overflow: hidden;
|
|
box-shadow: 0 0 10px #bdbdbd;
|
|
float: left;
|
|
width: 300px;
|
|
margin-right: 30px;
|
|
background-color: #fff;
|
|
position: relative;
|
|
}
|
|
|
|
.atr_wisdom>div>ul li:nth-child(4n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.atr_wisdom>div>ul li img {
|
|
width: 300px;
|
|
height: 410px;
|
|
position: absolute;
|
|
clip: rect(0 300px 100px 0);
|
|
}
|
|
|
|
.atr_wisdom>div>ul li div {
|
|
padding: 105px 15px 55px 15px;
|
|
}
|
|
|
|
.atr_wisdom>div>ul li div h2 {
|
|
font-weight: 600;
|
|
color: #337ab7;
|
|
font-size: 16px;
|
|
margin: 15px 0 0 0;
|
|
}
|
|
|
|
.atr_wisdom>div>ul li div p {
|
|
line-height: 22px;
|
|
margin: 5px 0 10px 0;
|
|
}
|
|
|
|
.atr_wisdom>div>ul li div a {
|
|
color: #444;
|
|
/*font-weight: 600;*/
|
|
}
|
|
|
|
.atr_wisdom>div>ul li div a.wis_btn {
|
|
display: inline-block;
|
|
width: 125px;
|
|
background-color: #337ab7;
|
|
padding: 5px 10px;
|
|
color: #fff;
|
|
text-align: center;
|
|
/*font-size: 12px;*/
|
|
margin: 10px 0 0 0;
|
|
position: absolute;
|
|
bottom: 15px;
|
|
right: 15px;
|
|
}
|
|
|
|
.atr_wisdom>div>ul li div a.wis_btn_1 {
|
|
margin-right: 15px;
|
|
left: 15px;
|
|
}
|
|
|
|
.atr_wisdom>div>ul li div a:hover {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.atr_wisdom>div>ul li div a.wis_btn:hover {
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
/*智慧期刊*/
|
|
.rev_autor {}
|
|
|
|
.rev_autor .rev_colr_bground {
|
|
background: url(../img/home_2.jpg);
|
|
background-size: 100% auto;
|
|
/*padding-bottom: 30px;*/
|
|
/*margin-top: 30px;*/
|
|
}
|
|
|
|
/*1,2,3,4*/
|
|
.rev_autor .reth_aa,
|
|
.rev_autor .reth_bb,
|
|
.rev_autor .reth_cc,
|
|
.rev_autor .reth_dd,
|
|
.rev_autor .reth_ee,
|
|
.rev_autor .reth_ff {
|
|
width: 1300px;
|
|
margin: 0 auto;
|
|
padding: 35px 8px;
|
|
/*border-bottom: 1px solid #ddd;*/
|
|
}
|
|
|
|
/*1,2,3,4*/
|
|
.reth_aa h3 b,
|
|
.reth_bb h3 b,
|
|
.reth_cc h3 b,
|
|
.reth_dd h3 b,
|
|
.reth_ee h3 b {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.reth_aa h3 b>a,
|
|
.reth_bb h3 b>a,
|
|
.reth_cc h3 b>a,
|
|
.reth_dd h3 b>a,
|
|
.reth_ee h3 b>a {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.reth_aa h3>a,
|
|
.reth_bb h3>a,
|
|
.reth_cc h3>a,
|
|
.reth_dd h3>a {
|
|
display: inline-block;
|
|
margin-left: 50px;
|
|
font-size: 15px;
|
|
color: #fff;
|
|
background-color: #006699;
|
|
padding: 2px 10px;
|
|
}
|
|
|
|
.reth_aa h3>a:hover,
|
|
.reth_bb h3>a:hover,
|
|
.reth_cc h3>a:hover,
|
|
.reth_dd h3>a:hover {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
.reth_aa h3 b a:hover,
|
|
.reth_bb h3 b a:hover,
|
|
.reth_cc h3 b a:hover,
|
|
.reth_dd h3 b a:hover {
|
|
text-decoration: none;
|
|
/*color: #006699;*/
|
|
cursor: text;
|
|
|
|
}
|
|
|
|
|
|
.reth_aa ul.head_re,
|
|
.reth_bb ul.head_re {
|
|
display: flex;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.reth_aa ul.head_re li,
|
|
.reth_bb ul.head_re li {
|
|
float: left;
|
|
width: 200px;
|
|
}
|
|
|
|
.reth_aa ul.head_re li:nth-child(1),
|
|
.reth_bb ul.head_re li:nth-child(1) {
|
|
width: 240px;
|
|
}
|
|
|
|
.reth_aa ul.head_re li>p,
|
|
.reth_bb ul.head_re li>p {
|
|
margin-top: 110px;
|
|
}
|
|
|
|
.reth_aa li a,
|
|
.reth_bb li a {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.reth_aa li img,
|
|
.reth_bb li img {
|
|
width: 170px;
|
|
height: 232px;
|
|
}
|
|
|
|
.reth_aa li img:hover,
|
|
.reth_bb li img:hover {
|
|
box-shadow: 0 0 10px #aaa;
|
|
}
|
|
|
|
.reth_aa li:nth-child(1) img:hover,
|
|
.reth_bb li:nth-child(1) img:hover {
|
|
box-shadow: none;
|
|
}
|
|
|
|
/*1,2,3,4,5*/
|
|
.reth_aa>p,
|
|
.reth_bb>p,
|
|
.reth_cc>p,
|
|
.reth_dd>p,
|
|
.reth_ee>p {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.reth_aa>p>a:hover,
|
|
.reth_bb>p>a:hover,
|
|
.reth_cc>p>a:hover,
|
|
.reth_dd>p>a:hover,
|
|
.reth_ee>p>a:hover {
|
|
text-decoration: underline;
|
|
color: #006699;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*下拉1111*/
|
|
/*下拉222*/
|
|
.reth_cc .es_serch,
|
|
.reth_cc .es_select {
|
|
margin: 10px 0 0 0;
|
|
}
|
|
|
|
.reth_cc .es_serch>a,
|
|
.reth_cc .es_select>a {
|
|
color: #004a90;
|
|
font-weight: 600;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.reth_cc .es_serch>a>i,
|
|
.reth_cc .es_select>a>i {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.reth_cc .es_serch>p,
|
|
.reth_cc .es_select>p {
|
|
color: #004a90;
|
|
font-weight: 600;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.reth_cc .es_serch>#com_index,
|
|
.reth_cc .es_select>#select_box {
|
|
width: 340px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
margin: 10px 10px 10px 0;
|
|
display: inline-block;
|
|
}
|
|
|
|
.reth_cc .es_serch>#com_index .selectivity-single-select,
|
|
.reth_cc .es_select>#select_box .selectivity-single-select {
|
|
line-height: 22px;
|
|
background-color: #fff;
|
|
border-radius: 5px;
|
|
padding: 0;
|
|
}
|
|
|
|
.reth_cc .es_serch>#com_index .selectivity-single-result-container,
|
|
.reth_cc .es_select>#select_box .selectivity-single-result-container {
|
|
top: 2px;
|
|
left: 7px;
|
|
height: 20px;
|
|
}
|
|
|
|
.reth_cc .es_serch>#com_index .selectivity-caret,
|
|
.reth_cc .es_select>#select_box .selectivity-caret {
|
|
right: 8px;
|
|
top: 4px;
|
|
}
|
|
|
|
/*5*/
|
|
.reth_ff {
|
|
padding-top: 0 !important;
|
|
}
|
|
|
|
.reth_ff h4 {
|
|
font-size: 18px;
|
|
font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;
|
|
letter-spacing: 0;
|
|
color: #444;
|
|
}
|
|
|
|
.reth_ff .more {
|
|
font-size: 20px !important;
|
|
margin-left: 6px !important;
|
|
}
|
|
|
|
.reth_ff ul {
|
|
display: flex;
|
|
margin: 20px 0;
|
|
}
|
|
|
|
.reth_ff ul li {
|
|
width: 310px !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
/*锚点*/
|
|
/*.mao_dian {*/
|
|
/* position: fixed;*/
|
|
/* right: 50px;*/
|
|
/* top: 50%;*/
|
|
/* padding: 0 20px;*/
|
|
/* background: #fff;*/
|
|
/*}*/
|
|
|
|
/*.mao_dian > a {*/
|
|
/* font-size: 18px;*/
|
|
/* display: block;*/
|
|
/* margin: 20px 0;*/
|
|
/* color: #666666;*/
|
|
/*}*/
|
|
|
|
|
|
.profile_right {
|
|
position: fixed;
|
|
width: 225px;
|
|
right: 20px;
|
|
top: 50%;
|
|
margin-top: -106px;
|
|
background: rgba(255, 255, 255, 0.6);
|
|
padding: 20px;
|
|
z-index: 100;
|
|
}
|
|
|
|
.profile_right_cnt {
|
|
background-color: #fff;
|
|
width: 100%;
|
|
height: auto;
|
|
background: url(../img/profile_menu_bg1.png) -23px 0 repeat-y;
|
|
float: left
|
|
}
|
|
|
|
.profile_right_cnt p {
|
|
width: 100%;
|
|
color: #333;
|
|
float: left;
|
|
font-weight: bold;
|
|
background: url(../img/profile_menu_bg.png) 0 -41px no-repeat;
|
|
padding-left: 18px;
|
|
margin: 6px 0
|
|
}
|
|
|
|
.profile_right_cnt p.sec {
|
|
background: 0;
|
|
position: relative;
|
|
height: 18px;
|
|
margin: 4px 0
|
|
}
|
|
|
|
.profile_right_cnt p.sec:hover {
|
|
background: 0
|
|
}
|
|
|
|
.profile_right_cnt a.sec {
|
|
width: 100%;
|
|
color: #333;
|
|
float: left;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
font-weight: normal;
|
|
background: url(../img/profile_menu_bg.png) 0 -80px no-repeat;
|
|
padding-left: 30px;
|
|
margin: 2px 0
|
|
}
|
|
|
|
.profile_right_cnt a.sec:hover {
|
|
cursor: pointer;
|
|
background: url(../img/profile_menu_bg.png) 0 -61px no-repeat
|
|
}
|
|
|
|
.profile_right_cnt p a {
|
|
color: #333
|
|
}
|
|
|
|
.profile_right_cnt p:hover {
|
|
color: #03529e;
|
|
cursor: pointer;
|
|
background: url(../img/profile_menu_bg.png) 0 -22px no-repeat
|
|
}
|
|
|
|
|
|
.profile_right_cnt div.profile_right_cnt_first {
|
|
width: 100%;
|
|
float: left;
|
|
font-weight: bold;
|
|
background: url(../img/profile_menu_bg.png) 0 -6px no-repeat;
|
|
padding-left: 12px;
|
|
height: 12px;
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.profile_right_cnt div.profile_right_cnt_last {
|
|
width: 100%;
|
|
float: left;
|
|
font-weight: bold;
|
|
background: url(../img/profile_menu_bg.png) 0 -6px no-repeat;
|
|
padding-left: 12px;
|
|
height: 12px;
|
|
margin-top: 10px
|
|
}
|
|
|
|
.profile_right_cnt ul {
|
|
float: left;
|
|
margin-bottom: 10px;
|
|
margin-top: 10px
|
|
}
|
|
|
|
.profile_right_cnt ul li {
|
|
float: left;
|
|
padding-left: 18px;
|
|
width: 100%;
|
|
line-height: 23px
|
|
}
|
|
|
|
.profile_right_cnt ul li a {
|
|
color: #333
|
|
}
|
|
|
|
.profile_right_cnt ul li a:hover {
|
|
color: #03529e
|
|
}
|
|
|
|
.profile_right_cnt .floatnav_a_cur {
|
|
color: #03529e;
|
|
cursor: pointer;
|
|
background: url(../img/profile_menu_bg.png) 0 -22px no-repeat
|
|
}
|
|
|
|
.profile_right_cnt .floatnav_a_cur a {
|
|
color: #03529e
|
|
}
|
|
|
|
.profile_right_cnt .floatnav_a_cur a.sec {
|
|
color: #03529e;
|
|
background: url(../img/profile_menu_bg.png) 0 -59px no-repeat
|
|
}
|
|
|
|
|
|
/*右侧文章*/
|
|
.article .art_main_con {
|
|
width: 1280px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.article .art_main_con h4 {
|
|
font-size: 40px;
|
|
color: #069;
|
|
font-weight: 600;
|
|
letter-spacing: -1px;
|
|
padding: 15px 0;
|
|
}
|
|
|
|
.article .art_main .new_art>h4 span {
|
|
font-size: 14px;
|
|
color: #555;
|
|
margin-left: 30px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.article .art_main .new_art>ul {}
|
|
|
|
.article .art_main .new_art>ul>li {
|
|
border-top: 0;
|
|
padding: 20px;
|
|
background-color: #fff;
|
|
margin-bottom: 25px;
|
|
box-shadow: 0 0 10px #bdbdbd;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li .dbt_header {
|
|
color: #7f0202;
|
|
font-weight: bold;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li .txt_biaoti,
|
|
.article .art_main .high_light ul li .txt_biaoti {
|
|
color: #222;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li i,
|
|
.wenzhang .wen_jian h4 i {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li .txt_biaoti:hover {
|
|
color: #ff3300;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li .authorList,
|
|
.article .art_main .high_light ul li .authorList {
|
|
margin-top: 5px;
|
|
color: #444;
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li .authorList a:hover,
|
|
.article .art_main .high_light ul li .authorList a:focus {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li>.links_,
|
|
.article .art_main .high_light ul li .links_ {
|
|
/*line-height: 24px;*/
|
|
margin: 3px 0;
|
|
text-align: justify;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li>.links_ img,
|
|
.article .art_main .high_light ul li .links_ img {
|
|
vertical-align: middle;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li>.links_ a,
|
|
.article .art_main .high_light ul li .links_ a {
|
|
color: #7a2702;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li>.links_ a:hover,
|
|
.article .art_main .high_light ul li.links_ a:hover {
|
|
color: #024393;
|
|
TEXT-DECORATION: underline;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li>.links_ button {
|
|
background: #006699;
|
|
color: #fff;
|
|
border: none;
|
|
padding: 0 15px;
|
|
line-height: 22px;
|
|
cursor: pointer;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li .apwrap {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li .apwrap>a {
|
|
float: left;
|
|
width: 35%;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li .apwrap>a>img {
|
|
width: 360px;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li .apwrap>div {
|
|
float: right;
|
|
width: 65%;
|
|
padding: 0 10px;
|
|
text-align: justify;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li .apwrap>div h3 {
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
color: #888;
|
|
}
|
|
|
|
.article .art_main .new_art>ul>li .apwrap>div p {
|
|
color: #888;
|
|
}
|
|
|
|
.art_main_con .new_art>ul>li {}
|
|
|
|
.art_main_con .new_art>ul>li .dbt_header {
|
|
color: #7f0202;
|
|
font-weight: bold;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.article .art_main .high_light,
|
|
.article .art_main .news_ment {
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
.article .art_main .high_light h4 {}
|
|
|
|
.article .art_main .high_light ul {}
|
|
|
|
.article .art_main .high_light>ul>li {
|
|
padding: 15px 5px;
|
|
}
|
|
|
|
.article .art_main .high_light ul li .txt_biaoti:hover {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.article .art_main .high_light ul li>div {
|
|
float: left;
|
|
width: 524px;
|
|
margin-top: 7px;
|
|
}
|
|
|
|
.article .art_main .high_light ul li>img {
|
|
width: 200px;
|
|
height: 130px;
|
|
float: right;
|
|
}
|
|
|
|
.wenz_list {
|
|
/*border-bottom: 2px solid #dcdcdc;*/
|
|
}
|
|
|
|
.wenz_list .links_ img {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.wenz_list .links_>div {
|
|
display: none;
|
|
}
|
|
|
|
.wenz_list li .links_ button {
|
|
position: relative;
|
|
}
|
|
|
|
.wenz_list li .links_ button .export {
|
|
position: absolute;
|
|
left: 117px;
|
|
top: 0;
|
|
background-color: #fff;
|
|
width: 200px;
|
|
padding: 5px 10px;
|
|
box-shadow: 2px 2px 5px #ccc;
|
|
}
|
|
|
|
.wenz_list li .links_ button .export li {
|
|
color: #444;
|
|
text-align: left;
|
|
line-height: 26px;
|
|
}
|
|
|
|
.wenz_list li .links_ button .export li:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.triangle {
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 8px solid transparent;
|
|
border-bottom: 8px solid transparent;
|
|
border-right: 8px solid #fff;
|
|
position: absolute;
|
|
top: 2px;
|
|
left: -8px;
|
|
}
|
|
|
|
.fuwenben>h2 {
|
|
font-weight: 700;
|
|
text-align: center;
|
|
color: #000;
|
|
font-size: 24px;
|
|
padding: 30px 0;
|
|
border-bottom: 1px solid #ddd;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
|
|
/*搜索样式*/
|
|
.serseek {
|
|
/*background-color: #f8f8f8;*/
|
|
padding: 25px 15px 15px 15px;
|
|
}
|
|
|
|
.serseek .search>h2 {
|
|
font-size: 30px;
|
|
color: #004a90;
|
|
letter-spacing: -1px;
|
|
margin-bottom: 15px;
|
|
position: relative;
|
|
padding-bottom: 5px;
|
|
border-bottom: 1px solid #b6b346;
|
|
}
|
|
|
|
.serseek .search>h2 a {
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 10px;
|
|
font-size: 16px;
|
|
color: #013790;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.serseek .search {
|
|
margin: 0 auto;
|
|
width: 1280px;
|
|
/*padding: 20px 100px 50px 100px;*/
|
|
background-color: #fff;
|
|
/*border: 1px solid #e4e8eb;*/
|
|
/*box-shadow: 0 0 6px rgb(0 0 0 / 15%);*/
|
|
/*-o-box-shadow: 0 0 6px rgba(0,0,0,.15);*/
|
|
/*-ms-box-shadow: 0 0 6px rgba(0,0,0,.15);*/
|
|
/*-moz-box-shadow: 0 0 6px rgba(0,0,0,.15);*/
|
|
/*-webkit-box-shadow: 0 0 6px rgb(0 0 0 / 15%);*/
|
|
}
|
|
|
|
.serseek .search>div {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.serseek .search>div>h4 {
|
|
margin-bottom: 10px;
|
|
font-size: 18px;
|
|
float: left;
|
|
width: 250px;
|
|
background-color: #e2ebfa;
|
|
padding: 10px;
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.serseek .search>div>div {
|
|
float: right;
|
|
width: 1000px;
|
|
}
|
|
|
|
.serseek .search .xc_b {
|
|
display: flex;
|
|
}
|
|
|
|
.serseek .search .ser_input {
|
|
padding-left: 15px;
|
|
border: none;
|
|
width: 100%;
|
|
height: 40px;
|
|
border-radius: 2px;
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, .3);
|
|
background-color: #fff;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
}
|
|
|
|
.serseek .search .fu_xk label {
|
|
/* margin-right: 10px; */
|
|
width: 330px;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.serseek .search input[type='checkbox'] {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.serseek .fu_form {
|
|
margin-left: 350px;
|
|
width: 800px;
|
|
border-radius: 2px;
|
|
background-color: #fff;
|
|
position: relative;
|
|
}
|
|
|
|
.serseek .fu_form>div {
|
|
margin-bottom: 10px;
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, .3);
|
|
}
|
|
|
|
.serseek .fu_form .loo_ne {}
|
|
|
|
.serseek .fu_form select.ser_anor {
|
|
width: 100px;
|
|
border-color: #fff;
|
|
border-radius: 2px;
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, .3);
|
|
height: 40px;
|
|
padding-left: 15px;
|
|
position: absolute;
|
|
left: -115px;
|
|
}
|
|
|
|
.serseek .fu_form select.ser_ect {
|
|
width: 120px;
|
|
border-color: #fff;
|
|
border-radius: 5px;
|
|
height: 40px;
|
|
padding-left: 15px;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.serseek .fu_form input {
|
|
width: 660px !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.serseek .fu_form .seek_add {
|
|
position: absolute;
|
|
right: -40px;
|
|
top: 2px;
|
|
font-size: 26px;
|
|
font-weight: bolder;
|
|
color: #bcbcbc;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.serseek .search .seek_delete {
|
|
position: absolute;
|
|
right: -40px;
|
|
top: 45px;
|
|
font-size: 36px;
|
|
font-weight: bolder;
|
|
color: #bcbcbc;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.serseek .fu_sz {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.serseek .fu_sz input[name='ser_in7'] {
|
|
width: 100px;
|
|
margin: 0 12px;
|
|
height: 34px;
|
|
}
|
|
|
|
.serseek .search .fu_dx label {
|
|
margin-right: 10px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.serseek .search .fu_dx label input {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.serseek .search select {
|
|
width: 120px;
|
|
border-color: #fff;
|
|
height: 50px;
|
|
padding-left: 15px;
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.serseek .search select[name='ser_journame'] {
|
|
width: 400px;
|
|
}
|
|
|
|
.serseek .search div.serior_btn {
|
|
text-align: center;
|
|
margin: 40px auto 0 auto;
|
|
width: 190px;
|
|
color: #fff;
|
|
background: #3479bc;
|
|
cursor: pointer;
|
|
padding: 6px 0;
|
|
}
|
|
|
|
.serseek .search .serior_btn i {
|
|
font-size: 14px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
/*检索里面的通用话题*/
|
|
.cur_rency>div {
|
|
width: 1280px;
|
|
margin: 0 auto;
|
|
padding: 0 0 20px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.cur_rency h4 {
|
|
font-size: 30px;
|
|
color: #adadad;
|
|
letter-spacing: -1px;
|
|
padding: 15px 0 25px 0;
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
|
|
.cur_rency ul {
|
|
/*text-align: center;*/
|
|
/*display: inline-block;*/
|
|
}
|
|
|
|
.cur_rency ul li {
|
|
float: left;
|
|
height: 200px;
|
|
background-color: #fff;
|
|
padding: 5px 12px 10px 12px;
|
|
box-shadow: 0 0 10px #bdbdbd;
|
|
width: 188px;
|
|
text-align: center;
|
|
margin: 0px 15px 20px 10px;
|
|
}
|
|
|
|
.cur_rency ul li img {
|
|
width: 150px;
|
|
height: 100px;
|
|
margin: 8px 0 15px;
|
|
}
|
|
|
|
|
|
|
|
/*检索里面的话题*/
|
|
.sy_topic>div {
|
|
width: 1280px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.sy_topic h4 {
|
|
font-size: 30px;
|
|
color: #adadad;
|
|
letter-spacing: -1px;
|
|
padding: 15px 0;
|
|
display: inline-block;
|
|
}
|
|
|
|
.sy_topic .hua_tab {
|
|
margin: 0 10px 20px 10px;
|
|
padding: 0;
|
|
list-style: none;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.sy_topic .hua_tab>div {
|
|
float: left;
|
|
width: 100px;
|
|
height: 30px;
|
|
text-align: center;
|
|
line-height: 30px;
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.sy_topic .hua_tab>div.cur {
|
|
background: #888;
|
|
color: #fff;
|
|
}
|
|
|
|
.sy_topic .hua_con>ul {
|
|
display: none;
|
|
padding: 0 0 10px 0;
|
|
}
|
|
|
|
|
|
.sy_topic .hua_con>ul.on {
|
|
display: block;
|
|
}
|
|
|
|
|
|
.sy_topic ul li {
|
|
width: 12.7%;
|
|
float: left;
|
|
margin-right: 10px;
|
|
margin-left: 10px;
|
|
margin-bottom: 20px;
|
|
background-color: #fff;
|
|
padding: 5px 12px 10px 12px;
|
|
box-shadow: 0 0 10px #bdbdbd;
|
|
}
|
|
|
|
.sy_topic ul li img {
|
|
width: 100%;
|
|
height: 100px;
|
|
margin: 8px 0 15px;
|
|
}
|
|
|
|
.sy_topic ul li h3 {
|
|
text-align: center;
|
|
}
|
|
|
|
/*展示期刊*/
|
|
.example {
|
|
width: 1280px;
|
|
height: 380px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.carousel-item {}
|
|
|
|
.ft-carousel {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.ft-carousel .carousel-inner {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
.ft-carousel .carousel-inner .carousel-item {
|
|
float: left;
|
|
height: 1280px;
|
|
}
|
|
|
|
.ft-carousel .carousel-item {
|
|
position: relative;
|
|
}
|
|
|
|
.ft-carousel .carousel-btn {
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 50px;
|
|
height: 45px;
|
|
margin-top: -25px;
|
|
cursor: pointer;
|
|
z-index: 800;
|
|
}
|
|
|
|
.ft-carousel .carousel-prev-btn {
|
|
left: 0;
|
|
background: url(../img/prev.png) no-repeat;
|
|
}
|
|
|
|
.ft-carousel .carousel-next-btn {
|
|
right: 0;
|
|
background: url(../img/next.png) no-repeat;
|
|
}
|
|
|
|
.drup_ne {
|
|
background-color: #fff;
|
|
margin: 0 auto 40px auto;
|
|
width: 1280px;
|
|
}
|
|
|
|
.drup_ne .dn_mess {
|
|
float: left;
|
|
padding-top: 20px;
|
|
width: 620px;
|
|
}
|
|
|
|
.drup_ne .dn_mess>a {
|
|
float: left;
|
|
|
|
}
|
|
|
|
.drup_ne .dn_mess>a>img {
|
|
width: 253px;
|
|
height: 345px;
|
|
}
|
|
|
|
.drup_ne .dn_mess>.dn_all {
|
|
float: left;
|
|
width: 320px;
|
|
margin-left: 30px;
|
|
padding-top: 30px;
|
|
}
|
|
|
|
.drup_ne .dn_mess>.dn_all p {
|
|
margin-bottom: 10px;
|
|
padding-left: 5px;
|
|
display: inline-block;
|
|
width: 46%;
|
|
}
|
|
|
|
.drup_ne .dn_cont {
|
|
float: right;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.drup_ne .sharethis-inline-share-buttons .st-btn {
|
|
border: 0 !important;
|
|
background-color: rgba(0, 0, 0, 0) !important;
|
|
padding: 0 !important;
|
|
margin-top: -5px;
|
|
}
|
|
|
|
.drup_ne .rel_ated .exp_share img {
|
|
height: 30px !important;
|
|
width: 30px !important;
|
|
}
|
|
|
|
.drup_ne .draw_form {
|
|
line-height: 22px;
|
|
width: 420px;
|
|
margin: 50px auto 0 auto;
|
|
padding: 20px 30px;
|
|
background-color: #00669913 !important;
|
|
}
|
|
|
|
.drup_ne .draw_form p {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.drup_ne .draw_form h2 {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.drup_ne .draw_form b {
|
|
color: #e91c1c;
|
|
}
|
|
|
|
.drup_ne .draw_form p b {
|
|
color: #444;
|
|
}
|
|
|
|
.drup_ne .draw_form .spa {
|
|
|
|
font-size: 12px;
|
|
color: #e91c1c;
|
|
}
|
|
|
|
.drup_ne .draw_form i {
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
line-height: 15px;
|
|
color: #888;
|
|
display: block;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.drup_ne .draw_form input {
|
|
background-color: #fff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #ccc;
|
|
line-height: 28px;
|
|
border-radius: 5px;
|
|
padding-left: 10px;
|
|
margin: 5px 0 6px 0;
|
|
width: 270px;
|
|
}
|
|
|
|
.drup_ne .draw_form input.yue_addw,
|
|
.drup_ne .draw_form input.yue_addl {
|
|
color: #fff;
|
|
width: 200px;
|
|
line-height: 30px;
|
|
border: 0;
|
|
text-align: center;
|
|
/*margin-left: 100px;*/
|
|
cursor: pointer;
|
|
}
|
|
|
|
.drup_ne .share_tmrtb img {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.jour_ts {
|
|
width: 500px;
|
|
background-color: #fff;
|
|
display: none;
|
|
position: fixed;
|
|
z-index: 20;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: -150px;
|
|
margin-left: -250px;
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
|
|
}
|
|
|
|
.jour_ts .mainbox {
|
|
padding: 20px;
|
|
line-height: 18px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.jour_ts .mainbox input[type="submit"] {
|
|
background-color: #fff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
line-height: 28px;
|
|
border-radius: 5px;
|
|
width: 80px;
|
|
cursor: pointer;
|
|
float: right;
|
|
color: #fff;
|
|
margin-bottom: 20px
|
|
}
|
|
|
|
|
|
/*展示期刊封面*/
|
|
.show_jour ul {
|
|
margin: 20px auto 40px auto;
|
|
text-align: center;
|
|
padding: 35px 0;
|
|
}
|
|
|
|
.show_jour ul li {
|
|
display: inline-block;
|
|
width: 165px;
|
|
height: 215px;
|
|
margin: 0 27px;
|
|
background-color: #fff;
|
|
box-shadow: 5px 5px 5px #818181;
|
|
line-height: 26px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.show_jour ul li img {
|
|
width: 100%;
|
|
height: 215px;
|
|
}
|
|
|
|
|
|
/*轮播*/
|
|
#Marquee_x {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
|
|
#Marquee_x ul {
|
|
margin-top: 0;
|
|
}
|
|
|
|
#Marquee_x ul li {
|
|
float: left;
|
|
line-height: 25px;
|
|
overflow: hidden;
|
|
display: flex;
|
|
background: 0;
|
|
box-shadow: none;
|
|
padding: 6px 0;
|
|
}
|
|
|
|
#Marquee_x ul li>div {
|
|
float: left;
|
|
width: 310px;
|
|
margin-right: 20px !important;
|
|
background-color: #fff;
|
|
padding: 5px 12px 10px 12px;
|
|
box-shadow: 0 0 10px #bdbdbd;
|
|
overflow: hidden
|
|
}
|
|
|
|
|
|
/*图片放大*/
|
|
#bigimg {
|
|
position: fixed;
|
|
background: rgba(0, 0, 0, .3);
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 500;
|
|
display: none;
|
|
}
|
|
|
|
#bigimg>img {
|
|
max-width: 80%;
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 50%;
|
|
cursor: pointer;
|
|
background-color: #fff;
|
|
margin: 0 auto;
|
|
} |