3155 lines
57 KiB
CSS
3155 lines
57 KiB
CSS
@font-face {
|
|
font-family: 'Merri_weather';
|
|
/*为引入的字体命名*/
|
|
src: url(../style/Merriweather.ttf);
|
|
/*定义要引入字体文件的路径*/
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Helvetica Neue For Number';
|
|
src: url(../style/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;*/
|
|
font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif;
|
|
color: #444;
|
|
height: 100%;
|
|
font-size: 14px;
|
|
line-height: 1.42857143;
|
|
background-color: #fff;
|
|
}
|
|
|
|
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: 100%;
|
|
margin: 0 auto;
|
|
/*background-color: #fff;*/
|
|
}
|
|
|
|
/******************上方标题******************/
|
|
#top_bar {
|
|
background-color: #006699;
|
|
}
|
|
|
|
.top {
|
|
height: 63px;
|
|
padding: 0 15px;
|
|
font-size: 16px;
|
|
background-color: #fff;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
|
|
.top > div {
|
|
line-height: 62px;
|
|
width: 1102px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.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) {
|
|
background-color: #006699;
|
|
color: #fff;
|
|
}
|
|
.top .top_switch>div:nth-child(2) {
|
|
color: #006699;
|
|
}
|
|
.top .top_switch>div:nth-child(2):hover {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
|
|
/*期刊内搜索*/
|
|
.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 {
|
|
width: 200px;
|
|
margin: 0 0 0 15px !important;
|
|
padding: 10px;
|
|
}
|
|
|
|
.jour_ht_dy .topic_dingyue {
|
|
padding-bottom: 0;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.jour_ht_dy .topic_dingyue .topic_add {
|
|
padding-left: 3px;
|
|
display: block;
|
|
font-weight: 600;
|
|
cursor: pointer;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.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 {
|
|
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%;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.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: #fff;
|
|
/*padding: 15px;*/
|
|
margin-top: -15px;
|
|
}
|
|
|
|
.article_ > div {
|
|
/*padding: 15px 15px 15px 15px;*/
|
|
}
|
|
|
|
.article_ .online_fr, .article_ .ncon_fr_tmr, .article_ .ncon_aper {
|
|
/*background: #fff;*/
|
|
}
|
|
|
|
.article_ .hua_tpice, .article_ .ncon_tcrd_tmr, .article_ .Rel_ated, .article_ .ncon_SCom {
|
|
background: url(../img/home_0.jpg) no-repeat #f4fbff;
|
|
background-blend-mode: multiply;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.article_ .ncon_fr_tmr li, .article_ .ncon_aper li, .article_ .ncon_fr li {
|
|
box-shadow: 5px 5px 5px #bdbdbd;
|
|
}
|
|
|
|
.article_ h4 {
|
|
font-size: 30px !important;
|
|
font-family: "Times New Roman", Helvetica, Georgia, serif;
|
|
letter-spacing: -1px;
|
|
}
|
|
|
|
/*分期封面*/
|
|
.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: 1102px;
|
|
margin: 0 auto;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.article_ .alls_issue > a {
|
|
left: 50%;
|
|
margin-left: 505px;
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.article_ .alls_issue > div {
|
|
width: 1102px;
|
|
margin: 20px auto 0;
|
|
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: 0;
|
|
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: 0;
|
|
background: #ededed;
|
|
}
|
|
|
|
.article_ .alls_issue > div > ul {
|
|
white-space: nowrap;
|
|
transform: scaleY(-1);
|
|
}
|
|
|
|
.article_ .alls_issue > div > ul li {
|
|
width: 253px;
|
|
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;
|
|
margin-top: 25px;
|
|
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: 26px;
|
|
bottom: 14px;
|
|
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;
|
|
}
|
|
|
|
/*左侧栏目*/
|
|
.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;
|
|
}
|
|
.ncon_hl,.online_fr{
|
|
/*background-color: #fff;*/
|
|
/*width: 1102px;*/
|
|
/*margin: 0 auto;*/
|
|
}
|
|
.ncon_hl > ul {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.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_notice li:nth-child(2) {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.wl_click {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.wl_click:hover {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*右侧文章*/
|
|
.article .art_main {
|
|
float: right;
|
|
width: 804px;
|
|
}
|
|
|
|
.article .art_main .new_art, .article .art_main .high_light, .news_ment, .stage_, .guest_ {
|
|
/*padding: 4px 0px;*/
|
|
/*background-color: #fff;*/
|
|
}
|
|
|
|
.article .art_main .new_art > h4, .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 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-bottom: 1px solid #dcdcdc;*/
|
|
background-color: #fff;
|
|
border-top: 0;
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
.article .art_main .new_art > ul li:last-child {
|
|
margin-bottom: 0;
|
|
padding-bottom: 45px !important;
|
|
}
|
|
|
|
.article .art_main .new_art > ul li .dbt_header {
|
|
color: #7f0202;
|
|
font-weight: bold;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.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: 1px 4px;
|
|
color: #fff;
|
|
}
|
|
|
|
.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_top {
|
|
margin: 3px 0 8px 10px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.article .art_main .new_art > ul li .url_top a {
|
|
margin-right: 10px;
|
|
/*background-color: #4f5671;*/
|
|
padding: 3px 5px;
|
|
/*color: #fff;*/
|
|
font-family: Calibri;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.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 .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: 350px;
|
|
}
|
|
|
|
.article .art_main .new_art > ul li .apwrap > div {
|
|
float: right;
|
|
width: 50%;
|
|
padding: 0 10px;
|
|
|
|
}
|
|
|
|
.art_main_con .new_art > ul li .apwrap > div > div {
|
|
text-align: justify;
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
/*word-break: break-all;*/
|
|
/*text-overflow: ellipsis;*/
|
|
/*display: -webkit-box; !** 将对象作为伸缩盒子模型显示 **!*/
|
|
/*-webkit-box-orient: vertical; !** 设置或检索伸缩盒对象的子元素的排列方式 **!*/
|
|
/*-webkit-line-clamp: 6; !** 显示的行数 **!*/
|
|
/*overflow: hidden; !** 隐藏超出的内容 **!*/
|
|
}
|
|
|
|
.art_main_con .new_art > ul > div > li .apwrap > div > div {
|
|
-webkit-line-clamp: 3 !important; /** 显示的行数 **/
|
|
}
|
|
|
|
.article .art_main .new_art > ul li .apwrap > div > div > font {
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
color: #006699;
|
|
display: inline;
|
|
}
|
|
|
|
.article .art_main .new_art > ul li .apwrap > div p {
|
|
color: #888;
|
|
line-height: 20px;
|
|
/*display: inline;*/
|
|
}
|
|
|
|
.art_main_con .new_art > ul li .apwrap > div > b {
|
|
color: #006699;
|
|
font-size: 12px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.art_main_con .new_art > ul > div > li .apwrap > div p {
|
|
|
|
}
|
|
|
|
.art_main_con .new_art > ul > li {
|
|
border-top: 0 !important;
|
|
padding: 15px 20px 20px 20px !important;
|
|
}
|
|
|
|
.art_main_con .new_art > ul > li .dbt_header {
|
|
color: #7f0202;
|
|
font-weight: bold;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.article .art_main .high_light, .article .art_main .news_ment {
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
.article .art_main .high_light h4 {
|
|
|
|
}
|
|
|
|
.article .art_main .high_light ul {
|
|
|
|
}
|
|
|
|
.article .art_main .high_light > ul > li {
|
|
padding: 15px 5px;
|
|
}
|
|
|
|
.article .art_main .high_light ul li .txt_biaoti:hover {
|
|
color: #23527c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.article .art_main .high_light ul li > div {
|
|
float: left;
|
|
width: 524px;
|
|
margin-top: 7px;
|
|
}
|
|
|
|
.article .art_main .high_light ul li > img {
|
|
width: 200px;
|
|
height: 130px;
|
|
float: right;
|
|
}
|
|
|
|
.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;
|
|
/*box-shadow: 0 0 10px #bdbdbd;*/
|
|
}
|
|
|
|
.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 10px;
|
|
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;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.news_ment ul li h6 a > i {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.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: 12px;
|
|
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;
|
|
width: 620px;
|
|
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;
|
|
}
|
|
|
|
.tmr_article > .bng_topic_bei {
|
|
background: url(../img/home_2.jpg) #f4fbff;
|
|
background-blend-mode: multiply;
|
|
}
|
|
|
|
.tmr_article > .bng_topic_bei > .art_main_con_topic > div {
|
|
width: 1100px;
|
|
margin: 0 auto;
|
|
background-color: #fff;
|
|
}
|
|
|
|
|
|
.topics {
|
|
background-color: #fff;
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.topics > h4 {
|
|
padding-bottom: 2px;
|
|
padding-left: 18px;
|
|
padding-top: 2px;
|
|
}
|
|
|
|
.topics ul {
|
|
overflow: auto;
|
|
/*margin-top: 5px;*/
|
|
}
|
|
|
|
.topics ul li {
|
|
text-align: center;
|
|
width: 208px;
|
|
margin-right: 15px;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
/*margin-bottom: 10px;*/
|
|
}
|
|
.topics ul li:nth-child(5n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.topics ul li:hover img {
|
|
transform: scale(1.1);
|
|
}
|
|
|
|
.topics ul li img {
|
|
/*width: 178px;*/
|
|
height: 75px;
|
|
}
|
|
|
|
.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;*/
|
|
background-color: #f8f8f8;
|
|
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;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
|
|
/*************底部导航****************/
|
|
.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;
|
|
display: none;
|
|
}
|
|
|
|
.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: 285px;
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
.footer .daohang ul:nth-child(4) {
|
|
width: 160px;
|
|
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
/*期刊内容 划过变色*/
|
|
.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: 20px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.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 {
|
|
background-color: #f8f8f8;
|
|
padding-top: 2px;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.art_top_topic .topics {
|
|
padding: 20px 15px;
|
|
}
|
|
|
|
.art_top_topic .topics ul {
|
|
margin-top: 0;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.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(5) {
|
|
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;
|
|
}
|
|
|
|
.news_ment .call_paper li > div {
|
|
float: left;
|
|
width: 248px;
|
|
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 > div {
|
|
padding: 15px 0;
|
|
display: flex;
|
|
}
|
|
|
|
.ncon_SCom > div > div {
|
|
float: left;
|
|
width: 252px;
|
|
padding: 30px 12px;
|
|
/*background-color: #fff;*/
|
|
}
|
|
|
|
.ncon_SCom > div > div:hover {
|
|
background: #fff;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(1) {
|
|
position: relative;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(1) > a {
|
|
display: block;
|
|
font-size: 16px;
|
|
margin: 10px 0 10px 0;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(1) > a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(1) > i {
|
|
display: block;
|
|
font-size: 30px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(2) {
|
|
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(2) > p {
|
|
line-height: 22px;
|
|
font-weight: 600;
|
|
margin: 15px 0 15px 22px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(2) > a {
|
|
font-weight: 600;
|
|
cursor: pointer;
|
|
margin-left: 80px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(2) > a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(2) #com_index {
|
|
width: 200px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
margin: 10px 10px 10px 22px;
|
|
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;
|
|
}
|
|
|
|
.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 20px;
|
|
width: 215px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(4) > a {
|
|
display: block;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
margin: 10px 0 20px 15px;
|
|
}
|
|
|
|
.ncon_SCom > div > div:nth-child(4) > p {
|
|
line-height: 20px;
|
|
margin: 14px 0 0 22px;
|
|
text-align: center;
|
|
}
|
|
|
|
.ncon_SCom .bor_sty_col {
|
|
background: #d5dee3;
|
|
position: absolute;
|
|
height: 180px;
|
|
top: 20px;
|
|
width: 4px !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.current_list {
|
|
/*border-bottom: 2px solid #dcdcdc;*/
|
|
}
|
|
|
|
.current_list > h4 {
|
|
padding-left: 18px !important;
|
|
padding-top: 15px !important;
|
|
padding-bottom: 20px !important;
|
|
margin-top: -5px !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: 1;
|
|
}
|
|
|
|
.current_list li .links_ button .export li {
|
|
color: #444;
|
|
text-align: left;
|
|
line-height: 26px;
|
|
padding: 0;
|
|
margin-bottom: 0 !important;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.current_list li .links_ button .export li:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.current_list li .cite_box {
|
|
position: relative;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.pai_two .current_list li .cite_box {
|
|
padding-left: 0px;
|
|
}
|
|
|
|
.current_list li .cite_box .export_cite {
|
|
position: absolute;
|
|
left: 5px;
|
|
top: 35px;
|
|
background-color: #fff;
|
|
width: 500px;
|
|
padding: 5px 10px;
|
|
box-shadow: 2px 2px 5px #ccc;
|
|
z-index: 100;
|
|
}
|
|
|
|
|
|
|
|
.current_list li .cite_box .export_cite li {
|
|
color: #444;
|
|
text-align: left;
|
|
line-height: 26px;
|
|
}
|
|
|
|
.current_list li .cite_box .export_cite 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;
|
|
}
|
|
|
|
/*图片放大*/
|
|
#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;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
/*TMR样式*/
|
|
/*.overall_tmr {*/
|
|
/* background-color: #ffffff;*/
|
|
/*}*/
|
|
|
|
/*.overall_tmr #col-content {*/
|
|
/* width: 100%;*/
|
|
/*}*/
|
|
|
|
/*.overall_tmr #top_bar {*/
|
|
/* background-color: #006699;*/
|
|
/*}*/
|
|
|
|
.overall_tmr .top {
|
|
background-color: #fff;
|
|
text-align: center;
|
|
}
|
|
|
|
.overall_tmr .top > .top_logo {
|
|
display: inline-block;
|
|
width: 710px;
|
|
text-align: left;
|
|
float: none;
|
|
}
|
|
|
|
.overall_tmr .top > .top_sea {
|
|
display: inline-block;
|
|
float: none;
|
|
}
|
|
|
|
.overall_tmr .top .top_sea .b_Sub {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.overall_tmr .top > .home_logo {
|
|
display: inline-block;
|
|
float: none;
|
|
}
|
|
|
|
.overall_tmr .nav_ban {
|
|
width: 1102px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.overall_tmr .nav_ban h2 {
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.overall_tmr .art_top_topic {
|
|
background-color: #006699;
|
|
}
|
|
|
|
.overall_tmr .art_top_topic > div {
|
|
background-color: #006699;
|
|
width: 1102px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.overall_tmr .art_top_topic > div .topics {
|
|
padding: 15px 0 18px 0 !important;
|
|
}
|
|
|
|
.overall_tmr .art_top_topic > div .topics li {
|
|
width: 208px;
|
|
}
|
|
|
|
.overall_tmr .art_top_topic > div .topics li img {
|
|
width: 208px;
|
|
height: 120px;
|
|
}
|
|
|
|
.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-top: 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;
|
|
}
|
|
|
|
.overall_tmr .tmr_side_map {
|
|
background-color: #fff;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.overall_tmr .tmr_side_book {
|
|
background-color: #fff;
|
|
padding: 0 0 20px 0;
|
|
position: relative;
|
|
}
|
|
|
|
.overall_tmr .tmr_side_book .book_click {
|
|
position: absolute;
|
|
bottom: 10px;
|
|
right: 10px;
|
|
color: #006699;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.overall_tmr .tmr_side_book .book_click:hover {
|
|
color: #024393;
|
|
TEXT-DECORATION: underline;
|
|
}
|
|
|
|
.overall_tmr .tmr_side_book ul li:nth-child(1) {
|
|
margin-top: 5px !important;
|
|
}
|
|
|
|
.overall_tmr .tmr_side_book ul li:nth-child(2) {
|
|
margin-top: 150px !important;
|
|
}
|
|
|
|
.overall_tmr .tmr_side_book ul li:nth-child(3) {
|
|
margin-top: 450px !important;
|
|
}
|
|
|
|
.overall_tmr .tmr_side_book ul li:nth-child(4) {
|
|
margin-top: 750px !important;
|
|
}
|
|
|
|
.overall_tmr .tmr_side_book ul li:nth-child(5) {
|
|
margin-top: 920px !important;
|
|
}
|
|
|
|
.overall_tmr .tmr_side_book ul li:nth-child(6) {
|
|
margin-top: 1090px !important;
|
|
}
|
|
|
|
.overall_tmr .tmr_side_book ul li:nth-child(7) {
|
|
margin-top: 1240px !important;
|
|
}
|
|
|
|
.overall_tmr .tmr_side_book ul li:nth-child(8) {
|
|
margin-top: 1390px !important;
|
|
}
|
|
|
|
.overall_tmr .tmr_side_book ul li:nth-child(9) {
|
|
margin-top: 1570px !important;
|
|
}
|
|
|
|
.overall_tmr .tmr_side_book ul li:nth-child(10) {
|
|
margin-top: 1740px !important;
|
|
}
|
|
|
|
.overall_tmr .tmr_side_book ul li:nth-child(11) {
|
|
margin-top: 1910px !important;
|
|
}
|
|
|
|
.overall_tmr .tmr_side_map > div {
|
|
|
|
}
|
|
|
|
.overall_tmr .tmr_article {
|
|
/*background-color: #ededed;*/
|
|
/*background-size: 100% 100%;*/
|
|
/*background: url(../img/home_2.jpg) #f4fbff;*/
|
|
/*background-blend-mode: multiply;*/
|
|
padding-bottom: 1px;
|
|
}
|
|
|
|
.overall_tmr .tmr_article .jour_hauti_pd {
|
|
padding: 1px 0 0 0;
|
|
display: none;
|
|
}
|
|
|
|
.overall_tmr .tmr_article .jour_ht_dy {
|
|
margin-top: -5px;
|
|
}
|
|
|
|
.overall_tmr .article {
|
|
width: 1072px;
|
|
margin: 0 auto 0 auto;
|
|
background-color: #f4fafd;
|
|
padding: 15px 15px 15px 15px;
|
|
}
|
|
|
|
.overall_tmr .article .art_main {
|
|
float: right;
|
|
width: 785px;
|
|
}
|
|
|
|
.overall_tmr .article > div {
|
|
background-color: #f4fafd;
|
|
}
|
|
|
|
.overall_tmr .article_ {
|
|
|
|
}
|
|
|
|
.overall_tmr .ncon_fr_tmr ul li, .overall_tmr .ncon_aper ul li {
|
|
box-shadow: 0 0 10px #bdbdbd;
|
|
}
|
|
|
|
.overall_tmr .online_fr h4, .overall_tmr .ncon_tcrd_tmr h4, .overall_tmr .ncon_aper h4, .overall_tmr .Rel_ated h4, .overall_tmr .hua_tpice h4, .overall_tmr .ncon_hl h4 {
|
|
width: 1102px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.ment_news > div {
|
|
width: 1102px;
|
|
margin: 5px auto 0 auto;
|
|
display: flex;
|
|
}
|
|
|
|
.ment_news > div > div {
|
|
float: left;
|
|
width: 49%;
|
|
/*background-color: #fff;*/
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.ment_news > div > div:nth-child(1) {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.ment_news > div ul li {
|
|
float: left;
|
|
width: 45.5%;
|
|
padding: 0 12px 10px 12px;
|
|
}
|
|
|
|
.ment_news h4 {
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.ment_news h4 b {
|
|
display: inline-block;
|
|
}
|
|
|
|
.ment_news h4 a.more {
|
|
/*display: inline-block;*/
|
|
/*margin-top: -15px;*/
|
|
}
|
|
|
|
.overall_tmr .topics a.more {
|
|
left: 49%;
|
|
margin-left: 510px;
|
|
margin-top: -12px;
|
|
top: 18px;
|
|
}
|
|
|
|
.overall_tmr .news_ment a.more {
|
|
left: 50%;
|
|
margin-left: 495px;
|
|
width: 50px;
|
|
font-family: "Helvetica Neue For Number", "Merri_weather", Helvetica, serif;
|
|
letter-spacing: 0;
|
|
}
|
|
|
|
.overall_tmr .news_ment a.m_new, .overall_tmr .news_ment a.m_con {
|
|
font-family: "Helvetica Neue For Number", "Merri_weather", Helvetica, serif;
|
|
letter-spacing: 0;
|
|
}
|
|
|
|
.overall_tmr .online_fr ul, .overall_tmr .ncon_fr_tmr ul, .overall_tmr .ncon_tcrd_tmr ul, .overall_tmr .ncon_aper ul, .overall_tmr .Rel_ated ul, .overall_tmr .hua_tpice ul, .overall_tmr .ncon_hl ul, .overall_tmr .ncon_SCom > div {
|
|
width: 1098px;
|
|
margin: 15px auto 0;
|
|
}
|
|
|
|
.overall_tmr .bgv_san{
|
|
background: url(../img/home_2.jpg) #f4fbff;
|
|
background-blend-mode: multiply;
|
|
}
|
|
|
|
.overall_tmr .footer {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.overall_tmr .daohang {
|
|
width: 1102px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.footer .bianma {
|
|
color: #fff;
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
|
|
.overall_tmr .tmr_back_bot {
|
|
background-color: #f4fafd !important;
|
|
}
|
|
|
|
/*话题展示文章*/
|
|
.hua_tpice {
|
|
|
|
}
|
|
|
|
.hua_tpice > ul.tpice_cancar {
|
|
display: block;
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
.hua_tpice > ul.tpice_lies {
|
|
margin-top: 55px;
|
|
position: relative;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.hua_tpice > ul.tpice_lies .bor_sty_col {
|
|
background: #d5dee3;
|
|
position: absolute;
|
|
height: 110px;
|
|
top: 8px;
|
|
width: 4px;
|
|
}
|
|
|
|
.hua_tpice > ul.tpice_lies > a {
|
|
right: 2px;
|
|
top: -30px;
|
|
position: absolute;
|
|
color: #024393;
|
|
cursor: pointer;
|
|
font-family: "Helvetica Neue For Number", "Merri_weather", Helvetica, serif;
|
|
}
|
|
|
|
.hua_tpice > ul.tpice_lies li {
|
|
width: 180px;
|
|
}
|
|
|
|
.hua_tpice > ul.tpice_lies li:hover img {
|
|
transform: scale(1.1);
|
|
}
|
|
|
|
.hua_tpice > ul.tpice_lies li img {
|
|
height: 110px;
|
|
margin: 0;
|
|
border: 0;
|
|
}
|
|
|
|
.hua_tpice > ul.tpice_lies li h6 {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.hua_tpice > ul.tpice_lies li h6 a {
|
|
font-size: 13px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.hua_tpice > ul > div {
|
|
float: left;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
/*1*/
|
|
.hua_tpice div.tpoce_con1 {
|
|
position: relative;
|
|
}
|
|
|
|
.hua_tpice div.tpoce_con1 img {
|
|
width: 100%;
|
|
height: 265px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.hua_tpice div.tpoce_con1 div {
|
|
position: absolute;
|
|
background-color: rgba(0, 0, 0, .7);
|
|
padding: 10px;
|
|
width: 450px;
|
|
bottom: -63px;
|
|
}
|
|
|
|
.hua_tpice div.tpoce_con1 div span {
|
|
color: #fff;
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
margin-bottom: 5px;
|
|
display: block;
|
|
}
|
|
|
|
.hua_tpice div.tpoce_con1 div p {
|
|
color: #fff;
|
|
}
|
|
|
|
.hua_tpice div.tpoce_con1 div p:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*2*/
|
|
.hua_tpice div.tpoce_con2 {
|
|
margin: 15px 15px 0 15px;
|
|
}
|
|
|
|
.hua_tpice div.tpoce_con2 > div {
|
|
float: left;
|
|
width: 47%;
|
|
}
|
|
|
|
.hua_tpice div.tpoce_con2 > div:nth-child(1) {
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.hua_tpice div.tpoce_con2 > div img {
|
|
width: 100%;
|
|
height: 120px;
|
|
}
|
|
|
|
.hua_tpice div.tpoce_con2 div span {
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
margin-bottom: 5px;
|
|
display: block;
|
|
color: #006699;
|
|
}
|
|
|
|
.hua_tpice div.tpoce_con2 p {
|
|
|
|
}
|
|
|
|
.hua_tpice div.tpoce_con2 p:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*3*/
|
|
.hua_tpice div.tpoce_con3 {
|
|
|
|
}
|
|
|
|
.hua_tpice div.tpoce_con3 > div {
|
|
border-bottom: 1px solid #000;
|
|
padding: 0 0 3px 0;
|
|
margin: 0 0 5px 0;
|
|
}
|
|
|
|
.hua_tpice div.tpoce_con3 > div > span {
|
|
font-family: Calibri;
|
|
font-size: 14px;
|
|
display: block;
|
|
line-height: 18px;
|
|
color: #006699;
|
|
}
|
|
|
|
.hua_tpice div.tpoce_con3 > div:nth-child(3) {
|
|
margin: 0;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.hua_tpice div.tpoce_con3 p {
|
|
|
|
}
|
|
|
|
.hua_tpice div.tpoce_con3 p:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*轮播*/
|
|
.overall_tmr #Marquee_x {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
|
|
.overall_tmr #Marquee_x ul {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.overall_tmr #Marquee_x ul li {
|
|
float: left;
|
|
line-height: 18px;
|
|
overflow: hidden;
|
|
display: flex;
|
|
background: 0;
|
|
box-shadow: none;
|
|
padding: 6px 0 6px 5px;
|
|
}
|
|
|
|
.overall_tmr #Marquee_x ul li > div {
|
|
float: left;
|
|
width: 234px;
|
|
margin-right: 20px !important;
|
|
background-color: #fff;
|
|
padding: 5px 12px 10px 12px;
|
|
box-shadow: 0 0 10px #bdbdbd;
|
|
overflow: hidden
|
|
}
|
|
|
|
.overall_tmr #Marquee_x ul li a img {
|
|
width: 100%;
|
|
height: 130px;
|
|
margin: 8px 0 15px;
|
|
}
|
|
|
|
.overall_tmr #Marquee_x ul li div.fo_fam {
|
|
font-family: Calibri;
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.overall_tmr .article .art_main .new_art > ul li{
|
|
margin-bottom: 15px;
|
|
border-bottom: 2px solid #dcdcdc;
|
|
}
|
|
/*.overall_tmr .article .art_main .new_art > ul li:nth-child(1) {*/
|
|
/* margin-bottom: 15px;*/
|
|
/*}*/
|
|
|
|
/*.overall_tmr .article .art_main .new_art > ul li:nth-child(2) {*/
|
|
/* margin-bottom: 15px;*/
|
|
/*}*/
|
|
|
|
/*.overall_tmr .article .art_main .new_art > ul li:nth-child(3) {*/
|
|
/* margin-bottom: 15px;*/
|
|
/*}*/
|
|
|
|
.overall_tmr .article .art_main .new_art > ul div li:nth-child(1) {
|
|
margin-right: 18px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.overall_tmr .article .art_main .new_art > ul li.pai_two {
|
|
width: 43.77%;
|
|
float: left;
|
|
}
|
|
|
|
.overall_tmr .article .art_main .new_art > ul li.pai_two > .links_ button {
|
|
margin: 10px 10px 0 0;
|
|
}
|
|
|
|
.overall_tmr .article .art_main .new_art > ul li.pai_two .apwrap > a {
|
|
float: none;
|
|
width: 100%;
|
|
}
|
|
|
|
.overall_tmr .article .art_main .new_art > ul li.pai_two .apwrap > div {
|
|
float: none;
|
|
width: 96%;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.footpanel {
|
|
display: none;
|
|
}
|
|
|
|
/*搜索框*/
|
|
.ment_sousuo_kuang {
|
|
/*background: #006699;*/
|
|
}
|
|
|
|
.ment_sousuo_kuang > div {
|
|
position: relative;
|
|
background: #fff;
|
|
/*background: url(../img/home_0.jpg) no-repeat #f4fbff;*/
|
|
/*background-blend-mode: multiply;*/
|
|
background-size: 100% 100%;
|
|
padding: 15px 20px;
|
|
/*border-radius: 75px 0 60px 0;*/
|
|
width: 1059px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.ment_sousuo_kuang .soukuang_inp {
|
|
line-height: 15px;
|
|
border-radius: 5px;
|
|
width: 818px;
|
|
padding: 10px 16px;
|
|
background-color: #fff;
|
|
border:1px solid #006699;
|
|
/*border: 0;*/
|
|
}
|
|
|
|
.ment_sousuo_kuang .soukuang_btn {
|
|
position: absolute;
|
|
display: block;
|
|
background: #fff;
|
|
right: 10px;
|
|
top: 17.5px;
|
|
color: #fff;
|
|
line-height: 26px;
|
|
width: 45px;
|
|
height: 45px;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ment_sousuo_kuang .soukuang_btn i {
|
|
color: #006699;
|
|
padding: 9px 9.5px;
|
|
background: #fff;
|
|
font-size: 18px;
|
|
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: 38px;
|
|
height: 38px;
|
|
width: 145px;
|
|
border:1px solid #006699;
|
|
border-radius: 5px;
|
|
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;
|
|
}
|
|
|
|
|
|
.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;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
[class*="loader-"] {
|
|
display: inline-block;
|
|
width: 1em;
|
|
height: 1em;
|
|
color: inherit;
|
|
vertical-align: middle;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.loader-01 {
|
|
border: .2em dotted currentcolor;
|
|
border-radius: 50%;
|
|
-webkit-animation: 1s loader-01 linear infinite;
|
|
animation: 1s loader-01 linear infinite;
|
|
}
|
|
|
|
@-webkit-keyframes loader-01 {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes loader-01 {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
}
|
|
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
.cite_txt_button {
|
|
background: #fff !important;
|
|
padding: 0 !important;
|
|
color: #7a2702 !important;
|
|
margin-left: 5px !important;
|
|
font-family: "Helvetica Neue", Helvetica, Georgia, sans-serif !important;
|
|
|
|
font-size: 14px !important;
|
|
}
|
|
|
|
.cite_txt_button .export{
|
|
left: 130px !important;
|
|
}
|
|
.pai_two .cite_txt_button {
|
|
|
|
margin-left: 0px !important;
|
|
} |