4909 lines
85 KiB
CSS
4909 lines
85 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;
|
|
}
|
|
|
|
* {
|
|
/*box-sizing: border-box;*/
|
|
margin: 0;
|
|
padding: 0;
|
|
font-weight: 300;
|
|
outline: none;
|
|
}
|
|
|
|
strong {
|
|
font-weight: 600;
|
|
}
|
|
|
|
body {
|
|
font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;
|
|
/*font-family: "Helvetica Neue For Number", "Merri_weather", Helvetica, serif;*/
|
|
color: #444;
|
|
height: 100%;
|
|
font-size: 14px;
|
|
line-height: 1.42857143;
|
|
/*background-color: #f2f2f2;*/
|
|
background: url(../img/home_2.jpg) #f4fbff;
|
|
background-blend-mode: multiply;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
.rgb_color {
|
|
color: #024393;;
|
|
}
|
|
|
|
.rgb_color_background {
|
|
/*background-color: #024393;*/
|
|
}
|
|
|
|
/******************大背景******************/
|
|
#col-content {
|
|
width: 1102px;
|
|
margin: 0 auto;
|
|
/*background-color: #fff;*/
|
|
}
|
|
|
|
/******************上方标题******************/
|
|
#top_bar {
|
|
|
|
}
|
|
|
|
.top {
|
|
height: 63px;
|
|
padding: 0 15px;
|
|
font-size: 16px;
|
|
background-color: #fff;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
.top > div {
|
|
line-height: 62px;
|
|
width: 1072px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.overall_caption .top > div {
|
|
width: 1102px;
|
|
}
|
|
|
|
.top .top_logo {
|
|
float: left;
|
|
margin-top: 7px;
|
|
}
|
|
|
|
.top .top_logo .home_logo {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.top .top_logo b {
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
.top .top_sea {
|
|
float: right;
|
|
position: relative;
|
|
}
|
|
|
|
.top .top_sea > a {
|
|
margin-right: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.top .top_sea > a > i {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.top .top_sea > p {
|
|
display: inline-block;
|
|
height: 30px;
|
|
vertical-align: middle;
|
|
width: 2px;
|
|
background-color: #eee;
|
|
margin: 0 15px;
|
|
}
|
|
|
|
/******************国家切换按钮******************/
|
|
.top .top_switch {
|
|
margin: 20px 4px 0 22px;
|
|
border: 1px solid #006699;
|
|
border-radius: 5px;
|
|
float: right;
|
|
line-height: 19px;
|
|
}
|
|
|
|
.top .top_switch > div {
|
|
padding: 1px 9px 0 9px;
|
|
float: left;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.top .top_switch > div:nth-child(1) {
|
|
color: #006699;
|
|
}
|
|
|
|
.top .top_switch > div:nth-child(1):hover {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.top .top_switch > div:nth-child(2) {
|
|
background-color: #006699;
|
|
color: #fff;
|
|
}
|
|
|
|
|
|
/*期刊内搜索*/
|
|
.search_for_broad {
|
|
display: none;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 50px;
|
|
background-color: #fff;
|
|
padding: 0 20px;
|
|
box-shadow: 0 2px 12px 0 #999;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.top .top_sea .search_for {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.top .top_sea .search_for select {
|
|
position: absolute;
|
|
width: 85px;
|
|
margin-top: 10px;
|
|
padding-left: 5px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
height: 26px;
|
|
left: 0;
|
|
top: 13px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.top .top_sea .search_for input[type='text'] {
|
|
background-color: #fff;
|
|
border: 1px solid #ccc;
|
|
line-height: 24px;
|
|
border-radius: 5px;
|
|
padding-left: 10px;
|
|
margin: 10px 0 1px 0;
|
|
width: 320px;
|
|
}
|
|
|
|
.top .top_sea .search_for input[type='button'] {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 19px;
|
|
color: #fff;
|
|
border: 1px solid #ccc;
|
|
line-height: 24px;
|
|
width: 58px;
|
|
cursor: pointer;
|
|
border-radius: 5px;
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
|
|
.top .top_sea .search_for input[type='button']:hover {
|
|
|
|
}
|
|
|
|
/*期刊内订阅*/
|
|
.top .top_sea .b_Sub {
|
|
|
|
}
|
|
|
|
.top .top_sea .b_Sub {
|
|
color: #848484;
|
|
font-weight: 500;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.top .top_sea .b_Sub i {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.top .mask {
|
|
position: fixed;
|
|
top: 0px;
|
|
filter: alpha(opacity=60);
|
|
background-color: #333;
|
|
z-index: 10;
|
|
left: 0px;
|
|
opacity: 0.5;
|
|
-moz-opacity: 0.5;
|
|
display: none;
|
|
}
|
|
|
|
.top .dingyue {
|
|
font-size: 14px;
|
|
width: 460px;
|
|
/*height: 600px;*/
|
|
background-color: #fff;
|
|
display: none;
|
|
position: fixed;
|
|
z-index: 20;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: -100px;
|
|
margin-left: -230px;
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
|
|
}
|
|
|
|
.top .dingyue .mainbox {
|
|
padding: 10px;
|
|
position: relative;
|
|
}
|
|
|
|
.top .dingyue .mainbox p {
|
|
margin: 35px 0 10px 10px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.top .dingyue .mainbox .mb_close {
|
|
position: absolute;
|
|
right: 15px;
|
|
top: -12px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.top .dingyue .mainbox .mb_form {
|
|
margin-top: 20px;
|
|
padding: 0 20px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.top .dingyue .mainbox .mb_form h2 {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.top .dingyue .mainbox .mb_form b {
|
|
color: #e91c1c;
|
|
}
|
|
|
|
.top .dingyue .mainbox .mb_form p b {
|
|
color: #444;
|
|
}
|
|
|
|
.top .dingyue .mainbox .mb_form .spa {
|
|
margin-left: 75px;
|
|
font-size: 12px;
|
|
color: #e91c1c;
|
|
}
|
|
|
|
.top .dingyue .mainbox .mb_form input[type="text"] {
|
|
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 10px;
|
|
width: 270px;
|
|
}
|
|
|
|
.top .dingyue .mainbox .mb_form input.yue_add {
|
|
color: #fff;
|
|
}
|
|
|
|
.top .dingyue .mainbox .mb_form input[type="submit"] {
|
|
background-color: #fff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #ccc;
|
|
line-height: 28px;
|
|
border-radius: 5px;
|
|
margin: 10px 0 10px 10px;
|
|
width: 80px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*订阅操作*/
|
|
.jour_ht_dy .topic_dingyue {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.jour_ht_dy .topic_dingyue .topic_add {
|
|
padding-left: 3px;
|
|
display: block;
|
|
font-weight: 600;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.jour_ht_dy .topic_dingyue .topic_add:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.jour_ht_dy select {
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
border-color: #ccc;
|
|
border-radius: 5px;
|
|
height: 25px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.jour_ht_dy input[type="text"] {
|
|
background-color: #fff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #ccc;
|
|
line-height: 22px;
|
|
border-radius: 5px;
|
|
padding-left: 10px;
|
|
margin: 10px 0 1px 0;
|
|
width: 95%;
|
|
}
|
|
|
|
.jour_ht_dy input[type="submit"] {
|
|
background-color: #fff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #fff;
|
|
line-height: 22px;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
width: 100%;
|
|
color: #fff;
|
|
}
|
|
|
|
.jour_ht_dy .spa {
|
|
margin-left: 8px;
|
|
font-size: 12px;
|
|
color: #e91c1c;
|
|
display: block;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.jour_ht_dy .topic_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_ht_dy .topic_ts .mainbox {
|
|
padding: 20px;
|
|
}
|
|
|
|
.jour_ht_dy .topic_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
|
|
}
|
|
|
|
.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
|
|
}
|
|
|
|
/******************导航******************/
|
|
.nav {
|
|
height: 60px;
|
|
padding: 22px 15px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.nav ul {
|
|
|
|
}
|
|
|
|
.nav ul li {
|
|
height: 16px;
|
|
float: left;
|
|
padding: 0 30px;
|
|
font-weight: 600;
|
|
border-left: 1px solid #ddd;
|
|
}
|
|
|
|
.nav ul a:nth-child(1) li {
|
|
border-left: none;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.nav ul li:hover, .nav ul li:focus {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/****************图片轮播**************/
|
|
#banner {
|
|
position: relative;
|
|
width: 1102px;
|
|
height: 300px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#banner_list img {
|
|
border: 0px;
|
|
width: 1102px;
|
|
height: 300px;
|
|
}
|
|
|
|
#banner_bg {
|
|
position: absolute;
|
|
bottom: 0;
|
|
background-color: #000;
|
|
height: 30px;
|
|
filter: Alpha(Opacity=30);
|
|
opacity: 0.3;
|
|
z-index: 1000;
|
|
cursor: pointer;
|
|
width: 478px;
|
|
}
|
|
|
|
#banner ul {
|
|
position: absolute;
|
|
list-style-type: none;
|
|
filter: Alpha(Opacity=80);
|
|
opacity: 0.8;
|
|
z-index: 1002;
|
|
margin: 0;
|
|
padding: 0;
|
|
bottom: 3px;
|
|
right: 5px;
|
|
}
|
|
|
|
#banner ul li {
|
|
padding: 0px 8px;
|
|
float: left;
|
|
display: block;
|
|
color: #FFF;
|
|
background: #6f4f67;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#banner ul li.on {
|
|
background-color: #000;
|
|
}
|
|
|
|
#banner_list a {
|
|
position: absolute;
|
|
}
|
|
|
|
/***************中间主要部分**************/
|
|
.article {
|
|
background-color: #f4fafd;
|
|
padding: 15px;
|
|
/*display: flex;*/
|
|
}
|
|
|
|
.article_ {
|
|
background-color: #f4fafd;
|
|
/*background-color: #fff;*/
|
|
/*padding: 15px;*/
|
|
margin-top: -15px;
|
|
}
|
|
|
|
.article_ > div {
|
|
/*padding: 15px 15px 30px 15px;*/
|
|
}
|
|
|
|
.article_ .online_fr li, .article_ .ncon_tcrd_tmr li, .article_ .ncon_tcrd li {
|
|
/*box-shadow: 0 0 10px #bdbdbd;*/
|
|
}
|
|
|
|
.article_ .ncon_fr_tmr li, .article_ .ncon_aper li, .article_ .ncon_fr li {
|
|
/*box-shadow: 5px 5px 5px #bdbdbd;*/
|
|
margin-right: 0;
|
|
}
|
|
|
|
.article_ h4 {
|
|
font-size: 30px !important;
|
|
font-family: "Times New Roman", Helvetica, Georgia, serif;
|
|
letter-spacing: -1px;
|
|
}
|
|
|
|
/*左侧栏目*/
|
|
.back_fff {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.article .art_side {
|
|
background-color: #fff;
|
|
float: left;
|
|
width: 270px;
|
|
margin-right: 15px;
|
|
/*border-bottom: 2px solid #dcdcdc;*/
|
|
/*z-index: 10;*/
|
|
}
|
|
|
|
.article .art_side .btn_system {
|
|
display: block;
|
|
/*background: #024393;*/
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 4px;
|
|
padding: 20px 0;
|
|
font-size: 15px;
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
.article .art_side .btn_system:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.article .art_side .btn-free {
|
|
display: block;
|
|
margin: 0 10px 10px 10px;
|
|
color: #d3581d;
|
|
background: #f3f1f2;
|
|
background: -moz-linear-gradient(bottom, #f3f1f2, #fefefe);
|
|
background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#f3f1f2), to(#fefefe));
|
|
background: -webkit-linear-gradient(bottom, #f3f1f2, #fefefe);
|
|
background: -o-linear-gradient(bottom, #f3f1f2, #fefefe);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f3f1f2, endColorstr=#fefefe);
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f3f1f2, endColorstr=#fefefe)";
|
|
border: 1px solid #ccc;
|
|
line-height: 35px;
|
|
padding-left: 30px;
|
|
font-weight: bold;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.article .art_side .journals {
|
|
background-color: #fff;
|
|
padding: 10px;
|
|
border-bottom: 2px solid #dcdcdc;
|
|
}
|
|
|
|
.article .art_side .journals > h4 {
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
text-align: left;
|
|
background: #fff;
|
|
}
|
|
|
|
.article .art_side .journals .search_group {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.article .art_side .journals .search_group > div {
|
|
display: inline-block;
|
|
width: 200px;
|
|
}
|
|
|
|
.article .art_side .journals .search_group > img {
|
|
display: inline-block;
|
|
}
|
|
|
|
.article .art_side .journals > ul {
|
|
/*border-top: 1px solid #ddd;*/
|
|
margin-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.article .art_side .journals > ul li {
|
|
padding: 5px 0;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
.article .art_side .journals > ul li p {
|
|
font-size: 12px;
|
|
width: 203px;
|
|
padding-right: 5%;;
|
|
float: left;
|
|
}
|
|
|
|
.article .art_side .journals > ul li p:hover, .article .art_side .journals > ul li p:focus {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.article .art_side .journals > ul li img {
|
|
width: 30px;
|
|
height: 40px;
|
|
float: right;
|
|
}
|
|
|
|
/*所有期刊列表*/
|
|
.exten_sion {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding: 20px 0;
|
|
background-color: #fff;
|
|
margin: 20px 0 10px 0;
|
|
}
|
|
|
|
.exten_sion .es_icon {
|
|
float: left;
|
|
width: 20%;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.exten_sion .es_icon a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.exten_sion .es_jour {
|
|
float: left;
|
|
width: 80%;
|
|
}
|
|
|
|
.exten_sion .es_jour li {
|
|
display: inline-block;
|
|
width: 33%;
|
|
line-height: 32px;
|
|
}
|
|
|
|
.exten_sion .es_jour li a {
|
|
color: #004a90;
|
|
}
|
|
|
|
.exten_sion .es_jour li a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.sy_tcrd h4 span {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.sy_tcrd h4 span:nth-child(1) {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.sy_npar ul {
|
|
background-color: #fff;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.sy_npar ul.npar_two {
|
|
margin-top: 0;
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.sy_npar ul.npar_two li {
|
|
/*border-bottom: none;*/
|
|
|
|
}
|
|
|
|
.sy_fr ul {
|
|
background-color: #fff;
|
|
padding: 0 15px 15px 15px;
|
|
}
|
|
|
|
.sy_nct h4 span {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.sy_nct h4 span:nth-child(1) {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.online_fr > ul {
|
|
/*background-color: #fff;*/
|
|
/*padding: 15px;*/
|
|
}
|
|
|
|
.ncon_fr > ul, .ncon_fr_tmr > ul {
|
|
/*background-color: #fff;*/
|
|
/*padding: 15px;*/
|
|
}
|
|
|
|
.ncon_fr > h4, .ncon_tcrd > h4, .ncon_tcrd_tmr > h4, .ncon_fr_tmr > h4 {
|
|
padding-top: 15px !important;
|
|
}
|
|
|
|
.sy_notice > ul {
|
|
background-color: #fff;
|
|
margin-top: 20px;
|
|
padding: 15px
|
|
}
|
|
|
|
.sy_notice > ul > div {
|
|
display: inline-block;
|
|
width: 24%;
|
|
margin-right: 14px;
|
|
padding: 8px;
|
|
line-height: 22px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sy_notice > ul > div:nth-child(4n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.sy_notice > ul > div:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.sy_notice > ul > div i {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
/*.sy_npar ul li{*/
|
|
/* background-color: #f2f2f2 !important;*/
|
|
/*}*/
|
|
|
|
.art_side .in_img {
|
|
width: 100%;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
margin-top: 15px;
|
|
padding: 10px 0;
|
|
border-bottom: 2px solid #dcdcdc;
|
|
}
|
|
|
|
.art_side .in_img h4 {
|
|
margin-top: 0;
|
|
text-align: left;
|
|
padding-left: 15px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.sy_lieb {
|
|
padding: 0 !important;
|
|
margin-top: 10px !important;
|
|
}
|
|
|
|
.sy_lieb ul {
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.sy_lieb ul li {
|
|
overflow: hidden;
|
|
margin-top: 10px !important;
|
|
margin-bottom: 10px !important;
|
|
}
|
|
|
|
.sy_lieb ul li:nth-child(2) {
|
|
padding: 20px 0;
|
|
}
|
|
|
|
.sy_lieb ul li div {
|
|
float: left;
|
|
width: 133px;
|
|
text-align: left;
|
|
font-size: 12px;
|
|
line-height: 19px;
|
|
}
|
|
|
|
.sy_lieb ul li div a {
|
|
font-weight: 600;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.sy_lieb ul li div a, .sy_lieb ul li div p {
|
|
width: 143px;
|
|
}
|
|
|
|
.sy_lieb ul li img {
|
|
float: right;
|
|
width: 80px;
|
|
height: 100px;
|
|
}
|
|
|
|
.sy_notice li:nth-child(2) {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
/*期刊和科学家*/
|
|
.scec_book {
|
|
|
|
}
|
|
|
|
.scec_book ul {
|
|
padding: 10px 0;
|
|
overflow: hidden;
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
.scec_book ul li {
|
|
overflow: hidden;
|
|
margin-bottom: 25px;
|
|
float: left;
|
|
width: 50%;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.scec_book ul li img {
|
|
float: left;
|
|
width: 120px;
|
|
height: 120px;
|
|
}
|
|
|
|
.scec_book ul li div {
|
|
float: right;
|
|
width: 360px;
|
|
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;
|
|
}
|
|
|
|
.wl_click {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.wl_click:hover {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*期刊列表展示*/
|
|
.atr_tist {
|
|
|
|
}
|
|
|
|
.atr_tist ul {
|
|
overflow: hidden;
|
|
background-color: #fff;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.atr_tist li {
|
|
overflow: hidden;
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
padding-bottom: 20px;
|
|
padding-top: 20px;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
.atr_tist ul li img {
|
|
float: left;
|
|
width: 120px;
|
|
height: 160px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.atr_tist ul li div {
|
|
float: right;
|
|
width: 900px;
|
|
}
|
|
|
|
.atr_tist ul li div p {
|
|
line-height: 20x;
|
|
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;
|
|
}
|
|
|
|
/*右侧文章*/
|
|
.article .art_main {
|
|
float: right;
|
|
width: 785px;
|
|
}
|
|
|
|
.article .art_main .new_art, .article .art_main .high_light, .news_ment, .stage_, .guest_ {
|
|
/*padding: 4px 0px;*/
|
|
/*background-color: #fff;*/
|
|
}
|
|
|
|
.article .art_main .high_light h4, .news_ment h4, .topics h4 {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
/*color: #024393;*/
|
|
line-height: 30px;
|
|
padding: 8px 4px 4px 6px;
|
|
overflow: hidden;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.article .art_main .new_art > h4 {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
/*color: #024393;*/
|
|
line-height: 30px;
|
|
padding: 8px 4px 4px 6px;
|
|
overflow: hidden;
|
|
margin-top: 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: 10px 20px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.article .art_main .new_art > ul > li:last-child {
|
|
border-bottom: 2px solid #dcdcdc;
|
|
}
|
|
|
|
.article .art_main .new_art > ul > li .dbt_header {
|
|
color: #7f0202;
|
|
font-weight: bold;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
margin-bottom: 10px;
|
|
height: 37px;
|
|
line-height: 32px;
|
|
}
|
|
|
|
.article .art_main .new_art > ul > li .txt_biaoti, .article .art_main .high_light ul li .txt_biaoti {
|
|
color: #222;
|
|
font-weight: bold;
|
|
font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;
|
|
}
|
|
|
|
.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 .url_data {
|
|
margin: 3px 0 10px 20px;
|
|
display: inline-block;
|
|
color: #555;
|
|
font-weight: bolder;
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.article .art_main .new_art > ul li .url_top {
|
|
margin: 0 0 0 20px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.article .art_main .new_art > ul li .url_top a {
|
|
margin-right: 10px;
|
|
/*background-color: #4f5671;*/
|
|
padding: 3px 0;
|
|
/*color: #fff;*/
|
|
font-family: Calibri;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.article .art_main .new_art > ul li .url_top a:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.article .art_main .new_art > ul li .url_top a:hover {
|
|
/*color: #23527c;*/
|
|
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;
|
|
/*font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;*/
|
|
}
|
|
|
|
.article .art_main .new_art > ul > li .authorList a:hover, .article .art_main .high_light ul li .authorList a:focus {
|
|
text-decoration: underline;
|
|
color: #23527c;
|
|
}
|
|
|
|
.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;
|
|
font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;
|
|
}
|
|
|
|
.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;
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.article .art_main .new_art > ul > li > div>.links_ button {
|
|
background: #006699;
|
|
color: #fff;
|
|
border: none;
|
|
padding: 0 15px;
|
|
line-height: 22px;
|
|
cursor: pointer;
|
|
margin-left: 10px;
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.article .art_main .new_art > ul > li .apwrap {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.article .art_main .new_art > ul > li .apwrap > a {
|
|
float: left;
|
|
width: 45%;
|
|
}
|
|
|
|
.article .art_main .new_art > ul > li .apwrap > a > img {
|
|
width: 345px;
|
|
}
|
|
|
|
.article .art_main .new_art > ul > li .apwrap > div {
|
|
float: right;
|
|
width: 50%;
|
|
padding: 0 10px;
|
|
text-align: justify;
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.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;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.overall_caption .article .art_main .new_art > ul > li {
|
|
margin-bottom: 15px;
|
|
border-bottom: 2px solid #dcdcdc;
|
|
}
|
|
|
|
|
|
.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;
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two {
|
|
border-top: 0;
|
|
padding: 10px 20px;
|
|
background-color: #fff;
|
|
margin-bottom: 15px;
|
|
border-bottom: 2px solid #dcdcdc;
|
|
width: 44%;
|
|
float: left;
|
|
/*height: 610px;*/
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two:nth-child(2n+1) {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two .dbt_header {
|
|
color: #7f0202;
|
|
font-weight: bold;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
margin-bottom: 10px;
|
|
min-height: 32px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two .url_top {
|
|
margin: 3px 0 10px 20px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two .url_top a {
|
|
margin-right: 10px;
|
|
padding: 3px 0;
|
|
font-family: Calibri;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two .txt_biaoti {
|
|
color: #222;
|
|
font-weight: bold;
|
|
font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two .txt_biaoti:hover {
|
|
color: #ff3300;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two .txt_biaoti>span.otStat {
|
|
margin: 0 5px 0 0;
|
|
background: #e32b2b;
|
|
border-radius: 5px;
|
|
padding: 2px 5px;
|
|
color: #fff;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two .authorList span.fo_fam {
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two > .links_ {
|
|
margin: 3px 0;
|
|
/*text-align: justify;*/
|
|
font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two > .links_ button {
|
|
color: #fff;
|
|
border: none;
|
|
padding: 0 15px;
|
|
line-height: 22px;
|
|
cursor: pointer;
|
|
margin-left: 10px;
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two > .links_ img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two > .links_ a:hover {
|
|
color: #7a2702;
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two > .authorList a:hover {
|
|
color: #7a2702;
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two .apwrap > a > img {
|
|
width: 345px;
|
|
margin: 10px 0;
|
|
max-height: 280px;
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two .apwrap > div > div {
|
|
text-align: justify;
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two .apwrap > div p {
|
|
color: #888;
|
|
line-height: 20px;
|
|
display: inline;
|
|
}
|
|
|
|
.art_main_con .new_art > ul li.pai_two .apwrap > div > div > font {
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
color: #006699;
|
|
display: inline;
|
|
}
|
|
|
|
/*敬请期待*/
|
|
.art_main_con .wait_hope{
|
|
display: none;
|
|
position: relative;
|
|
}
|
|
.art_main_con .wait_hope h3{
|
|
position: absolute;
|
|
top: 125px;
|
|
left: 260px;
|
|
text-align: center;
|
|
font-size: 40px;
|
|
}
|
|
/***/
|
|
|
|
.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;
|
|
}
|
|
|
|
.ncon_tcrd_tmr h4 span {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ncon_tcrd_tmr h4 span:nth-child(1) {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.ncon_fr_tmr h4 span {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ncon_fr_tmr h4 span:nth-child(1) {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.news_ment > ul {
|
|
margin: 15px 0 0 0;
|
|
display: flex;
|
|
}
|
|
|
|
.news_ment > ul > li {
|
|
/*display: inline-block;*/
|
|
float: left;
|
|
width: 23%;
|
|
/*margin-right: 15.5px;*/
|
|
/*background-color: #fff;*/
|
|
padding: 5px 12px 10px 12px;
|
|
/*border-bottom: 2px solid #dcdcdc;*/
|
|
}
|
|
|
|
.news_ment > ul > li:nth-child(4) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.news_ment ul li > a > img {
|
|
width: 100%;
|
|
height: 130px;
|
|
border: 1px solid #ddd;
|
|
margin: 8px 0 15px;
|
|
background: #fff;
|
|
object-fit: fill;
|
|
object-fit: contain;
|
|
object-fit: scale-down;
|
|
}
|
|
|
|
.news_ment ul li h5 {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.news_ment ul li h5 a {
|
|
font-size: 16px;
|
|
color: #069;
|
|
line-height: 22px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.news_ment ul li h6 {
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.news_ment ul li h6 a {
|
|
font-size: 16px;
|
|
/*color: #069;*/
|
|
font-weight: bold;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.news_ment ul li h5 a:hover, .news_ment ul li h5 a:focus, .news_ment ul li h6 a:hover, .news_ment ul li h6 a:focus {
|
|
/*color: #23527c;*/
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.news_ment {
|
|
position: relative;
|
|
}
|
|
|
|
.lis_topic {
|
|
border-bottom: 2px solid #dcdcdc;
|
|
padding: 5px 20px 15px 20px;
|
|
}
|
|
|
|
.news_ment a.more, .topics a.more {
|
|
position: absolute;
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
color: #024393;
|
|
top: 25px;
|
|
right: 20px;
|
|
|
|
}
|
|
|
|
.news_ment a.more:hover, .topics a.more:hover {
|
|
color: #024393;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.news_ment > ul > li div.fo_fam {
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.article .art_main .new_art > ul > li .authorList span.fo_fam {
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
.overall_caption .article .art_main .new_art > ul > li .authorList span.fo_fam {
|
|
width: 520px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.sy_hlgt h4, .sy_nct h4, .sy_fr h4, .sy_tcrd h4 {
|
|
/*padding-left: 20px;*/
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.sy_hlgt ul, .sy_nct ul, .sy_fr ul, .sy_tcrd ul {
|
|
/*padding: 0 5px;*/
|
|
margin: 10px 0 0 0 !important;
|
|
}
|
|
|
|
.sy_hlgt ul li {
|
|
/*display: inline-block;*/
|
|
width: 31.8% !important;
|
|
border: 0;
|
|
}
|
|
|
|
.sy_nct ul li {
|
|
width: 24% !important;
|
|
border: 0;
|
|
border-bottom: 2px solid #dcdcdc;
|
|
}
|
|
|
|
.sy_hlgt ul li:nth-child(3) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.sy_nct ul li:nth-child(4) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.topics {
|
|
/*background-color: #fff;*/
|
|
position: relative;
|
|
}
|
|
|
|
.topics ul {
|
|
overflow: auto;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.topics ul li {
|
|
text-align: center;
|
|
width: 187px;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.topics ul li img {
|
|
width: 178px;
|
|
height: 108px;
|
|
}
|
|
|
|
.topics ul li h3 {
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.topics > h2 {
|
|
font-weight: 700;
|
|
text-align: center;
|
|
color: #000;
|
|
font-size: 24px;
|
|
padding: 30px 0;
|
|
border-bottom: 1px solid #ddd;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
/*新增的样式*/
|
|
.article_ .pay_int {
|
|
/*display: block;*/
|
|
padding: 0;
|
|
}
|
|
|
|
.article_ ul.pay_int > li {
|
|
width: 49%;
|
|
border-top: 0;
|
|
padding: 10px 20px;
|
|
border-bottom: none;
|
|
margin-right: 17px;
|
|
|
|
}
|
|
|
|
.article_ ul.pay_int > li:nth-child(2) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.article_ ul.pay_int > li .dbt_header {
|
|
color: #7f0202;
|
|
font-weight: bold;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.article_ ul.pay_int > li .txt_biaoti {
|
|
color: #222;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.article_ ul.pay_int > li i {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.article_ ul.pay_int > li .txt_biaoti:hover {
|
|
color: #ff3300;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.article_ ul.pay_int > li .url_top {
|
|
margin: 3px 0 10px 20px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.article_ ul.pay_int > li .url_top a {
|
|
margin-right: 10px;
|
|
background-color: #4f5671;
|
|
padding: 3px 5px;
|
|
color: #fff;
|
|
}
|
|
|
|
.article_ ul.pay_int > li .url_top a:hover {
|
|
/*color: #23527c;*/
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.article_ ul.pay_int > li .authorList {
|
|
/*margin-top: 5px;*/
|
|
color: #444;
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;
|
|
}
|
|
|
|
.article_ ul.pay_int > li .authorList a:hover {
|
|
text-decoration: underline;
|
|
color: #23527c;
|
|
}
|
|
|
|
.article_ ul.pay_int > li .links_ {
|
|
/*line-height: 24px;*/
|
|
margin: 3px 0;
|
|
text-align: justify;
|
|
}
|
|
|
|
.article_ ul.pay_int > li .links_ img {
|
|
vertical-align: middle;
|
|
margin-right: 5px;
|
|
width: 14px;
|
|
height: 16px;
|
|
}
|
|
|
|
.article_ ul.pay_int > li .links_ a {
|
|
color: #7a2702;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.article_ ul.pay_int > li .links_ a:hover {
|
|
color: #024393;
|
|
TEXT-DECORATION: underline;
|
|
}
|
|
|
|
.article_ ul.pay_int > li > .links_ button {
|
|
background: #006699;
|
|
color: #fff;
|
|
border: none;
|
|
padding: 0 15px;
|
|
line-height: 22px;
|
|
cursor: pointer;
|
|
margin-left: 10px;
|
|
position: relative;
|
|
}
|
|
|
|
.article_ ul.pay_int > li .ab_tad b, .article_ ul.pay_int > li .ab_yin b {
|
|
cursor: pointer;
|
|
}
|
|
|
|
ul li .ab_tad {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.article_ ul.pay_int > li .ab_yin {
|
|
display: none;
|
|
}
|
|
|
|
.article_ ul.pay_int > li .links_ button .export {
|
|
position: absolute;
|
|
left: 117px;
|
|
top: 0;
|
|
background-color: #fff;
|
|
width: 200px;
|
|
padding: 5px 10px;
|
|
box-shadow: 2px 2px 5px #ccc;
|
|
z-index: 100;
|
|
}
|
|
|
|
.article_ ul.pay_int > li .links_ button .export li {
|
|
color: #444;
|
|
text-align: left;
|
|
line-height: 26px;
|
|
}
|
|
|
|
.article_ ul.pay_int > li.links_ button .export li:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.wenz_list li .links_ button {
|
|
position: relative;
|
|
}
|
|
|
|
.jour_awaite {
|
|
margin-top: 5px !important;
|
|
}
|
|
|
|
.jour_awaite li {
|
|
margin-bottom: 10px !important;
|
|
}
|
|
|
|
.jour_awaite li:last-child {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.jour_awaite li a {
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
margin-bottom: 2px;
|
|
display: block;
|
|
}
|
|
|
|
.jour_awaite > div {
|
|
margin: 8px auto -12px auto !important;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
/*古籍按钮*/
|
|
.ancient_btn {
|
|
background-color: #006699;
|
|
color: #fff;
|
|
margin: 0 0 0 60px;
|
|
font-size: 14px;
|
|
padding: 5px 10px;
|
|
font-weight: normal;
|
|
width: 100px;
|
|
text-align: center;
|
|
}
|
|
|
|
.ancient_btn:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
/*************底部导航****************/
|
|
.footer {
|
|
background: #006699;
|
|
padding: 0 15px;
|
|
/*margin-top: 20px;*/
|
|
}
|
|
|
|
.footer .daohang {
|
|
border-bottom: 1px solid #e6e6e6;
|
|
padding-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.footer .daohang .dh_by {
|
|
float: left;
|
|
width: 230px;
|
|
color: #fff;
|
|
padding-top: 30px;
|
|
margin-left: 55px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.footer .daohang .dh_by p {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.footer .daohang .dh_by #combox1 {
|
|
|
|
}
|
|
|
|
.footer .daohang .dh_by input[type="text"] {
|
|
background-color: #fff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #ccc;
|
|
line-height: 28px;
|
|
border-radius: 5px;
|
|
padding-left: 7px;
|
|
margin: 5px 0 6px 0;
|
|
width: 220px;
|
|
}
|
|
|
|
.footer .daohang .dh_by input[type="submit"] {
|
|
top: 45px;
|
|
left: 310px;
|
|
height: 30px;
|
|
/*padding: 0 35px 0 10px;*/
|
|
border: 1px solid #fff;
|
|
cursor: pointer;
|
|
border-radius: 5px;
|
|
color: #fff;
|
|
width: 230px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.footer .daohang .dh_by .spa {
|
|
/* margin-left: 75px; */
|
|
font-size: 12px;
|
|
color: #e91c1c;
|
|
}
|
|
|
|
.footer .daohang .dh_du {
|
|
/*float: left;*/
|
|
}
|
|
|
|
.footer .daohang ul {
|
|
float: left;
|
|
width: 262px;
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
.footer .daohang ul:nth-child(4) {
|
|
width: 200px;
|
|
}
|
|
|
|
.footer .daohang_ ul {
|
|
width: 196px;
|
|
}
|
|
|
|
.footer .daohang ul h3 {
|
|
padding: 25px 0 15px 0;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
line-height: 1.2em;
|
|
color: #dae0e8;
|
|
}
|
|
|
|
.footer .daohang ul li {
|
|
margin-bottom: 5px;
|
|
list-style: disc;
|
|
margin-left: 14px;
|
|
color: #999;
|
|
}
|
|
|
|
.footer .daohang ul li a {
|
|
color: #dae0e8;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.footer .daohang_ ul li a {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.footer .daohang ul li a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.footer .bianma {
|
|
color: #fff;
|
|
text-align: center;
|
|
}
|
|
|
|
.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: -190px;
|
|
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;
|
|
}
|
|
|
|
|
|
.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;
|
|
}
|
|
|
|
/*期刊内容 划过变色*/
|
|
.line_sbil {
|
|
height: 2px;
|
|
background-image: -webkit-linear-gradient(left, #fff, #006699 25%, #fff 50%, #006699 75%, #fff);
|
|
-webkit-background-size: 200% 100%;
|
|
-webkit-animation: masked-animation 4s infinite linear;
|
|
z-index: 600;
|
|
}
|
|
|
|
.topic_add_tmr {
|
|
-webkit-text-fill-color: transparent;
|
|
-webkit-background-clip: text;
|
|
-webkit-background-size: 200% 100%;
|
|
background-image: -webkit-linear-gradient(left, #fff, #006699 25%, #fff 50%, #006699 75%, #fff);
|
|
-webkit-animation: masked-animation 5s infinite linear;
|
|
}
|
|
|
|
@-webkit-keyframes masked-animation {
|
|
0% {
|
|
background-position: 0 0
|
|
}
|
|
to {
|
|
background-position: -100% 0
|
|
}
|
|
}
|
|
|
|
.nav_ban {
|
|
/*width: 100%;*/
|
|
height: 80px;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.nav_ban h1 {
|
|
display: inline-block;
|
|
/*width: 610px;*/
|
|
line-height: 62px;
|
|
font-size: 35px;
|
|
text-align: left;
|
|
}
|
|
|
|
.nav_ban h1 a {
|
|
font-weight: 600;
|
|
color: #fff;
|
|
font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;
|
|
}
|
|
|
|
.nav_ban h2 {
|
|
float: right;
|
|
text-overflow: ellipsis;
|
|
line-height: 52px;
|
|
color: #fff;
|
|
font-size: 24px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.whitebg {
|
|
background-color: #fff;
|
|
/*margin-bottom: 15px;*/
|
|
border-bottom: 2px solid #dcdcdc;
|
|
}
|
|
|
|
.whitebg > a > img {
|
|
width: 270px;
|
|
height: 355px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.whitebg > div {
|
|
margin: 0 10px;
|
|
/*border-bottom: 1px solid #ddd;*/
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.whitebg > div p {
|
|
margin-bottom: 10px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.whitebg h4 {
|
|
margin-top: 10px;
|
|
color: #006699;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.whitebg ul {
|
|
padding: 5px 15px;
|
|
}
|
|
|
|
.whitebg ul li {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.whitebg ul li a:hover, .whitebg ul li a:focus {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.whitebg .btn_system {
|
|
width: 240px;
|
|
height: 54px;
|
|
margin: 0 auto;
|
|
line-height: 54px;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.whitebg .more {
|
|
float: right;
|
|
margin-top: -20px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.whitebg .mes_all {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.press-button {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.press-button > a {
|
|
width: 238px !important;
|
|
display: block;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 4px;
|
|
padding: 15px 0;
|
|
margin: 5px 0 11px 5px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.press-button > a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.press-button > div {
|
|
margin: 0 5px;
|
|
}
|
|
|
|
.press-button > div a {
|
|
color: #fff;
|
|
width: 116px;
|
|
display: block;
|
|
float: left;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
margin-bottom: 10px;
|
|
border-radius: 4px;
|
|
padding: 10px 0 5px 0;
|
|
height: 45px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.press-button > div a:nth-child(2n+1) {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.press-button > div a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.jour_ption {
|
|
padding: 10px;
|
|
position: relative;
|
|
}
|
|
|
|
.jour_ption p {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.jour_ption input[type="submit"] {
|
|
top: 45px;
|
|
left: 310px;
|
|
height: 30px;
|
|
padding: 0 35px 0 10px;
|
|
border: 1px solid #ccc;
|
|
cursor: pointer;
|
|
border-radius: 5px;
|
|
color: #fff;
|
|
width: 233px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.jour_ption .icon {
|
|
/*background-image: url(../img/shoushi.png);*/
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
height: 26px;
|
|
width: 50px;
|
|
position: absolute;
|
|
bottom: 2px;
|
|
right: 12px;
|
|
z-index: 10;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.jour_ption input[type="text"] {
|
|
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: 220px;
|
|
}
|
|
|
|
.jour_ption .spa {
|
|
/*margin-left: 75px;*/
|
|
font-size: 12px;
|
|
color: #e91c1c;
|
|
}
|
|
|
|
.jour_stage .jour_sta_wail li {
|
|
line-height: 28px;
|
|
}
|
|
|
|
.jour_stage .All_Issues {
|
|
padding-left: 25px;
|
|
display: block;
|
|
font-weight: 600;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.jour_stage .All_Issues:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.art_main_con_topic {
|
|
/*border-bottom: 2px solid #dcdcdc;*/
|
|
/*background-color: #fff;*/
|
|
}
|
|
|
|
.art_main_con .top_ics {
|
|
|
|
}
|
|
|
|
.art_main_con .top_ics h4 {
|
|
border-top: 1px solid #ddd;
|
|
}
|
|
|
|
.art_top_topic {
|
|
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.art_top_topic .topics {
|
|
padding: 20px 15px;
|
|
}
|
|
|
|
.art_top_topic .topics ul {
|
|
margin-top: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.art_top_topic .topics li {
|
|
width: 202px;
|
|
padding: 15px 0 5px 0;
|
|
margin-bottom: 0;
|
|
margin-right: 15px;
|
|
/*border-bottom: 2px solid white;*/
|
|
}
|
|
|
|
.art_top_topic .topics li img {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.art_top_topic .topics li h3 {
|
|
line-height: 18px;
|
|
color: #fff;
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.art_top_topic .topics li:nth-child(5n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
/*.art_top_topic_tmr .topics {*/
|
|
/* background-color: #006699;*/
|
|
/*}*/
|
|
.art_top_topic_tmr .topics li img {
|
|
width: 202px;
|
|
height: 116px;
|
|
}
|
|
|
|
.news_ment .call_paper ul {
|
|
|
|
}
|
|
|
|
.news_ment .call_paper li:nth-child(1) {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.news_ment .call_paper li {
|
|
float: left;
|
|
width: 50%;
|
|
margin-right: 0;
|
|
padding: 9px 14px 1px 14px;
|
|
border: 0;
|
|
/*border-bottom: 2px solid #dcdcdc;*/
|
|
/*box-shadow: 0 0 10px #bdbdbd;*/
|
|
}
|
|
|
|
.news_ment .call_paper li > div {
|
|
float: left;
|
|
width: 260px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.news_ment .call_paper li > div span {
|
|
font-size: 12px;
|
|
color: #888;
|
|
}
|
|
|
|
.news_ment .call_paper li > div h6 {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.news_ment .call_paper li img {
|
|
float: left;
|
|
width: 240px;
|
|
height: 180px;
|
|
|
|
}
|
|
|
|
.Rel_ated {
|
|
/*margin-top: 15px;*/
|
|
background-color: #f8f8f8;
|
|
}
|
|
|
|
.Rel_ated li {
|
|
width: 16% !important;
|
|
margin-right: 8px;
|
|
padding: 5px 0 0 0 !important;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.Rel_ated li:nth-child(6) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.Rel_ated img {
|
|
width: 128px !important;
|
|
height: 175px !important;
|
|
}
|
|
|
|
.ncon_SCom {
|
|
padding: 0 !important;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.ncon_SCom > div {
|
|
display: flex;
|
|
}
|
|
|
|
.ncon_SCom > div > div {
|
|
float: left;
|
|
width: 248px;
|
|
padding: 35px 14px;
|
|
|
|
}
|
|
|
|
.ncon_SCom > div > div:hover {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(1) > a {
|
|
width: 231px;
|
|
display: block;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 4px;
|
|
padding: 13px 0;
|
|
margin: 0 0 5px 10px;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(1) a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(1) > div {
|
|
margin: 0 0 0 5px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(1) > div a {
|
|
color: #fff;
|
|
width: 113px;
|
|
display: block;
|
|
float: left;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
border-radius: 4px;
|
|
padding: 3px 0 5px 0;
|
|
height: 45px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(1) > div a:nth-child(2n+1) {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(1) > div a:nth-child(1), .ncon_SCom > div > div:nth-child(1) > div a:nth-child(2) {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(1) {
|
|
position: relative;
|
|
}
|
|
|
|
.ncon_SCom .bor_sty_col {
|
|
background: #d5dee3;
|
|
position: absolute;
|
|
height: 180px;
|
|
top: 36px;
|
|
width: 4px;
|
|
margin: 0;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(2) {
|
|
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(2) > p {
|
|
line-height: 22px;
|
|
font-weight: 600;
|
|
margin: 25px 0 15px 15px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(2) > a {
|
|
font-weight: 600;
|
|
cursor: pointer;
|
|
margin: 0 0 0 75px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(2) > a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(2) #com_index {
|
|
width: 238px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
margin: 10px 10px 10px 0;
|
|
display: inline-block;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(2) #com_index .selectivity-single-select {
|
|
line-height: 22px;
|
|
background-color: #fff;
|
|
border-radius: 5px;
|
|
padding: 0;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(2) #com_index .selectivity-single-result-container {
|
|
top: 2px;
|
|
left: 7px;
|
|
height: 20px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(2) #com_index .selectivity-caret {
|
|
right: 8px;
|
|
top: 4px;
|
|
border-left: 1px solid #ccc;
|
|
padding: 0 0 0 7px;
|
|
height: 20px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(3) > p {
|
|
font-weight: 600;
|
|
line-height: 22px;
|
|
text-align: center;
|
|
margin: 10px 0 0 0;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(4) {
|
|
margin-right: 0;
|
|
padding-top: 45px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(4) .suity_for {
|
|
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(4) .suity_for .spa_su {
|
|
font-size: 12px;
|
|
color: #e91c1c;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(4) .suity_for input[type='text'] {
|
|
background-color: #fff;
|
|
border: 1px solid #ccc;
|
|
line-height: 26px;
|
|
border-radius: 5px;
|
|
padding-left: 10px;
|
|
margin: 15px 0 1px 0;
|
|
width: 230px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(4) > a {
|
|
display: block;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
margin: 10px 0 20px 0;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(4) > p {
|
|
line-height: 20px;
|
|
margin: 14px 0 0 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.sear_ch {
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.sear_ch li {
|
|
width: 25% !important;
|
|
}
|
|
|
|
.sear_ch img {
|
|
width: 165px !important;
|
|
height: 250px !important;
|
|
}
|
|
|
|
.jour_guest ul {
|
|
padding: 5px 0 0 0;
|
|
}
|
|
|
|
.jour_guest ul li {
|
|
font-size: 13px;
|
|
margin: 0 10px 12px 10px;
|
|
}
|
|
|
|
.jour_guest ul li a:hover {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.jour_guest h4 a:hover {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.jour_correlate > h4 {
|
|
|
|
}
|
|
|
|
.jour_guest ul li .gue_s_btn {
|
|
margin: 8px 0 0 0;
|
|
}
|
|
|
|
.jour_guest ul li .gue_s_btn a {
|
|
cursor: pointer;
|
|
border: 1px solid #006699;
|
|
color: #006699;
|
|
border-radius: 5px;
|
|
padding: 2px 5px;
|
|
letter-spacing: -0.5px;
|
|
}
|
|
|
|
.jour_guest ul li .gue_s_btn a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.jour_guest ul li .gue_s_btn a.gue_submin {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.hunt_for {
|
|
border-top: 1px solid #ddd;
|
|
margin-top: 10px;
|
|
padding: 20px 0 10px 0;
|
|
position: relative;
|
|
}
|
|
|
|
.hunt_for .hunt_inp {
|
|
line-height: 24px;
|
|
border-radius: 5px;
|
|
padding-left: 10px;
|
|
width: 180px;
|
|
background-color: #fff;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.hunt_for .hunt_btn {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 20px;
|
|
color: #fff;
|
|
border: 0;
|
|
line-height: 26px;
|
|
width: 58px;
|
|
cursor: pointer;
|
|
border-radius: 5px;
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
|
|
/********************文章详情页*******************/
|
|
.wenzhang .wen_jian {
|
|
background-color: #fff;
|
|
padding: 20px;
|
|
margin-bottom: 15px;
|
|
border-bottom: 2px solid #dcdcdc;
|
|
}
|
|
|
|
.wenzhang .wen_jian a:hover, .wenzhang .wen_jian a:focus {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.wenzhang .wen_jian h4 {
|
|
font-size: 16px;
|
|
color: #333333;
|
|
/*line-height: 20px;*/
|
|
font-weight: bold;
|
|
margin: 20px 0;
|
|
}
|
|
|
|
.wenzhang .wen_jian h4 >span.otStat{
|
|
margin: 0 5px 0 0;
|
|
background: #e32b2b;
|
|
border-radius: 5px;
|
|
padding: 2px 5px;
|
|
color: #fff;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.wenzhang .wen_jian .left {
|
|
float: left;
|
|
width: 735px;
|
|
padding-right: 30px;
|
|
}
|
|
|
|
.wenzhang .wen_jian .right {
|
|
float: right;
|
|
width: 265px;
|
|
}
|
|
|
|
.wenzhang .wen_jian .right h5 {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: #444;
|
|
}
|
|
|
|
.wenzhang .wen_jian .right .links_ {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.wenzhang .wen_jian .right .export {
|
|
font-size: 13px
|
|
}
|
|
|
|
.wenzhang .wen_jian .right .export li {
|
|
line-height: 22px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.wenzhang .wen_jian .right .export li:hover {
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
.wenzhang .wen_jian .left .zuo_zhe {
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.wenzhang .wen_jian .right > p {
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.current_list {
|
|
/*border-bottom: 2px solid #dcdcdc;*/
|
|
}
|
|
|
|
.current_list > h4 {
|
|
padding-left: 18px !important;
|
|
}
|
|
|
|
.current_list .links_ img {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.current_list .links_ > div {
|
|
display: none;
|
|
margin: 8px 0 0 0;
|
|
line-height: 26px;
|
|
}
|
|
|
|
.current_list li .links_ button {
|
|
position: relative;
|
|
}
|
|
|
|
.current_list li .links_ button .export {
|
|
position: absolute;
|
|
left: 117px;
|
|
top: 0;
|
|
background-color: #fff;
|
|
width: 220px;
|
|
padding: 5px 10px;
|
|
box-shadow: 2px 2px 5px #ccc;
|
|
z-index: 100;
|
|
}
|
|
|
|
.current_list li .links_ button .export li {
|
|
color: #444;
|
|
text-align: left;
|
|
line-height: 26px;
|
|
}
|
|
|
|
.current_list li .links_ button .export li:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.sy_actic .links_ > div {
|
|
display: none;
|
|
}
|
|
|
|
.sy_actic li .links_ button {
|
|
position: relative;
|
|
}
|
|
|
|
.sy_actic li .links_ button .export {
|
|
position: absolute;
|
|
left: 117px;
|
|
top: 0;
|
|
background-color: #fff;
|
|
width: 200px;
|
|
padding: 5px 10px;
|
|
box-shadow: 2px 2px 5px #ccc;
|
|
}
|
|
|
|
.sy_actic li .links_ button .export li {
|
|
color: #444;
|
|
text-align: left;
|
|
line-height: 26px;
|
|
}
|
|
|
|
.sy_actic li .links_ button .export li:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.links_ button .export li i {
|
|
font-weight: normal !important;
|
|
font-size: 12px !important;
|
|
margin-right: 5px !important;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.current_list > ul .ab_tad b, .current_list > ul .ab_yin b {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.current_list > ul .ab_yin {
|
|
display: none;
|
|
}
|
|
|
|
.wenz_list {
|
|
/*border-bottom: 2px solid #dcdcdc;*/
|
|
}
|
|
|
|
.wenz_list > h4 {
|
|
padding-left: 18px !important;
|
|
}
|
|
|
|
.wenz_list .links_ img {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.wenz_list .links_ > div {
|
|
display: none;
|
|
}
|
|
|
|
.wenzhang .wen_rong {
|
|
margin-bottom: 15px;
|
|
display: flex;
|
|
}
|
|
|
|
.wenzhang .wen_rong .left {
|
|
float: left;
|
|
width: 765px;
|
|
|
|
background-color: #fff;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.wenzhang .wen_rong .right {
|
|
float: right;
|
|
width: 290px;
|
|
background-color: #fff;
|
|
border-bottom: 2px solid #dcdcdc;
|
|
}
|
|
|
|
.wenzhang .wen_rong .right p {
|
|
padding: 0 15px 10px 15px;
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.wenzhang .wen_rong .right a:hover, .wenzhang .wen_rong .right a:focus {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.wenzhang .wen_rong .right ul {
|
|
margin: 0 20px;
|
|
|
|
}
|
|
|
|
.wenzhang .wen_rong .right ul h3 {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
color: #0243a1;
|
|
font-size: 14px;
|
|
padding: 5px 0 3px 0;
|
|
}
|
|
|
|
.wenzhang .wen_rong .right ul li {
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.wenzhang .wen_rong .right .rig_yin h3 {
|
|
color: #000;
|
|
margin: 20px 0;
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.wenzhang .wen_rong .right .rig_yin div {
|
|
font-size: 13px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.wenzhang .wen_rong .right .rig_yin h4 a {
|
|
color: #000;
|
|
}
|
|
|
|
.wenzhang .wen_rong .right .rig_yin p {
|
|
color: #a2b1b6;
|
|
}
|
|
|
|
.wenzhang .wen_rong .right .rig_img {
|
|
border-top: 2px solid #e9eeef;
|
|
margin: 25px 0 0;
|
|
padding: 15px 0 0;
|
|
}
|
|
|
|
/*右侧话题*/
|
|
.wenzhang .wen_rong .right .pos_topic {
|
|
margin: 0;
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.wenzhang .wen_rong .right .pos_topic li {
|
|
text-align: center;
|
|
border-bottom: 1px solid #ddd;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.wenzhang .wen_rong .right .pos_topic li img {
|
|
width: 170px;
|
|
height: 120px;
|
|
}
|
|
|
|
/**/
|
|
|
|
.wenzhang .ur_red a {
|
|
color: #7a2702;
|
|
}
|
|
|
|
.wenzhang .ur_red a:hover {
|
|
color: #024393;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*分期封面*/
|
|
.article_ .alls_issue {
|
|
/*background: url(../img/home_0.jpg) no-repeat #f4fbff;*/
|
|
/*background-blend-mode: multiply;*/
|
|
/*background-size: 100% 100%;*/
|
|
padding-bottom: 10px;
|
|
background: #fff;;
|
|
}
|
|
|
|
.article_ .alls_issue > h4 {
|
|
width: 1096px;
|
|
margin: 0 auto;
|
|
border-bottom: 1px solid #fff;
|
|
padding: 10px 0 15px 0;
|
|
}
|
|
|
|
.article_ .alls_issue > a {
|
|
left: 50%;
|
|
margin-left: 508px;
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.article_ .alls_issue > div {
|
|
width: 1080px;
|
|
margin: 20px auto 0;
|
|
padding-bottom: 15px;
|
|
overflow-x: auto;
|
|
transform: scaleY(-1);
|
|
}
|
|
|
|
.article_ .alls_issue > div::-webkit-scrollbar {
|
|
/*滚动条整体样式*/
|
|
/*width : 1px; !*高宽分别对应横竖滚动条的尺寸*!*/
|
|
height: 10px;
|
|
}
|
|
|
|
.article_ .alls_issue > div::-webkit-scrollbar-thumb {
|
|
/*滚动条里面小方块*/
|
|
/*border-radius: 10px;*/
|
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
background: #aec0c9;
|
|
}
|
|
|
|
.article_ .alls_issue > div::-webkit-scrollbar-track {
|
|
/*滚动条里面轨道*/
|
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
|
|
/*border-radius: 10px;*/
|
|
background: #ededed;
|
|
}
|
|
|
|
.article_ .alls_issue > div > ul {
|
|
white-space: nowrap;
|
|
transform: scaleY(-1);
|
|
}
|
|
|
|
.article_ .alls_issue > div > ul li {
|
|
width: 247px;
|
|
display: inline-block;
|
|
white-space: normal;
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.article_ .alls_issue > div > ul li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.article_ .alls_issue > div > ul li > a {
|
|
display: block;
|
|
position: relative;
|
|
}
|
|
|
|
.article_ .alls_issue > div > ul li > a > img {
|
|
/*width: 100%;*/
|
|
height: 333px;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.article_ .alls_issue > div > ul li > a > p {
|
|
display: none;
|
|
padding-top: 95px;
|
|
text-align: center;
|
|
position: absolute;
|
|
background-color: #00669980;
|
|
color: #fff;
|
|
top: 9px;
|
|
bottom: 21px;
|
|
left: 1px;
|
|
right: -1px;
|
|
}
|
|
|
|
.article_ .alls_issue > div > ul li > a > p > b {
|
|
display: block;
|
|
font-size: 24px;
|
|
line-height: 38px;
|
|
}
|
|
|
|
.article_ .alls_issue > div > ul li > a:hover p {
|
|
display: block;
|
|
}
|
|
|
|
/*期刊内搜索*/
|
|
.mb_aform .search_for {
|
|
position: relative;
|
|
margin-right: 20px;
|
|
width: 100%;
|
|
margin-top: 0;
|
|
margin-bottom: 10px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.mb_aform .search_for input[type='text'] {
|
|
background-color: #fff;
|
|
border: 1px solid #ccc;
|
|
line-height: 28px;
|
|
border-radius: 5px;
|
|
padding-left: 10px;
|
|
margin: 0 0 1px 15px;
|
|
width: 624px;
|
|
}
|
|
|
|
.mb_aform .search_for input[type='button'] {
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 10px;
|
|
border: 0;
|
|
color: #fff;
|
|
line-height: 30px;
|
|
width: 80px;
|
|
cursor: pointer;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.mb_aform {
|
|
padding: 15px 15px 0 0;
|
|
border-bottom: 2px solid #dcdcdc;
|
|
}
|
|
|
|
.mb_aform > img {
|
|
float: left;
|
|
width: 100px;
|
|
}
|
|
|
|
.mb_aform > div {
|
|
float: left;
|
|
padding-top: 15px;
|
|
margin-left: 10px;
|
|
position: relative;
|
|
}
|
|
|
|
.mb_aform > div p {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.mb_aform input[type="submit"] {
|
|
position: absolute;
|
|
top: 45px;
|
|
right: -110px;
|
|
height: 30px;
|
|
padding: 0 25px 0 20px;
|
|
text-align: left;
|
|
border: 1px solid #ccc;
|
|
cursor: pointer;
|
|
border-radius: 5px;
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.mb_aform .icon {
|
|
background-image: url(../img/shoushi.png);
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
height: 32px;
|
|
width: 32px;
|
|
position: absolute;
|
|
top: 58px;
|
|
right: -115px;
|
|
z-index: 500;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.mb_aform input[type="text"] {
|
|
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: 250px;
|
|
}
|
|
|
|
.mb_aform .spa {
|
|
/*margin-left: 75px;*/
|
|
font-size: 12px;
|
|
color: #e91c1c;
|
|
}
|
|
|
|
/*相关期刊*/
|
|
.corr_late {
|
|
|
|
}
|
|
|
|
.corr_late h3 {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
margin-bottom: 5px;
|
|
padding: 15px;
|
|
}
|
|
|
|
.corr_late ul {
|
|
padding: 0 15px;
|
|
border-bottom: 2px solid #dcdcdc;
|
|
}
|
|
|
|
.corr_late ul li {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.corr_late ul li a {
|
|
display: block;
|
|
font-size: 13px;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.corr_late ul li a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.corr_late ul li p {
|
|
color: #a2b1b6;
|
|
font-size: 13px;
|
|
}
|
|
|
|
/*文章详情分页*/
|
|
.rong_box {
|
|
margin: 10px auto 0 auto;
|
|
padding: 15px 15px 0 15px;
|
|
border-bottom: 2px solid #dcdcdc;
|
|
}
|
|
|
|
.rong_box > ul {
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
.rong_box > ul > li {
|
|
display: inline-block;
|
|
transition: all ease .3s;
|
|
padding: 8px 10px;
|
|
border: 1px solid transparent;
|
|
margin-bottom: -1px;
|
|
border-radius: 4px 4px 0 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.rong_box > ul > li:hover {
|
|
background-color: #eee;
|
|
color: #23527c;
|
|
}
|
|
|
|
.rong_box > ul > li.tabin:hover {
|
|
background-color: #fff;
|
|
color: #444;
|
|
}
|
|
|
|
.rong_box > ul > li.tabin {
|
|
border: 1px solid #ddd;
|
|
border-bottom-color: #fff;
|
|
}
|
|
|
|
.rong_box > ul > div {
|
|
display: inline-block;
|
|
transition: all ease .3s;
|
|
padding: 8px 10px;
|
|
margin-bottom: -1px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.rong_box .content-box {
|
|
|
|
}
|
|
|
|
.rong_box .content-box .contemho, .rong_box .content-box .conterad {
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.rong_box .content {
|
|
clear: both;
|
|
padding: 10px;
|
|
display: none;
|
|
transition: all ease .30s;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.rong_box .contentin {
|
|
display: block;
|
|
}
|
|
|
|
.rong_box .conterad h1 {
|
|
font-size: 18px;
|
|
margin-bottom: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.rong_box .conterad p {
|
|
text-align: justify;
|
|
}
|
|
|
|
.rong_box .contercon div {
|
|
font-size: 14px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.rong_box .contepdf li {
|
|
border-bottom: 1px solid #0000001a;
|
|
overflow: hidden;
|
|
padding-bottom: 8px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.rong_box .contepdf div {
|
|
float: left;
|
|
}
|
|
|
|
.rong_box .contepdf div img {
|
|
vertical-align: middle;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.rong_box .contepdf p {
|
|
float: right;
|
|
}
|
|
|
|
.rong_box .contepdf p a:hover, .rong_box .contepdf p a:focus {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*搜索页面*/
|
|
.search_sou {
|
|
|
|
}
|
|
|
|
.search_sou .ser_tit {
|
|
border-top: 1px solid #ddd;
|
|
border-bottom: 1px solid #ddd;
|
|
background-color: #fff;
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
.search_sou .ser_tit p {
|
|
font-size: 16px;
|
|
line-height: 60px;
|
|
}
|
|
|
|
.search_sou .ser_tit img {
|
|
float: left;
|
|
width: 115px;
|
|
height: 60px;
|
|
}
|
|
|
|
.search_sou .ser_tit p {
|
|
float: right;
|
|
}
|
|
|
|
.search_sou .ser_xuan {
|
|
background-color: #fff;
|
|
padding: 15px;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
.search_sou .ser_xuan .sx_tit {
|
|
display: table-cell;
|
|
width: 180px;
|
|
color: #2760ba;
|
|
background: #e1ecf9;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
height: 100%;
|
|
}
|
|
|
|
.search_sou .ser_xuan > ul {
|
|
display: table-cell;
|
|
width: 890px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.search_sou .ser_xuan > ul li {
|
|
|
|
float: left;
|
|
width: 50%;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.search_sou .ser_xuan > ul p a {
|
|
color: #0019ff;
|
|
}
|
|
|
|
.search_sou .ser_xuan > ul p a:hover, .search_sou .ser_xuan > ul p a:focus {
|
|
text-decoration: underline;
|
|
color: #23527c;
|
|
}
|
|
|
|
.search_sou .ser_xuan .sx_sel {
|
|
display: table-cell;
|
|
width: 890px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.search_sou .ser_xuan .sx_sel .sx_inp {
|
|
/*margin-bottom: 15px;*/
|
|
}
|
|
|
|
.search_sou .ser_xuan .sx_sel .sx_inp select {
|
|
height: 24px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.search_sou .ser_xuan .sx_sel .sx_inp .info-input {
|
|
width: 300px;
|
|
height: 24px;
|
|
}
|
|
|
|
.search_sou .ser_xuan .sx_sel .sx_inp .num-input {
|
|
margin-left: 20px;
|
|
width: 100px;
|
|
height: 24px;
|
|
}
|
|
|
|
.search_sou .ser-group {
|
|
background-color: #fff;
|
|
padding: 20px 0;
|
|
}
|
|
|
|
.search_sou .ser-group .btns {
|
|
width: 80px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
background: #287ce0;
|
|
outline: none;
|
|
border: none;
|
|
color: #fff;
|
|
border-radius: 6px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
/*分期*/
|
|
.stage_fl {
|
|
overflow: hidden;
|
|
margin: 40px;
|
|
padding-bottom: 20px;
|
|
border-bottom: 1px solid #000;
|
|
}
|
|
|
|
.stage_fl li {
|
|
float: left;
|
|
width: 20%;
|
|
}
|
|
|
|
.stage_fl li img {
|
|
width: 104px;
|
|
height: 150px;
|
|
}
|
|
|
|
.stage_time {
|
|
|
|
padding: 0 40px;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.stage_time li {
|
|
line-height: 28px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.stage_time h4 {
|
|
font-weight: bold;
|
|
line-height: 26px;
|
|
}
|
|
|
|
.stage_time div {
|
|
float: left;
|
|
width: 340px;
|
|
}
|
|
|
|
.stage_time p {
|
|
float: left;
|
|
}
|
|
|
|
.stage_time a:hover, .stage_time a:focus {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*Top cited / Top read / Top download*/
|
|
.t_crd {
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.t_crd a {
|
|
display: block;
|
|
float: left;
|
|
width: 25%;
|
|
text-align: center;
|
|
}
|
|
|
|
.t_crd a img {
|
|
width: 178px;
|
|
height: 108px;
|
|
}
|
|
|
|
.t_crd a p:hover, .t_crd a p:focus {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*notice*/
|
|
.noti_lis {
|
|
|
|
}
|
|
|
|
.noti_lis > div {
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
|
overflow: hidden;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.noti_lis > div a {
|
|
float: left;
|
|
display: block;
|
|
}
|
|
|
|
.noti_lis > div i {
|
|
float: right;
|
|
display: block;
|
|
}
|
|
|
|
.noti_lis > div a:hover, .noti_lis > div a:focus {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*搜索框*/
|
|
.ment_sousuo_kuang {
|
|
background: #006699;
|
|
padding: 15px 0 !important;
|
|
}
|
|
|
|
.ment_sousuo_kuang > div {
|
|
position: relative;
|
|
/*background: url(../img/home_0.jpg) no-repeat #f4fbff;*/
|
|
/*background-blend-mode: multiply;*/
|
|
background-size: 100% 100%;
|
|
padding: 40px 0;
|
|
border-radius: 75px 0 60px 0;
|
|
width: 1080px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.ment_sousuo_kuang .soukuang_inp {
|
|
line-height: 24px;
|
|
border-radius: 5px;
|
|
width: 830px;
|
|
padding: 10px 16px;
|
|
background-color: #fff;
|
|
border: 0;
|
|
}
|
|
|
|
.ment_sousuo_kuang .soukuang_btn {
|
|
position: absolute;
|
|
display: block;
|
|
background: #fff;
|
|
right: 2px;
|
|
top: 40px;
|
|
color: #fff;
|
|
line-height: 26px;
|
|
width: 45px;
|
|
height: 45px;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ment_sousuo_kuang .soukuang_btn i {
|
|
color: #006699;
|
|
padding: 10px 12px 11px 12px;
|
|
background: #fff;
|
|
font-size: 22px;
|
|
border-radius: 4px;
|
|
border: 1px solid #006699;
|
|
}
|
|
|
|
/*.ment_sousuo_kuang .soukuang_btn i:hover{*/
|
|
/* color: #fff;*/
|
|
/* background: #006699;*/
|
|
/* border: 1px solid #fff;*/
|
|
/*}*/
|
|
|
|
.ment_sousuo_kuang select {
|
|
line-height: 45px;
|
|
height: 45px;
|
|
width: 145px;
|
|
border: 0;
|
|
padding: 0 0 0 20px;
|
|
cursor: pointer;
|
|
appearance: none;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
background: url(../img/arrow.png) no-repeat 124px center transparent;
|
|
}
|
|
|
|
/*图片放大*/
|
|
#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;
|
|
}
|
|
|
|
/*分享*/
|
|
.sharethis-inline-share-buttons {
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.sharethis-inline-share-buttons .st-btn {
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
.share_tmrtb {
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
.share_tmrtb > div {
|
|
display: inline-block;
|
|
}
|
|
|
|
.share_tmrtb img {
|
|
width: 15px;
|
|
height: 15px;
|
|
margin-right: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*客座*/
|
|
.guest_ {
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.guest_ > p {
|
|
margin: 15px 20px 30px 20px;
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.guest_ > ul > li {
|
|
border-top: 1px solid #ededed;
|
|
padding-top: 15px;
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
.guest_ > ul > li a {
|
|
color: #024393;
|
|
}
|
|
|
|
.guest_ > ul > li a.biaot {
|
|
/*color: #222;*/
|
|
font-weight: bold;
|
|
display: block;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.guest_ > ul > li a.biaot:hover {
|
|
color: #ff3300;
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
.guest_ > ul > li > div {
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
.guest_form input[type="text"], .guest_form input[type="submit"] {
|
|
background-color: #fff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #ccc;
|
|
border-radius: 5px;
|
|
padding: 8px 10px;
|
|
margin: 10px 0 10px 20px;
|
|
width: 300px;
|
|
font-family: "Helvetica Neue For Number", "Merri_weather", Helvetica, serif;
|
|
}
|
|
|
|
.guest_form .inp_cur {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.guest_form input[type="radio"], .guest_form input[type="checkbox"] {
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.guest_form textarea {
|
|
background-color: #fff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #ccc;
|
|
line-height: 28px;
|
|
border-radius: 5px;
|
|
padding-left: 10px;
|
|
margin: 10px 0 10px 20px;
|
|
font-family: "Helvetica Neue For Number", "Merri_weather", Helvetica, serif;
|
|
}
|
|
|
|
.guest_form > div {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.guest_form input.sub_guest {
|
|
cursor: pointer;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.guest_form .spa {
|
|
margin-left: 20px;
|
|
font-size: 12px;
|
|
color: #e91c1c;
|
|
}
|
|
|
|
.guest_form .res_pon:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.guest_form div b {
|
|
color: #e91c1c;
|
|
}
|
|
|
|
.gue_content {
|
|
line-height: 24px;
|
|
margin-bottom: 10px;
|
|
margin-left: 20px;
|
|
width: 500px;
|
|
}
|
|
|
|
.gue_word {
|
|
line-height: 28px;
|
|
margin-bottom: 10px;
|
|
margin-left: 20px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.gue_word b {
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.gue_editor {
|
|
margin-bottom: 10px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.gue_editor > li {
|
|
border: none !important;
|
|
padding-top: 0 !important;
|
|
}
|
|
|
|
.gue_editor > li a {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.gue_editor > li .g_ed_name {
|
|
text-align: center;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.guest_content a {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.guest_content a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.guest_content {
|
|
text-align: justify;
|
|
}
|
|
|
|
.guest_content .gue_system {
|
|
border-radius: 2px;
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.guest_content .gue_system a {
|
|
padding: 6px;
|
|
z-index: 10000;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
border-radius: 10px;
|
|
display: inline-block;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.guest_content .gue_author {
|
|
border-radius: 2px;
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.guest_content .gue_author a {
|
|
padding: 6px;
|
|
z-index: 10000;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
border-radius: 10px;
|
|
display: inline-block;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.guest_content .mask {
|
|
position: fixed;
|
|
top: 0px;
|
|
filter: alpha(opacity=60);
|
|
background-color: #333;
|
|
z-index: 10;
|
|
left: 0px;
|
|
opacity: 0.5;
|
|
-moz-opacity: 0.5;
|
|
display: none;
|
|
}
|
|
|
|
.guest_content .tanchu {
|
|
|
|
}
|
|
|
|
.guest_content .tanchu .mainbox {
|
|
padding: 10px;
|
|
}
|
|
|
|
.guest_content .tanchu .mainbox .mb_close {
|
|
float: right;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.guest_content .tanchu .mainbox .mb_form {
|
|
padding: 0 20px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.guest_content .tanchu .mainbox .mb_form h2 {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.guest_content .tanchu .mainbox .mb_form b {
|
|
color: #e91c1c;
|
|
}
|
|
|
|
.guest_content .tanchu .mainbox .mb_form .spa {
|
|
margin-left: 20px;
|
|
font-size: 12px;
|
|
color: #e91c1c;
|
|
}
|
|
|
|
.guest_content .tanchu .mainbox .mb_form input[type="text"], .guest_content .tanchu .mainbox .mb_form textarea {
|
|
background-color: #fff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #ccc;
|
|
line-height: 28px;
|
|
border-radius: 5px;
|
|
padding-left: 10px;
|
|
margin: 5px 0 15px 20px;
|
|
width: 300px;
|
|
}
|
|
|
|
.guest_content .tanchu .mainbox .mb_form input.sub_addauthor {
|
|
color: #fff;
|
|
}
|
|
|
|
.guest_content .tanchu .mainbox .mb_form input[type="submit"] {
|
|
background-color: #fff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #ccc;
|
|
line-height: 28px;
|
|
border-radius: 5px;
|
|
margin: 10px 0 15px 10px;
|
|
width: 80px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.guest_content .tishi {
|
|
width: 500px;
|
|
height: 185px;
|
|
background-color: #fff;
|
|
display: none;
|
|
position: fixed;
|
|
z-index: 20;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: -180px;
|
|
margin-left: -250px;
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
|
|
}
|
|
|
|
.guest_content .tishi .mainbox {
|
|
padding: 20px;
|
|
}
|
|
|
|
.guest_content .tishi .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;
|
|
}
|
|
|
|
/*投稿系统*/
|
|
.contbu_form {
|
|
position: relative;
|
|
}
|
|
|
|
.contbu_form > div {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -185px;
|
|
}
|
|
|
|
.contbu_form > div h4 {
|
|
padding-left: 160px;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.contbu_form input[type="text"], .contbu_form input[type="password"], .contbu_form input[type="submit"] {
|
|
background-color: #fff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #ccc;
|
|
line-height: 28px;
|
|
border-radius: 5px;
|
|
padding-left: 10px;
|
|
margin: 10px 0 10px 20px;
|
|
width: 300px;
|
|
}
|
|
|
|
.contbu_form .inp_cur {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.contbu_form input[type="radio"], .guest_form input[type="checkbox"] {
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.contbu_form > div {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.contbu_form div > b {
|
|
color: #fc1f1f;
|
|
}
|
|
|
|
.contbu_form input.sub_guest {
|
|
cursor: pointer;
|
|
color: #fff;
|
|
}
|
|
|
|
.contbu_form .spa_ {
|
|
margin-left: 20px;
|
|
font-size: 12px;
|
|
color: #e91c1c;
|
|
}
|
|
|
|
.contbu_form .spa {
|
|
margin-left: 20px;
|
|
font-size: 12px;
|
|
color: #e91c1c;
|
|
}
|
|
|
|
.contbu_form .tb_logre {
|
|
margin-left: 268px
|
|
}
|
|
|
|
.contbu_form .tb_grelo {
|
|
margin-left: 296px
|
|
}
|
|
|
|
.contbu_form .tb_logre:hover, .contbu_form .tb_grelo:hover {
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.contbu_list .contb_user {
|
|
padding: 20px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.contbu_list .contb_user a {
|
|
font-size: 10px;
|
|
padding: 5px;
|
|
margin-left: 10px;
|
|
cursor: pointer;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.contbu_list .contb_user a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.contbu_submit .contb_user {
|
|
padding: 20px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.contbu_submit .contb_user a {
|
|
font-size: 10px;
|
|
padding: 5px;
|
|
margin-left: 10px;
|
|
cursor: pointer;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.contbu_submit .contb_user a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.contbu_submit .tbu_submit {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.contbu_submit .tbu_submit input[type="text"], .contbu_submit .tbu_submit input[type="submit"] {
|
|
background-color: #fff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #ccc;
|
|
line-height: 28px;
|
|
border-radius: 5px;
|
|
padding-left: 10px;
|
|
margin: 10px 0 10px 20px;
|
|
width: 300px;
|
|
}
|
|
|
|
.contbu_submit .tbu_submit textarea {
|
|
background-color: #fff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #ccc;
|
|
line-height: 28px;
|
|
border-radius: 5px;
|
|
padding-left: 10px;
|
|
margin: 10px 0 10px 20px;
|
|
}
|
|
|
|
.contbu_submit .tbu_submit select {
|
|
background-color: #fff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #ccc;
|
|
line-height: 28px;
|
|
border-radius: 5px;
|
|
padding-left: 10px;
|
|
margin: 10px 0 10px 20px;
|
|
width: 300px;
|
|
height: 28px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.contbu_submit .tbu_submit select option {
|
|
line-height: 28px;
|
|
}
|
|
|
|
.contbu_submit input[type="radio"], .contbu_submit input[type="checkbox"] {
|
|
margin-right: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.contbu_submit > div {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.contbu_submit div > b {
|
|
color: #fc1f1f;
|
|
}
|
|
|
|
.contbu_submit input.sub_guest {
|
|
cursor: pointer;
|
|
color: #fff;
|
|
}
|
|
|
|
.contbu_submit .spa_ {
|
|
margin-left: 20px;
|
|
font-size: 12px;
|
|
color: #e91c1c;
|
|
}
|
|
|
|
.contbu_submit .mask {
|
|
position: absolute;
|
|
top: 0px;
|
|
filter: alpha(opacity=60);
|
|
background-color: #333;
|
|
z-index: 10;
|
|
left: 0px;
|
|
opacity: 0.5;
|
|
-moz-opacity: 0.5;
|
|
display: none;
|
|
}
|
|
|
|
.contbu_submit .tanchu {
|
|
width: 400px;
|
|
height: 300px;
|
|
background-color: #fff;
|
|
display: none;
|
|
position: fixed;
|
|
z-index: 20;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: -150px;
|
|
margin-left: -200px;
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
|
|
}
|
|
|
|
.contbu_submit .tanchu .mainbox {
|
|
padding: 10px;
|
|
}
|
|
|
|
.contbu_submit .tanchu .mainbox .close {
|
|
text-align: right;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.contbu_submit .spa {
|
|
margin-left: 20px;
|
|
font-size: 12px;
|
|
color: #e91c1c;
|
|
}
|
|
|
|
.author_add {
|
|
cursor: pointer;
|
|
color: #0d8ddb;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.author_add:hover, .ctb_author > div > h3 a:hover, .author_delete:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.ctb_author {
|
|
margin-left: 50px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.ctb_author > form > h3 {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.ctb_author > form > h3 a {
|
|
margin-left: 20px;
|
|
cursor: pointer;
|
|
color: #0d8ddb;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.ctb_author > form label {
|
|
width: 100px;
|
|
text-align: right;
|
|
display: inline-block;
|
|
}
|
|
|
|
.ctb_author > form label b {
|
|
color: #fc1f1f;
|
|
}
|
|
|
|
/*上传文件*/
|
|
.my_file {
|
|
margin: 10px 20px;
|
|
}
|
|
|
|
.my_file > div {
|
|
width: 76px;
|
|
height: 26px;
|
|
line-height: 26px;
|
|
text-align: center;
|
|
color: white;
|
|
border-radius: 3px;
|
|
cursor: pointer;
|
|
font-size: 10px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.my_file > ul {
|
|
display: inline-block;
|
|
color: #606266;
|
|
}
|
|
|
|
.my_file > ul p {
|
|
display: inline-block;
|
|
margin-right: 20px;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.my_file > ul .del_file {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*列表*/
|
|
.contbu_list {
|
|
/*position: relative;*/
|
|
}
|
|
|
|
.contbu_listcon .gue_system {
|
|
border-radius: 2px;
|
|
/*position: absolute;*/
|
|
/*top: 15px;*/
|
|
/*right: 15px;*/
|
|
}
|
|
|
|
.contbu_listcon .gue_system a {
|
|
color: #fff !important;
|
|
padding: 5px;
|
|
z-index: 10000;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.contbu_listcon {
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.contbu_listcon li {
|
|
margin-bottom: 20px;
|
|
border-bottom: 1px solid #ededed;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.contbu_listcon li p {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.contbu_listcon li .ct_type {
|
|
font-weight: 600;
|
|
float: left;
|
|
padding: 1px 5px;
|
|
color: #fff;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.contbu_listcon li a {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.contbu_listcon li a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*搜索*/
|
|
.serseek {
|
|
background-color: #f8f8f8;
|
|
padding: 25px 15px 15px 15px;
|
|
}
|
|
|
|
.serseek .search {
|
|
width: 765px;
|
|
height: 50px;
|
|
border-radius: 2px;
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
|
|
background-color: #fff;
|
|
margin: 0 auto 15px auto;
|
|
position: relative;
|
|
}
|
|
|
|
.serseek .search > select.ser_anor {
|
|
position: absolute;
|
|
left: -110px;
|
|
top: 0;
|
|
width: 100px;
|
|
border-color: #fff;
|
|
border-radius: 2px;
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
|
|
height: 50px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.serseek .search > select.ser_ect {
|
|
float: left;
|
|
width: 120px;
|
|
border-color: #fff;
|
|
border-radius: 5px;
|
|
height: 50px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.serseek .search .ser_input {
|
|
float: left;
|
|
width: 560px;
|
|
height: 20px;
|
|
padding: 15px 0 15px 20px;
|
|
font-size: 14px;
|
|
color: #7d7d7d;
|
|
line-height: 20px;
|
|
border: none;
|
|
background-color: #fff;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.serseek .search .ser_btn {
|
|
float: right;
|
|
width: 68px;
|
|
height: 50px;
|
|
border: none;
|
|
border-radius: 0 2px 2px 0;
|
|
outline: none;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-color: #fff;
|
|
cursor: pointer;
|
|
background-image: url(../img/btn-ser.png);
|
|
}
|
|
|
|
.serseek .search .ser_gj {
|
|
position: absolute;
|
|
right: -130px;
|
|
top: 18px;
|
|
font-size: 13px;
|
|
font-weight: bolder;
|
|
color: #094ec1;
|
|
}
|
|
|
|
.serseek .search .ser_gj:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.serseek .search_jour > ul {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.serseek .search_jour > ul li {
|
|
text-align: center;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-bottom: 10px;
|
|
width: 16.5%;
|
|
padding: 5px 0 0 0;
|
|
}
|
|
|
|
.serseek .search_jour > ul li img {
|
|
width: 128px;
|
|
height: 175px;
|
|
}
|
|
|
|
.serseek .search .seek_add {
|
|
position: absolute;
|
|
right: -57px;
|
|
top: 5px;
|
|
font-size: 30px;
|
|
font-weight: bolder;
|
|
color: #bcbcbc;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.serseek .search .seek_delete {
|
|
position: absolute;
|
|
right: -30px;
|
|
top: 2px;
|
|
font-size: 30px;
|
|
font-weight: bolder;
|
|
color: #bcbcbc;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.serior_btn {
|
|
text-align: center;
|
|
margin: 40px 0 10px 0;
|
|
}
|
|
|
|
.serior_btn > a {
|
|
width: 190px;
|
|
color: #fff;
|
|
background: #006699;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
border-radius: 10px;
|
|
display: inline-block;
|
|
line-height: 20px;
|
|
padding: 6px 0;
|
|
}
|
|
|
|
/*单独订阅页面*/
|
|
.drup_ne {
|
|
background-color: #fff;
|
|
padding: 0 20px 20px 20px;
|
|
}
|
|
|
|
.drup_ne .dn_mess {
|
|
float: left;
|
|
padding-top: 20px;
|
|
width: 600px;
|
|
}
|
|
|
|
.drup_ne .dn_mess > a {
|
|
float: left;
|
|
|
|
}
|
|
|
|
.drup_ne .dn_mess > a > img {
|
|
width: 253px;
|
|
height: 345px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.drup_ne .dn_mess > .dn_all {
|
|
float: left;
|
|
width: 320px;
|
|
margin-left: 25px;
|
|
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;
|
|
}
|
|
|
|
.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 {
|
|
text-align: center;
|
|
line-height: 22px;
|
|
width: 400px;
|
|
margin: 50px auto 0 auto;
|
|
padding: 20px 30px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.drup_ne .draw_form p {
|
|
margin-bottom: 10px;
|
|
text-align: left;
|
|
}
|
|
|
|
.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;
|
|
display: block;
|
|
}
|
|
|
|
.drup_ne .draw_form i {
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
line-height: 15px;
|
|
color: #888;
|
|
display: block;
|
|
margin-top: 12px;
|
|
margin-bottom: 12px;
|
|
text-align: left;
|
|
}
|
|
|
|
.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: 325px;
|
|
}
|
|
|
|
.drup_ne .draw_form .topic_add {
|
|
color: #fff;
|
|
width: 200px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #ccc;
|
|
border-radius: 5px;
|
|
padding-left: 10px;
|
|
margin: 5px auto;
|
|
display: block;
|
|
}
|
|
|
|
|
|
/*for author单独页面*/
|
|
.for_mess {
|
|
margin: 0 0 10px 0;
|
|
}
|
|
|
|
.for_mess > a {
|
|
float: left;
|
|
}
|
|
|
|
.for_mess > a > img {
|
|
width: 200px;
|
|
height: 265px;
|
|
}
|
|
|
|
.for_mess > .for_all {
|
|
float: left;
|
|
padding: 55px 0 0 60px;
|
|
width: 800px;
|
|
}
|
|
|
|
.for_mess > .for_all p {
|
|
margin: 0 20px 15px 0;
|
|
float: left;
|
|
width: 320px;
|
|
}
|
|
|
|
.for_mess > .for_all p:nth-child(3n+2) {
|
|
width: 220px;
|
|
}
|
|
|
|
.for_mess > .for_all p:nth-child(3n+1) {
|
|
width: 180px;
|
|
}
|
|
|
|
.for_mess > .for_all p > b {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.for_mess > .for_all p > a > img {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin: 0 0 0 10px;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.for_mess > .for_all > div {
|
|
|
|
}
|
|
|
|
.for_mess > .for_all div > a {
|
|
display: block;
|
|
margin:12px 0 0 241px;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 4px;
|
|
padding: 10px 0;
|
|
width: 230px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.for_mess > .for_all div > a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
#for_nag {
|
|
float: left;
|
|
/*margin-top: 20px;*/
|
|
width: 235px;
|
|
vertical-align: middle;
|
|
/*overflow-y: scroll;*/
|
|
/*height: 500px;*/
|
|
}
|
|
|
|
/*#for_nag::-webkit-scrollbar {*/
|
|
/* !*滚动条整体样式*!*/
|
|
/* width : 4px;*/
|
|
/* !*height: 10px;*!*/
|
|
/*}*/
|
|
|
|
/*#for_nag::-webkit-scrollbar-thumb {*/
|
|
/* !*滚动条里面小方块*!*/
|
|
/* border-radius: 10px;*/
|
|
/* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
|
|
/* background: var(--JOurColor);*/
|
|
/* opacity: 0.2;*/
|
|
/*}*/
|
|
|
|
/*#for_nag::-webkit-scrollbar-track {*/
|
|
/* !*滚动条里面轨道*!*/
|
|
/* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
|
|
/* border-radius: 10px;*/
|
|
/* background: #fff;*/
|
|
/*}*/
|
|
|
|
#for_nag a {
|
|
display: block;
|
|
width: 172px;
|
|
padding: 15px 0 12px 27px;
|
|
line-height: 20px;
|
|
color: #333;
|
|
border-left: 2px solid transparent;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#for_nag a:hover {
|
|
border-left: 2px solid #006699;
|
|
border-left-color: var(--JOurColor);
|
|
}
|
|
|
|
#for_nag a b {
|
|
margin-right: 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#for_nag a.active {
|
|
background-color: var(--JOurColor);
|
|
/*background-color: #006699;*/
|
|
color: #fff;
|
|
}
|
|
|
|
.for_mnall {
|
|
border-left: 3px solid #f4fafd;
|
|
float: left;
|
|
margin: 0 0 0 0;
|
|
padding-left: 30px;
|
|
width: 800px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
#for_main {
|
|
margin: 0 0 30px 0;
|
|
width: 100%;
|
|
|
|
/*max-width: 500px;*/
|
|
/*background-color: #fff;*/
|
|
/*min-height: 600px;*/
|
|
/*overflow: auto;*/
|
|
}
|
|
|
|
|
|
#for_main > div {
|
|
line-height: 22px;
|
|
margin-bottom: 20px;
|
|
padding-right: 25px;
|
|
}
|
|
|
|
#for_main > div > h3 {
|
|
font-size: 14px;
|
|
margin-bottom: 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#for_main > div > h3.big {
|
|
font-size: 16px;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
#for_main > div > h3 > b {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#for_main > div img {
|
|
width: 90%;
|
|
image-rendering: -webkit-optimize-contrast;
|
|
image-rendering: crisp-edges;
|
|
height: auto;
|
|
margin: 20px auto;
|
|
display: block;
|
|
}
|
|
|
|
|
|
/*固定底栏*/
|
|
.footpanel {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: 100px;
|
|
color: #fff;
|
|
padding: 30px 0;
|
|
z-index: 600;
|
|
display: none;
|
|
background-repeat: no-repeat;
|
|
background-position: 96% 56%;;
|
|
background-image: url(../img/briefing.png);
|
|
background-size: 150px 60px;
|
|
}
|
|
|
|
.footpanel .ftp_close {
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 10px;
|
|
cursor: pointer;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.footpanel .ftp_paper {
|
|
width: 1102px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.footpanel .ftp_paper .fpr_text {
|
|
width: 400px;
|
|
float: left;
|
|
margin-right: 100px;
|
|
}
|
|
|
|
.footpanel .ftp_paper .fpr_text h3 {
|
|
margin-bottom: 10px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.footpanel .ftp_paper .fpr_from {
|
|
width: 500px;
|
|
float: left;
|
|
}
|
|
|
|
.footpanel .ftp_paper .fpr_from input#emapfp {
|
|
background-color: #fff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: #fff;
|
|
line-height: 28px;
|
|
padding-left: 10px;
|
|
margin: 5px 0 6px 0;
|
|
width: 270px;
|
|
}
|
|
|
|
.footpanel .ftp_paper .fpr_from input.yue_addfp {
|
|
color: #fff;
|
|
width: 100px;
|
|
line-height: 28px;
|
|
border: 1px solid #fff;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.footpanel .ftp_paper .fpr_from label {
|
|
display: block;
|
|
}
|
|
|
|
.footpanel .ftp_paper .fpr_from input[type=checkbox] {
|
|
cursor: pointer;
|
|
float: left;
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-top: 10px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.footpanel .ftp_paper .fpr_from p.ff_text {
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
line-height: 21px;
|
|
color: #fff;
|
|
float: left;
|
|
width: 350px;
|
|
}
|
|
|
|
.footpanel .ftp_paper .fpr_from a {
|
|
color: #fff;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.footpanel .ftp_paper .fpr_from a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.footpanel .ftp_paper .fpr_from .spa {
|
|
font-size: 12px;
|
|
color: #e91c1c;
|
|
}
|
|
|
|
/*TMR样式*/
|
|
.overall_caption {
|
|
/*background-color: #ffffff;*/
|
|
}
|
|
|
|
.overall_caption #col-content {
|
|
width: 100%;
|
|
/*background: #f2f2f2;*/
|
|
}
|
|
|
|
.overall_caption #top_bar {
|
|
background-color: #006699;
|
|
border-bottom: 2px solid #fff;
|
|
}
|
|
|
|
.overall_caption .top {
|
|
background-color: #fff;
|
|
text-align: center;
|
|
}
|
|
|
|
.overall_caption .top > .top_logo {
|
|
display: inline-block;
|
|
width: 710px;
|
|
text-align: left;
|
|
float: none;
|
|
}
|
|
|
|
.overall_caption .top > .top_sea {
|
|
display: inline-block;
|
|
float: none;
|
|
}
|
|
|
|
.overall_caption .top .top_sea .b_Sub {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.overall_caption .top > .home_logo {
|
|
display: inline-block;
|
|
float: none;
|
|
}
|
|
|
|
.overall_caption .nav_ban {
|
|
width: 1102px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.overall_caption .art_top_topic {
|
|
background-color: #006699;
|
|
}
|
|
|
|
.overall_caption .art_top_topic > div {
|
|
/*background-color: #0066ff;*/
|
|
width: 1102px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.overall_caption .art_top_topic > div .topics {
|
|
padding: 15px 0 18px 0 !important;
|
|
}
|
|
|
|
.overall_caption .art_top_topic > div .topics li {
|
|
width: 208px;
|
|
}
|
|
|
|
.overall_caption .art_top_topic > div .topics li img {
|
|
width: 208px;
|
|
height: 120px;
|
|
}
|
|
|
|
.overall_caption .article .art_main {
|
|
/*width: 802px;*/
|
|
}
|
|
|
|
.overall_caption .article {
|
|
width: 1072px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.overall_caption .article_ {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.overall_caption .article_ > div {
|
|
padding: 15px 0 30px 0;
|
|
}
|
|
|
|
.overall_caption .article_ .online_fr {
|
|
width: 100%;
|
|
/*background: url(../img/home_0.jpg) no-repeat #f4fbff;*/
|
|
/*background-blend-mode: multiply;*/
|
|
/*background-size: 100% 100%;*/
|
|
background-color: #fff;
|
|
padding-top: 30px;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.overall_caption .article_ .online_fr > ul {
|
|
width: 1102px;
|
|
margin: 15px auto 0;
|
|
}
|
|
|
|
.overall_caption .article_ .online_fr > h4 {
|
|
width: 1080px;
|
|
margin: 0 auto;
|
|
border-bottom: 1px solid #fff;
|
|
padding: 0 0 15px 0;
|
|
}
|
|
|
|
.overall_caption .article_ .online_fr > a {
|
|
left: 50%;
|
|
margin-left: 500px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.overall_caption .article_ .ncon_fr, .overall_caption .article_ .ncon_aper {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
.overall_caption .article_ .ncon_fr > ul, .overall_caption .article_ .ncon_aper > ul {
|
|
width: 1102px;
|
|
margin: 15px auto 0;
|
|
}
|
|
|
|
.overall_caption .article_ .ncon_fr > h4, .overall_caption .article_ .ncon_aper > h4 {
|
|
width: 1080px;
|
|
margin: 0 auto;
|
|
border-bottom: 1px solid #fff;
|
|
padding: 0 0 15px 0;
|
|
}
|
|
|
|
.overall_caption .article_ .ncon_fr > a, .overall_caption .article_ .ncon_aper > a {
|
|
left: 50%;
|
|
margin-left: 500px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.overall_caption .article_ .ncon_hl {
|
|
width: 100%;
|
|
background: url(../img/home_0.jpg) no-repeat #f4fbff;
|
|
background-blend-mode: multiply;
|
|
background-size: 100% 100%;
|
|
padding-top: 30px;
|
|
}
|
|
|
|
.overall_caption .article_ .ncon_hl > ul {
|
|
width: 1102px;
|
|
margin: 15px auto 0;
|
|
}
|
|
|
|
.overall_caption .article_ .ncon_hl > h4 {
|
|
width: 1080px;
|
|
margin: 0 auto;
|
|
border-bottom: 1px solid #fff;
|
|
padding: 0 0 15px 0;
|
|
}
|
|
|
|
.overall_caption .article_ .ncon_hl > a {
|
|
left: 50%;
|
|
margin-left: 500px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.overall_caption .article_ .ncon_SCom {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.overall_caption .article_ .ncon_SCom > div {
|
|
width: 1102px;
|
|
margin: 0 auto;
|
|
padding: 20px 0;
|
|
}
|
|
|
|
.overall_caption .article_ .ncon_aper {
|
|
padding-top: 30px;
|
|
}
|
|
|
|
.overall_caption .article_ .ncon_aper > h4 {
|
|
border-bottom: 1px solid #fff;
|
|
}
|
|
|
|
.overall_caption .footer {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
}
|
|
|
|
.overall_caption .daohang {
|
|
width: 1102px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.overall_caption .bianma {
|
|
width: 1102px;
|
|
margin: 10px auto 0;
|
|
text-align: center;
|
|
}
|
|
|
|
/*分享*/
|
|
.sharethis-inline-share-buttons {
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.sharethis-inline-share-buttons .st-btn {
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
.share_tmrtb {
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
.share_tmrtb > div {
|
|
display: inline-block;
|
|
}
|
|
|
|
.share_tmrtb img {
|
|
width: 15px;
|
|
height: 15px;
|
|
margin-right: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.share_tmrtb .share_4, .share_tmrtb .share_5, .share_tmrtb .share_6 {
|
|
position: relative;
|
|
}
|
|
|
|
.share_tmrtb .share_4 .hov_img {
|
|
display: none;
|
|
position: absolute;
|
|
left: 8px;
|
|
top: 12px;
|
|
width: 220px;
|
|
height: 150px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.share_tmrtb .share_5 .hov_img {
|
|
display: none;
|
|
position: absolute;
|
|
left: 8px;
|
|
top: 12px;
|
|
width: 200px;
|
|
height: 200px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.share_tmrtb .share_6 .hov_img {
|
|
display: none;
|
|
position: absolute;
|
|
left: 8px;
|
|
top: 12px;
|
|
width: 200px;
|
|
height: 200px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.share_tmrtb .share_4:hover .hov_img {
|
|
display: block;
|
|
}
|
|
|
|
.share_tmrtb .share_5:hover .hov_img {
|
|
display: block;
|
|
}
|
|
|
|
.share_tmrtb .share_6:hover .hov_img {
|
|
display: block;
|
|
}
|
|
|