3563 lines
63 KiB
CSS
3563 lines
63 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;
|
|
min-width: 1300px;
|
|
}
|
|
|
|
a {
|
|
color: #444;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a {
|
|
transition: all .5s;
|
|
}
|
|
|
|
b {
|
|
font-weight: bold;
|
|
}
|
|
|
|
li {
|
|
list-style: none;
|
|
}
|
|
|
|
img {
|
|
border: 0;
|
|
image-rendering: -moz-crisp-edges;
|
|
image-rendering: -o-crisp-edges;
|
|
image-rendering: -webkit-optimize-contrast;
|
|
image-rendering: crisp-edges;
|
|
-ms-interpolation-mode: nearest-neighbor;
|
|
}
|
|
|
|
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: 480px;
|
|
margin-bottom: 20px;
|
|
background: url(../img/banner_.png) center;
|
|
background-size: cover;
|
|
color: #fff;
|
|
text-align: center;
|
|
position: relative;
|
|
}
|
|
|
|
#col-content {
|
|
/*background-color: #fff;*/
|
|
}
|
|
|
|
/******************上方标题******************/
|
|
.top {
|
|
/*height: 63px;*/
|
|
font-size: 16px;
|
|
width: 1300px;
|
|
margin: -20px auto 0;
|
|
}
|
|
|
|
.top .top_logo {
|
|
float: left;
|
|
}
|
|
|
|
.top .top_logo .home_logo {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.top .top_logo b {
|
|
letter-spacing: 0.5px;
|
|
color: #214b3c;
|
|
display: block;
|
|
}
|
|
|
|
/******************介绍文字******************/
|
|
.suggest {
|
|
width: 1300px;
|
|
margin: 185px auto 0;
|
|
color: #214b3c;
|
|
}
|
|
|
|
.suggest h1 {
|
|
font-size: 52px;
|
|
font-weight: 800;
|
|
font-family: Gabriola;
|
|
letter-spacing: 3px;
|
|
text-align: left;
|
|
}
|
|
|
|
.suggest h2 {
|
|
width: 778px;
|
|
font-size: 16px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
/******************国家切换按钮******************/
|
|
.top .top_switch{
|
|
margin: 6px 0 0 -2px;
|
|
border: 1px solid #568c7d;
|
|
border-radius: 5px;
|
|
float: left;
|
|
}
|
|
|
|
.top .top_switch>div {
|
|
padding: 5px 9px 3px 9px;
|
|
float: left;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.top .top_switch>div:nth-child(2) {
|
|
background-color: #568c7d;
|
|
color: #fff;
|
|
}
|
|
.top .top_switch>div:nth-child(1) {
|
|
color: #568c7d;
|
|
}
|
|
.top .top_switch>div:nth-child(1):hover {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
/**************搜索************/
|
|
.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 {
|
|
width: 1300px;
|
|
text-align: right;
|
|
padding-top: 34px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.nav ul {
|
|
/*height: 100px;*/
|
|
/*background-image: linear-gradient(90deg, #00125e, #00287f, #0260c0);*/
|
|
/*background-image: linear-gradient(90deg, #013b58, #006699, #007bb9);*/
|
|
}
|
|
|
|
.nav ul li {
|
|
height: 16px;
|
|
float: left;
|
|
text-align: center;
|
|
font-weight: 600;
|
|
border-left: 1px solid #ddd;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.nav ul a {
|
|
display: inline-block;
|
|
}
|
|
|
|
.nav ul a:nth-child(1) li {
|
|
width: 110px;
|
|
}
|
|
|
|
.nav ul a:nth-child(2) li {
|
|
width: 195px;
|
|
}
|
|
|
|
.nav ul a:nth-child(3) li {
|
|
width: 110px;
|
|
}
|
|
|
|
.nav ul a:nth-child(4) li {
|
|
width: 90px;
|
|
}
|
|
|
|
.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 {
|
|
|
|
}
|
|
|
|
.ind_home .top {
|
|
|
|
}
|
|
|
|
.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: none !important;
|
|
position: absolute;
|
|
width: 200px;
|
|
top: 82px;
|
|
left: 50%;
|
|
margin-left: -220px;
|
|
}
|
|
|
|
.ind_seek > img.de_imgt {
|
|
display: none !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 40px 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_jour li:nth-child(3n+1) {
|
|
width: 35%;
|
|
}
|
|
|
|
.exten_sion .es_jour li:nth-child(3n+2) {
|
|
width: 34%;
|
|
}
|
|
|
|
.exten_sion .es_jour li:nth-child(3n+3) {
|
|
width: 30%;
|
|
}
|
|
|
|
.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;
|
|
border-left: 1px solid #ccc;
|
|
height: 20px;
|
|
padding: 0 0 0 8px;
|
|
}
|
|
|
|
.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 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_splis {
|
|
margin: 0 0 45px 0;
|
|
}
|
|
|
|
.sy_splis > div > h4 {
|
|
font-size: 28px;
|
|
color: #333;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sy_splis .sy_spls_list {
|
|
display: block;
|
|
}
|
|
|
|
.sy_splis .sy_spls_list li {
|
|
/*margin-bottom: 30px;*/
|
|
padding-left: 30px;
|
|
width: 50%;
|
|
/*border-bottom: 1px solid #ddd;*/
|
|
}
|
|
|
|
.sy_splis .sy_spls_list li:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.sy_splis .sy_spls_list li > a > img {
|
|
width: 130px;
|
|
height: 160px;
|
|
margin: 0 40px 0 0;
|
|
float: left;
|
|
}
|
|
|
|
.sy_splis .sy_spls_list li > div {
|
|
width: 430px;
|
|
float: left;
|
|
}
|
|
|
|
.sy_splis .sy_spls_list li > div > a {
|
|
margin: 5px 0 5px 0;
|
|
display: block;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #006699;
|
|
height: 46px;
|
|
}
|
|
|
|
.sy_splis .sy_spls_list li > div > span, .sy_splis .sy_spls_list li > div > div > span {
|
|
color: #333;
|
|
display: block;
|
|
line-height: 26px;
|
|
margin-right: 25px;
|
|
}
|
|
|
|
.sy_splis .sy_spls_list li > div .gue_s_btn {
|
|
margin: 12px 0 0 0;
|
|
}
|
|
|
|
.sy_splis .sy_spls_list li > div .gue_s_btn a {
|
|
cursor: pointer;
|
|
border: 1px solid #006699;
|
|
background-color: #006699;
|
|
color: #fff;
|
|
border-radius: 5px;
|
|
padding: 3px 8px;
|
|
}
|
|
|
|
.sy_splis .sy_spls_list li > div .gue_s_btn a.gue_appli {
|
|
margin: 0 15px 0 0;
|
|
}
|
|
|
|
|
|
.sy_npar, .sy_notice {
|
|
background: url(../img/home_2.jpg) #f4fbff;
|
|
background-blend-mode: multiply;
|
|
background-size: 100% auto;
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.sy_notice {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.sy_nct {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.news_ment h4 {
|
|
font-size: 33px;
|
|
font-family: "Times New Roman", Helvetica, Georgia, serif;
|
|
/*color: #595959;*/
|
|
color: #006699;
|
|
font-weight: 600;
|
|
letter-spacing: -1px;
|
|
padding: 15px 0;
|
|
display: inline-block;
|
|
}
|
|
|
|
.news_ment > div > .more, .news_ment > div > div > .more {
|
|
font-size: 15px;
|
|
/*color: #595959;*/
|
|
color: #006699;
|
|
float: right;
|
|
margin: 30px 5px 0 0;
|
|
}
|
|
|
|
.news_ment > div > .more:hover, .news_ment > div > div > .more:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.news_ment ul {
|
|
margin: 15px 0 0 0;
|
|
display: flex;
|
|
}
|
|
|
|
.news_ment ul a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.news_ment > div > ul > li {
|
|
width: 25%;
|
|
float: left;
|
|
}
|
|
|
|
.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_nct ul li {
|
|
width: 50%;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.sy_nct ul li:nth-child(1) {
|
|
margin-right: 24px;
|
|
}
|
|
|
|
.sy_nct ul li img {
|
|
border: 1px solid #ddd;
|
|
object-fit: fill;
|
|
object-fit: contain;
|
|
object-fit: scale-down;
|
|
}
|
|
|
|
/*单独话题文章展示*/
|
|
.sy_dmne {
|
|
background: url(../img/home_2.jpg) #f4fbff;
|
|
background-blend-mode: multiply;
|
|
background-size: 100% auto;
|
|
padding-bottom: 30px;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
/*标题*/
|
|
.sy_dmne .sy_tit_n {
|
|
margin: 0 0 0 15px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.sy_dmne .sy_tit_n span{
|
|
font-size: 17px;
|
|
font-weight: 600;
|
|
color: #006699;
|
|
}
|
|
|
|
.sy_dmne .sy_tit_all {
|
|
margin: 0 0 0 15px;
|
|
font-size: 17px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.sy_dmne .sy_tit_all a{
|
|
color: #006699;
|
|
margin-right: 25px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.sy_dmne .sy_tit_all a:hover{
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
/*1*/
|
|
.sy_dmne div.talk_con1 {
|
|
position: relative;
|
|
}
|
|
|
|
.sy_dmne div.talk_con1 img {
|
|
width: 100%;
|
|
height: 265px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.sy_dmne div.talk_con1 div {
|
|
position: absolute;
|
|
background-color: rgba(0, 0, 0, .7);
|
|
padding: 10px;
|
|
width: 100%;
|
|
bottom: -30px;
|
|
}
|
|
|
|
.sy_dmne div.talk_con1 div span {
|
|
color: #fff;
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
margin-bottom: 5px;
|
|
display: block;
|
|
}
|
|
|
|
.sy_dmne div.talk_con1 div p {
|
|
color: #fff;
|
|
}
|
|
|
|
.sy_dmne div.talk_con1 div p:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*2*/
|
|
.sy_dmne div.talk_con2 {
|
|
margin: 0 20px 0 20px;
|
|
}
|
|
|
|
.sy_dmne div.talk_con2 > div {
|
|
float: left;
|
|
width: 47%;
|
|
}
|
|
|
|
.sy_dmne div.talk_con2 > div:nth-child(1) {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.sy_dmne div.talk_con2 > div img {
|
|
width: 100%;
|
|
height: 120px;
|
|
}
|
|
|
|
.sy_dmne div.talk_con2 div span {
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
margin-bottom: 5px;
|
|
display: block;
|
|
color: #006699;
|
|
}
|
|
|
|
.sy_dmne div.talk_con2 p {
|
|
|
|
}
|
|
|
|
.sy_dmne div.talk_con2 p:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*3*/
|
|
.sy_dmne div.talk_con3 {
|
|
|
|
}
|
|
|
|
.sy_dmne div.talk_con3 > div {
|
|
border-bottom: 1px solid #000;
|
|
padding: 0 0 3px 0;
|
|
margin: 0 0 5px 0;
|
|
}
|
|
|
|
.sy_dmne div.talk_con3 > div > span {
|
|
font-family: Calibri;
|
|
font-size: 14px;
|
|
display: block;
|
|
line-height: 18px;
|
|
color: #006699;
|
|
}
|
|
|
|
.sy_dmne div.talk_con3 > div:nth-child(3) {
|
|
margin: 0;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.sy_dmne div.talk_con3 p {
|
|
|
|
}
|
|
|
|
.sy_dmne div.talk_con3 p:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*话题*/
|
|
.sy_dmne > div {
|
|
position: relative;
|
|
}
|
|
|
|
.sy_dmne > div .bor_sty_col {
|
|
background: #d5dee3;
|
|
position: absolute;
|
|
height: 160px;
|
|
bottom: 20px;
|
|
width: 4px !important;
|
|
}
|
|
|
|
.sy_dmne ul.sy_dmne_lies {
|
|
margin-top: 55px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.sy_dmne ul.sy_dmne_lies li {
|
|
margin-right: 0;
|
|
padding: 10px 15px 10px 15px;
|
|
}
|
|
|
|
.sy_dmne ul.sy_dmne_lies li img {
|
|
height: 120px;
|
|
}
|
|
|
|
|
|
.sy_dmne ul.sy_dmne_lies li:hover img {
|
|
transform: scale(1.1);
|
|
}
|
|
|
|
|
|
/*科学家社区四个板块*/
|
|
.ncon_SCom {
|
|
/*background: url(../img/home_0.jpg) no-repeat #f4fbff;*/
|
|
/*background-blend-mode: multiply;*/
|
|
/*background-size: 100% 100%;*/
|
|
}
|
|
|
|
.ncon_SCom > div {
|
|
padding: 15px 0;
|
|
display: flex;
|
|
}
|
|
|
|
.ncon_SCom > div > div {
|
|
float: left;
|
|
width: 25%;
|
|
height: 220px;
|
|
/*background-color: #fff;*/
|
|
}
|
|
|
|
.ncon_SCom > div > div:hover {
|
|
background: #fff;
|
|
}
|
|
|
|
|
|
.ncon_SCom > div > div:nth-child(1) {
|
|
position: relative;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(1) > a {
|
|
display: block;
|
|
font-size: 16px;
|
|
margin: 10px 0 10px 0;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(1) > a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(1) > i {
|
|
display: block;
|
|
font-size: 30px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(2) > p {
|
|
font-weight: 600;
|
|
line-height: 22px;
|
|
text-align: center;
|
|
margin: 10px 0 0 0;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(3) {
|
|
padding: 60px 20px 0 20px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(3) p {
|
|
font-weight: 600;
|
|
margin: 0 0 15px 55px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(3) .es_setext {
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(3) .es_setext .es_setext_in {
|
|
width: 90px;
|
|
cursor: pointer;
|
|
border: 0;
|
|
appearance: none;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
background: url(../img/arrow.png) no-repeat 76px center transparent;
|
|
padding: 0 0 0 6px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(3) .es_setext input {
|
|
width: 180px;
|
|
height: 20px;
|
|
margin: 5px 0;
|
|
padding: 0 5px 0 5px;
|
|
border: #fff;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(3) > a {
|
|
padding-top: 15px;
|
|
margin-left: 108px;
|
|
display: inline-block;
|
|
color: #004a90;
|
|
font-weight: 600;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(3) > a i {
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
.ncon_SCom > div > div:nth-child(4) {
|
|
margin-right: 0;
|
|
padding: 50px 20px 0 20px;
|
|
position: relative;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(4) #combox_box {
|
|
width: 185px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
margin: 10px 0 10px 0;
|
|
display: inline-block;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(4) #combox_box .selectivity-caret {
|
|
right: 8px;
|
|
top: 4px;
|
|
border-left: 1px solid #ccc;
|
|
padding: 0 0 0 8px;
|
|
height: 18px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(4) #combox_box .selectivity-single-select {
|
|
line-height: 24px;
|
|
background-color: #fff;
|
|
border-radius: 5px;
|
|
padding: 0;
|
|
/*margin-top: 1px;*/
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(4) #combox_box .selectivity-single-result-container {
|
|
top: 2px;
|
|
left: 7px;
|
|
height: 20px;
|
|
}
|
|
|
|
|
|
.ncon_SCom > div > div:nth-child(4) .selectivity-single-selected-item-remove {
|
|
padding: 0 15px 0 0;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(4) input#emapl_de {
|
|
background-color: #fff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #ccc;
|
|
line-height: 28px;
|
|
border-radius: 5px;
|
|
padding-left: 7px;
|
|
width: 285px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(4) input#emapl_de::placeholder{
|
|
color: #000;
|
|
font-size: 13px;
|
|
}
|
|
.ncon_SCom > div > div:nth-child(4) #combox_box .selectivity-single-result-container .selectivity-placeholder{
|
|
color: #000;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(4) input[type="submit"] {
|
|
position: absolute;
|
|
top: 90px;
|
|
right: 20px;
|
|
height: 30px;
|
|
width: 90px;
|
|
text-align: center;
|
|
border: 1px solid #006699;
|
|
cursor: pointer;
|
|
border-radius: 5px;
|
|
color: #fff;
|
|
background-color: #006699;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(4) .spa {
|
|
font-size: 12px;
|
|
color: #e91c1c;
|
|
}
|
|
|
|
|
|
.ncon_SCom .bor_sty_col {
|
|
background: #d5dee3;
|
|
position: absolute;
|
|
height: 180px;
|
|
top: 20px;
|
|
width: 4px;
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
/*通知*/
|
|
.sy_notice > div {
|
|
/*padding-top: 40px;*/
|
|
/*width: 800px;*/
|
|
}
|
|
|
|
.banner {
|
|
position: relative;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
width: 1280px;
|
|
height: 500px !important;
|
|
font-size: 40px;
|
|
margin: 0 auto;
|
|
background-color: #000;
|
|
}
|
|
|
|
.banner ul {
|
|
margin: 0;
|
|
}
|
|
|
|
.banner li {
|
|
list-style: none;
|
|
text-align: right;
|
|
float: left;
|
|
position: relative;
|
|
}
|
|
|
|
.banner li .di_con {
|
|
position: absolute;
|
|
bottom: 15px;
|
|
right: 0;
|
|
width: 1300px;
|
|
height: 105px;
|
|
background: rgba(0, 0, 0, .3);
|
|
padding: 20px 20px 20px 30px;
|
|
color: #fff;
|
|
text-align: left;
|
|
z-index: 300;
|
|
}
|
|
|
|
.banner li .di_con h3 {
|
|
line-height: 15px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.banner li .di_con h3 a {
|
|
color: #fff;
|
|
font-size: 25px;
|
|
|
|
}
|
|
|
|
.banner li .di_con p {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.banner ul li img {
|
|
width: 1300px;
|
|
height: 500px;
|
|
margin: 0;
|
|
}
|
|
|
|
#b04 {
|
|
width: 1280px;
|
|
}
|
|
|
|
#b04 .dots {
|
|
position: absolute;
|
|
left: 50%;
|
|
right: 0;
|
|
bottom: 20px;
|
|
z-index: 500;
|
|
}
|
|
|
|
#b04 .dots li {
|
|
display: inline-block;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin: 0 4px;
|
|
text-indent: -999em;
|
|
background: #fff;
|
|
border-radius: 6px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#b04 .dots li.active {
|
|
background: #006699 !important;
|
|
opacity: 1;
|
|
}
|
|
|
|
#b04 .arrow {
|
|
position: absolute;
|
|
top: 48%;
|
|
width: 50px;
|
|
height: 45px;
|
|
z-index: 500;
|
|
}
|
|
|
|
#b04 #al {
|
|
left: -5px;
|
|
}
|
|
|
|
#b04 #ar {
|
|
right: -5px;
|
|
}
|
|
|
|
/*Online First展示文章*/
|
|
.sy_fr {
|
|
}
|
|
|
|
.sy_fr ul li {
|
|
box-shadow: none;
|
|
padding: 5px 12px 10px 12px;
|
|
}
|
|
|
|
.sy_fr ul li:nth-child(1) {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.sy_fr ul li:nth-child(4) {
|
|
padding-right: 0;
|
|
}
|
|
|
|
.sy_fr ul li img {
|
|
border: 1px solid #ddd;
|
|
object-fit: fill;
|
|
object-fit: contain;
|
|
object-fit: scale-down;
|
|
}
|
|
|
|
/*Top cited 展示文章*/
|
|
.sy_tcrd {
|
|
background-size: 100% auto;
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.sy_tcrd ul {
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.sy_tcrd ul > div {
|
|
float: left;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.sy_tcrd ul > li {
|
|
width: 24%;
|
|
float: left;
|
|
margin-right: 0;
|
|
background-color: #fff;
|
|
padding: 5px 12px 10px 12px;
|
|
}
|
|
|
|
.sy_tcrd ul li:nth-child(1) {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.sy_tcrd ul li:nth-child(4) {
|
|
padding-right: 0;
|
|
}
|
|
|
|
.sy_tcrd ul > li img {
|
|
border: 1px solid #ddd;
|
|
object-fit: fill;
|
|
object-fit: contain;
|
|
object-fit: scale-down;
|
|
}
|
|
|
|
/*!*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: #508576;
|
|
background-size: 100% auto;
|
|
}
|
|
|
|
.footer .daohang {
|
|
/*height: 360px;*/
|
|
width: 1300px;
|
|
margin: 0 auto;
|
|
padding-top: 30px;
|
|
padding-bottom: 30px;
|
|
border-bottom: 1px solid #fff;
|
|
}
|
|
|
|
.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;*/
|
|
color: #d6e6de;
|
|
}
|
|
|
|
.footer .daohang ul li a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.footer .bianma {
|
|
text-align: center;
|
|
line-height: 22px;
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
.footer .bianma p {
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
}
|
|
|
|
.footer .bianma > div {
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
}
|
|
|
|
.footer .bianma .mianZe {
|
|
display: inline-block;
|
|
position: relative;
|
|
font-weight: 600;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.footer .bianma .mianZe:hover {
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.footer .bianma .mianZe:hover .delog_tc {
|
|
display: block;
|
|
}
|
|
|
|
.footer .bianma .delog_tc {
|
|
position: absolute;
|
|
width: 400px;
|
|
top: -230px;
|
|
left: -170px;
|
|
z-index: 100;
|
|
text-align: left;
|
|
background: #fff;
|
|
padding: 10px 20px;
|
|
border-radius: 10px;
|
|
box-shadow: 2px 2px 5px #ccc;
|
|
display: none;
|
|
}
|
|
|
|
.footer .bianma .delog_tc p {
|
|
color: #333;
|
|
font-weight: normal;
|
|
}
|
|
|
|
|
|
.footer .bianma .delog_tc .triacoud {
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 8px solid #fff;
|
|
border-left: 8px solid transparent;
|
|
border-right: 8px solid transparent;
|
|
position: absolute;
|
|
bottom: -8px;
|
|
left: 194px;
|
|
}
|
|
|
|
/*书籍*/
|
|
.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 {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.atr_wisdom > div {
|
|
padding: 0 0 15px 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 120px 0);
|
|
}
|
|
|
|
.atr_wisdom > div > ul li div {
|
|
padding: 120px 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, .rev_autor .reth_gg, .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, .reth_gg h3 b, .reth_ff 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, .reth_gg h3 b > a, .reth_ff 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: 55px;
|
|
font-size: 15px;
|
|
color: #fff;
|
|
background-color: #006699;
|
|
padding: 2px 10px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.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, .reth_gg > div > 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, .reth_ff > div > p > a:hover, .reth_gg > div > 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_bb .es_select > a, .reth_gg .es_setext > a {
|
|
color: #004a90;
|
|
font-weight: 600;
|
|
cursor: pointer;
|
|
vertical-align: text-top;;
|
|
}
|
|
|
|
.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_bb .es_select > #select_jour, .reth_bb .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_bb .es_select > #select_jour .selectivity-single-select, .reth_bb .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_bb .es_select > #select_jour .selectivity-single-result-container, .reth_bb .es_select > #select_box .selectivity-single-result-container {
|
|
top: 2px;
|
|
left: 7px;
|
|
height: 20px;
|
|
}
|
|
|
|
.reth_cc .es_serch > #com_index .selectivity-caret, .reth_bb .es_select > #select_jour .selectivity-caret, .reth_bb .es_select > #select_box .selectivity-caret {
|
|
right: 8px;
|
|
top: 4px;
|
|
border-left: 1px solid #ccc;
|
|
height: 20px;
|
|
padding: 0 0 0 8px;
|
|
}
|
|
|
|
.es_serch #com_index .selectivity-single-selected-item-remove {
|
|
padding: 0 18px 0 0px;
|
|
}
|
|
|
|
/*3333333*/
|
|
.reth_cc div a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*5555555555*/
|
|
.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-right: 0;
|
|
padding-top: 0;
|
|
}
|
|
|
|
.reth_ff ul li {
|
|
background: none;
|
|
}
|
|
|
|
.reth_ff ul li img {
|
|
background-color: #fff;
|
|
}
|
|
|
|
|
|
/*7*/
|
|
.reth_gg {
|
|
padding-top: 10px !important;
|
|
}
|
|
|
|
.reth_gg > div > div {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.reth_gg > div > div > p {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.reth_gg .es_setext > div {
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
background-color: #fff;
|
|
margin-right: 28px;
|
|
}
|
|
|
|
.reth_gg .es_setext .es_setext_in {
|
|
width: 90px;
|
|
border-color: #fff;
|
|
cursor: pointer;
|
|
padding-left: 5px;
|
|
appearance: none;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
background: url(../img/arrow.png) no-repeat 76px center transparent;
|
|
}
|
|
|
|
.reth_gg .es_setext > div {
|
|
float: left;
|
|
}
|
|
|
|
.reth_gg .es_setext input {
|
|
width: 260px;
|
|
height: 28px;
|
|
padding: 0 15px 0 15px;
|
|
border: #fff;
|
|
margin: 0;
|
|
font-size: 14px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.reth_gg .es_setext > a {
|
|
padding-top: 4px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.reth_gg .es_setext > a i {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.reth_gg .icon_pic > div img {
|
|
width: 15px;
|
|
height: 15px;
|
|
margin: 6px 5px 0 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.reth_gg div a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*期刊列表*/
|
|
.reth_aa #feng_sipder ul {
|
|
|
|
}
|
|
|
|
.reth_aa #feng_sipder ul li {
|
|
float: left;
|
|
width: 260px;
|
|
line-height: 34px;
|
|
}
|
|
|
|
.reth_aa #feng_sipder ul li:nth-child(4n+1) {
|
|
width: 355px;
|
|
}
|
|
|
|
.reth_aa #feng_sipder ul li:nth-child(4n+2) {
|
|
width: 330px;
|
|
}
|
|
|
|
.reth_aa #feng_sipder ul li:nth-child(4n+3) {
|
|
width: 330px;
|
|
}
|
|
|
|
.reth_aa #feng_sipder ul li:nth-child(4n+4) {
|
|
width: 265px;
|
|
}
|
|
|
|
.reth_aa #feng_sipder ul li a {
|
|
/*color: #006699;*/
|
|
font-weight: bold;
|
|
}
|
|
|
|
.reth_aa #feng_sipder ul li a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
/*待审稿件列表*/
|
|
.reth_aa .rese_awaite{
|
|
|
|
}
|
|
.reth_aa .rese_awaite_more{
|
|
float: right;
|
|
font-size: 14px;
|
|
color: #006699;
|
|
}
|
|
.reth_aa .rese_awaite>li{
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.reth_aa .rese_awaite>li:last-child{
|
|
margin-bottom: 0;
|
|
}
|
|
.reth_aa .rese_awaite>li>a{
|
|
margin: 0 0 5px 0;
|
|
font-size: 16px;
|
|
display: block;
|
|
}
|
|
.reth_aa .rese_awaite>li>a:hover{
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
|
|
/*点击轮播*/
|
|
#ying_sipder .swiper-button-prev, #ying_sipder .swiper-container-rtl .swiper-button-next {
|
|
background-image: none;
|
|
}
|
|
|
|
#ying_sipder .swiper-button-next, #ying_sipder .swiper-container-rtl .swiper-button-prev {
|
|
background-image: none;
|
|
}
|
|
|
|
|
|
/*8*/
|
|
.reth_ff > h3 > a {
|
|
float: right;
|
|
font-size: 14px;
|
|
color: #006699;
|
|
}
|
|
|
|
.reth_ff > h3 > a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.reth_ff .sy_spls_list {
|
|
display: block;
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li {
|
|
width: 100%;
|
|
float: none;
|
|
margin-bottom: 30px;
|
|
/*border-bottom: 1px solid #ddd;*/
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li > p {
|
|
margin: 0 0 15px 0;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li > a > img {
|
|
width: 145px;
|
|
height: 180px;
|
|
margin: 0 40px 0 0;
|
|
float: left;
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li > div {
|
|
width: 1080px;
|
|
float: left;
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li > div > a {
|
|
margin: 2px 0 2px 0;
|
|
display: block;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li > div > a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li > div > span, .reth_ff .sy_spls_list li > div > div > span {
|
|
color: #333;
|
|
display: block;
|
|
line-height: 24px;
|
|
margin-right: 25px;
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li > div .iss_edt {
|
|
/*float: left;*/
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li > div .iss_abs {
|
|
/*float: left;*/
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li > div .iss_abs > span {
|
|
display: inline;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li > div .iss_abs > b {
|
|
font-weight: normal;
|
|
color: #333;
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li > div .iss_abs > div .ae_top {
|
|
color: #006699;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li > div .iss_abs > div .ae_top:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li > div .gue_s_btn {
|
|
margin: 12px 0 0 0;
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li > div .gue_s_btn a {
|
|
cursor: pointer;
|
|
border: 1px solid #006699;
|
|
background-color: #006699;
|
|
color: #fff;
|
|
border-radius: 5px;
|
|
padding: 3px 8px;
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li > div .gue_s_btn a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.reth_ff .sy_spls_list li > div .gue_s_btn a.gue_appli {
|
|
margin: 0 15px 0 0;
|
|
}
|
|
|
|
/*锚点*/
|
|
/*.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: 265px;
|
|
right: 20px;
|
|
top: 50%;
|
|
margin-top: -154px;
|
|
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: #508576;
|
|
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;
|
|
line-height: 21px;
|
|
}
|
|
|
|
.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 .txt_biaoti>span.otStat{
|
|
margin: 0 5px 0 0;
|
|
background: #e32b2b;
|
|
border-radius: 5px;
|
|
padding: 2px 5px;
|
|
color: #fff;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
|
|
/*政策锚点文章*/
|
|
@font-face {
|
|
font-family: OPPOSans;
|
|
src:url('SalmaalfasansLight-d9MJx.otf');
|
|
}
|
|
|
|
.article .legal_list {
|
|
width: 330px;
|
|
float: left;
|
|
margin-right: 20px;
|
|
/*font-family: 'OPPOSans';*/
|
|
font-family: Calibri;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.article .legal_list ul {
|
|
padding: 20px 20px 10px 20px;
|
|
margin-bottom: 20px;
|
|
background-color: #fff;
|
|
}
|
|
.article .legal_list ul h3 {
|
|
border-bottom: 2px solid #508576;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
margin-bottom: 15px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.article .legal_list ul li {
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
.article .legal_list ul li.leli_chlik{
|
|
|
|
}
|
|
|
|
|
|
.article .legal_list ul li:hover {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.article .legal_list ul li.leli_chlik i{
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 6px solid transparent;
|
|
border-left: 10px solid #508576;
|
|
border-bottom: 6px solid transparent;
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.article .legal_list ul li.leli_chlik a{
|
|
font-weight: bold;
|
|
color: #508576;
|
|
}
|
|
|
|
.article .legal_art {
|
|
width: 925px;
|
|
float: left;
|
|
background-color: #fff;
|
|
padding: 0 30px;
|
|
line-height: 28px;
|
|
min-height: 1140px;
|
|
/*font-family: 'OPPOSans';*/
|
|
font-family: Calibri;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.article .legal_art h4 {
|
|
padding: 25px 0 20px 0;
|
|
}
|
|
|
|
|
|
|
|
/*专刊列表*/
|
|
.iss_artiom_list li {
|
|
width: 100%;
|
|
float: none;
|
|
margin-bottom: 25px;
|
|
padding-left: 30px;
|
|
/*border-bottom: 1px solid #ddd;*/
|
|
}
|
|
|
|
.iss_artiom_list li:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.iss_artiom_list li > p {
|
|
margin: 0 0 15px 0;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.iss_artiom_list li > a > img {
|
|
width: 145px;
|
|
height: 180px;
|
|
margin: 0 25px 0 0;
|
|
float: left;
|
|
}
|
|
|
|
.iss_artiom_list li > div {
|
|
width: 1065px;
|
|
float: left;
|
|
}
|
|
|
|
.iss_artiom_list li > div > a {
|
|
margin: 0 0 5px 0;
|
|
display: block;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.iss_artiom_list li > div > a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.iss_artiom_list li > div > span {
|
|
color: #333;
|
|
display: block;
|
|
line-height: 26px;
|
|
}
|
|
|
|
.iss_artiom_list li > div .iss_abs > b {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.iss_artiom_list li > div .gue_s_btn {
|
|
margin: 15px 0 0 0;
|
|
}
|
|
|
|
.iss_artiom_list li > div .gue_s_btn a {
|
|
cursor: pointer;
|
|
border: 1px solid #006699;
|
|
background-color: #006699;
|
|
color: #fff;
|
|
border-radius: 5px;
|
|
padding: 3px 8px;
|
|
}
|
|
|
|
.iss_artiom_list li > div .gue_s_btn a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.iss_artiom_list li > div .gue_s_btn a.gue_appli {
|
|
margin: 0 15px 0 0;
|
|
}
|
|
|
|
/*待审稿列表*/
|
|
.waite_artiom_list{
|
|
|
|
}
|
|
.waite_artiom_list li>a{
|
|
display: block;
|
|
font-weight: bold;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
.waite_artiom_list li>a:hover{
|
|
text-decoration: underline;
|
|
}
|
|
.waite_artiom_list li{
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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{
|
|
/*background: url(../img/home_0.jpg) no-repeat;background-size: 100% 100%;*/
|
|
background: url(../img/home_2.jpg) #f4fbff;
|
|
background-blend-mode: multiply;
|
|
background-size: 100% auto;
|
|
/*margin-bottom: 20px*/
|
|
}
|
|
.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: 192px;
|
|
text-align: center;
|
|
margin: 0px 10px 20px 10px;
|
|
}
|
|
|
|
.cur_rency ul li img {
|
|
width: 150px;
|
|
height: 105px;
|
|
margin: 8px 0 15px;
|
|
}
|
|
|
|
/*检索里面的话题*/
|
|
.sy_topic{
|
|
/*background: url(../img/home_2.jpg) #f4fbff;*/
|
|
/*background-blend-mode: multiply;*/
|
|
/*background-size: 100% auto;*/
|
|
}
|
|
.sy_topic > div {
|
|
width: 1280px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.sy_topic h4 {
|
|
font-size: 30px;
|
|
color: #adadad;
|
|
letter-spacing: -1px;
|
|
padding: 25px 0 10px 0;
|
|
margin: 0 0 20px 0;
|
|
/*display: inline-block;*/
|
|
border-bottom: 1px solid #b6b346;
|
|
}
|
|
|
|
.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 20px 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;
|
|
}
|
|
|
|
|
|
/*药剂话题*/
|
|
.sy_stuff{
|
|
background: url(../img/home_2.jpg) #f4fbff;
|
|
background-blend-mode: multiply;
|
|
background-size: 100% auto;
|
|
}
|
|
.sy_stuff > div {
|
|
width: 1280px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.sy_stuff h4 {
|
|
font-size: 30px;
|
|
color: #adadad;
|
|
letter-spacing: -1px;
|
|
padding: 25px 0 10px 0;
|
|
margin: 0 0 20px 0;
|
|
/*display: inline-block;*/
|
|
border-bottom: 1px solid #b6b346;
|
|
}
|
|
|
|
.sy_stuff .stuff_tab {
|
|
margin: 0 10px 20px 10px;
|
|
padding: 0;
|
|
list-style: none;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.sy_stuff .stuff_tab > div {
|
|
float: left;
|
|
width: 115px;
|
|
height: 30px;
|
|
text-align: center;
|
|
line-height: 30px;
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.sy_stuff .stuff_tab > div.cur {
|
|
background: #888;
|
|
color: #fff;
|
|
}
|
|
|
|
.sy_stuff .stuff_con > ul {
|
|
display: none;
|
|
padding: 0 0 10px 0;
|
|
}
|
|
|
|
.sy_stuff .stuff_con > ul.on {
|
|
display: block;
|
|
}
|
|
|
|
.stuff_con ul li {
|
|
width: 23.4%;
|
|
height: 105px;
|
|
float: left;
|
|
margin-right: 10px;
|
|
margin-left: 10px;
|
|
margin-bottom: 20px;
|
|
background-color: #fff;
|
|
padding: 25px 0 10px 0;
|
|
box-shadow: 0 0 10px #bdbdbd;
|
|
/*box-shadow: 0 4px 13px 0 #e8edfc;*/
|
|
/*border-radius: 4px;*/
|
|
background-image: url(../img/stuff_aa.png);
|
|
background-position-y: bottom;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.stuff_con ul li h3 {
|
|
text-align: center;
|
|
color: #006699;
|
|
font-weight: bold;
|
|
}
|
|
.stuff_con ul li h5 {
|
|
text-align: center;
|
|
margin-top: 8px;
|
|
font-weight: bolder;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.stuff_con ul li:hover{
|
|
box-shadow: 0 0 10px #b1d8eb;
|
|
}
|
|
|
|
.sy_stuff .stuff_inp{
|
|
padding: 0 10px 23px 10px;
|
|
text-align: right;
|
|
}
|
|
|
|
.sy_stuff .stuff_inp input{
|
|
padding-left: 15px;
|
|
border: none;
|
|
width: 500px;
|
|
height: 30px;
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, .3);
|
|
background-color: #fff;
|
|
}
|
|
|
|
.sy_stuff .stuff_inp div{
|
|
text-align: center;
|
|
margin: 0 0 0 10px;
|
|
display: inline-block;
|
|
color: #fff;
|
|
background: #3479bc;
|
|
cursor: pointer;
|
|
padding: 6px 0;
|
|
width: 200px;
|
|
}
|
|
|
|
.sy_stuff .stuff_inp div i{
|
|
margin:0 5px 0 0;
|
|
}
|
|
|
|
.article .art_main .new_art > ul > li.stuff_list {
|
|
width: 23.4%;
|
|
height: 105px;
|
|
float: left;
|
|
margin-right: 10px;
|
|
margin-left: 10px;
|
|
margin-bottom: 20px;
|
|
background-color: #fff;
|
|
padding: 25px 0 10px 0;
|
|
box-shadow: 0 0 10px #bdbdbd;
|
|
background-image: url(../img/stuff_aa.png);
|
|
background-position-y: bottom;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.article .art_main .new_art > ul > li.stuff_list h3 {
|
|
text-align: center;
|
|
color: #006699;
|
|
font-weight: bold;
|
|
}
|
|
.article .art_main .new_art > ul > li.stuff_list h5 {
|
|
text-align: center;
|
|
margin-top: 8px;
|
|
font-weight: bolder;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.article .art_main .new_art > ul > li.stuff_list:hover{
|
|
box-shadow: 0 0 10px #b1d8eb;
|
|
}
|
|
|
|
|
|
|
|
|
|
/*展示期刊*/
|
|
.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;
|
|
width: 1280px;
|
|
}
|
|
|
|
.show_jour ul li {
|
|
display: inline-block;
|
|
width: 165px;
|
|
height: 215px;
|
|
background-color: #fff;
|
|
box-shadow: 5px 5px 5px #818181;
|
|
line-height: 26px;
|
|
font-size: 18px;
|
|
margin-left: 54px;
|
|
}
|
|
|
|
.show_jour ul a:nth-child(1) li {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.show_jour ul li img {
|
|
width: 100%;
|
|
height: 215px;
|
|
}
|
|
|
|
/*订阅上方话题*/
|
|
.ding_yue {
|
|
|
|
}
|
|
|
|
.ding_yue > div {
|
|
margin: 10px auto;
|
|
padding: 0 0 35px 0;
|
|
width: 1255px;
|
|
position: relative;
|
|
}
|
|
|
|
.ding_yue > div > p {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.ding_yue #combox_box {
|
|
width: 235px;
|
|
/*border: 1px solid #ccc;*/
|
|
border-radius: 5px;
|
|
float: left;
|
|
}
|
|
|
|
.ding_yue #combox_box .selectivity-caret {
|
|
right: 8px;
|
|
top: 4px;
|
|
border-left: 1px solid #ccc;
|
|
border-right: 1px solid #ccc;
|
|
padding: 0 5px;
|
|
height: 20px;
|
|
}
|
|
|
|
.ding_yue #combox_box .selectivity-single-select {
|
|
line-height: 22px;
|
|
background-color: #fff;
|
|
border-radius: 5px;
|
|
padding: 0;
|
|
margin-top: 1px;
|
|
}
|
|
|
|
.ding_yue #combox_box .selectivity-single-result-container {
|
|
top: 2px;
|
|
left: 7px;
|
|
height: 20px;
|
|
}
|
|
|
|
.ding_yue #combox_box .selectivity-single-selected-item-remove {
|
|
padding: 0 18px 0 0px;
|
|
}
|
|
|
|
.ding_yue input#emapl_de {
|
|
background-color: #fff;
|
|
border: 0;
|
|
line-height: 30px;
|
|
border-radius: 5px;
|
|
padding-left: 10px;
|
|
width: 250px;
|
|
}
|
|
|
|
.ding_yue input[type="submit"] {
|
|
position: absolute;
|
|
top: 75px;
|
|
left: 525px;
|
|
height: 30px;
|
|
width: 100px;
|
|
text-align: center;
|
|
border: 1px solid #006699;
|
|
cursor: pointer;
|
|
border-radius: 5px;
|
|
color: #fff;
|
|
background-color: #006699;
|
|
}
|
|
|
|
.ding_yue .spa {
|
|
/* margin-left: 75px; */
|
|
font-size: 12px;
|
|
color: #e91c1c;
|
|
}
|
|
|
|
/*轮播*/
|
|
#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;
|
|
}
|