@charset "UTF-8";


@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
        url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}



/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
    min-width: 1300px;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "SourceHanSansCN-Regular";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 通用样式 */
.container {
    width: 1200px;
    margin: 0 auto;
}

.header {
    height: 114px;
    background-color: #266cb2;
}



/* 头部 */
.top {
    height: 68px;
}

.head-logo {
    float: left;
    margin-top: 20px;
    margin-left: -2px;
}

/* 搜索框 */
.search {
    float: left;
    margin-top: 20px;
    position: relative;
    width: 256px;
    height: 41px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .35);
}

.search .input-placeholder {
    position: absolute;
    top: 0;
    left: 16px;
    height: 41px;
    line-height: 40px;
    color: #fff;
    cursor: text;
}

.search .input-box {
    padding-left: 16px;
    padding-right: 54px;
    width: 100%;
    height: 41px;
    line-height: 40px;
    color: #fff;
    border: 0;
    background: 0 0;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    right: 17px;
    background: url("../images/search_icon.png") no-repeat;
    cursor: pointer;
}

.head-opt {
    float: left;
    margin-top: 26px;
    margin-left: 21px;
}

.head-opt > a {
    margin-left: 9px;
    float: left;
    width: 72px;
    height: 28px;
    line-height: 27px;
    text-align: center;
    border-radius: 14px;
    border: 1px solid #20cff0;
    font-size: 16px;
    color: #1cc4e2;
}

.head-opt > a:first-child {
    margin-left: 0;
}

/* 导航 */
.nav {
    border-bottom: 1px solid rgba(116, 208, 224, .37);
}

.nav-li {
    float: left;
    min-width: 74px;
    margin-left: 38px;
    text-align: center;
}

.nav-li:first-child {
    min-width: 38px;
    margin-left: 0;
}

.nav-name {
    position: relative;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fbfdff;
}

.nav-li:hover .nav-name,
.nav-li.active .nav-name {
    font-size: 18px;
    font-weight: bold;
}

.nav-li:hover .nav-name::before,
.nav-li.active .nav-name::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #5cf1e6;
    box-shadow:0px 0px 6px 2px rgba(136,247,242,0.39);
}

/*  */

.footer {
    height: 90px;
    background-color: #262b39;
    font-size: 0;
    text-align: center;
}

.foot-bar {
    position: relative;
    padding-top: 25px;
	height: 38px;
    line-height: 38px;
}

.foot-text,
.foot-name {
    display: inline-block;
    margin: 0 10px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
	vertical-align: top;
}

.foot-name{
    margin: 0 20px;
    height: 38px;
    line-height: 38px;
    /* overflow: hidden; */
}

.foot-name.icon1 {
	position:relative;
    padding-left: 20px;
    background-image: url("../images/foot_icon1.png");
}

.foot-name.icon1::before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -8px;
    right: -20px;
    width: 2px;
    height: 16px;
    background-color: #7d8088;
}
/* .foot-bar::before {
    position: absolute;
    content: "";
    top: 37px;
    left: 50%;
    margin-left: -13px;
    width: 2px;
    height: 16px;
    background-color: #7d8088;
}
 */
.foot-name.icon2 {
    padding-left: 20px;
    line-height: 34px;
    background-image: url("../images/foot_icon2.png");
}

.foot-text.icon3 {
    padding-left: 33px;
    background-image: url("../images/foot_icon3.png");
}

/* 当前位置 */
.location {
    padding-left: 27px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    color: #666;
    background: url("../images/location_icon.png") 1px center no-repeat;
}

.location > a {
    color: #666;
}

.location > span {
    color: #2c7edc;
}

#siteViewCount > img {
	vertical-align:baseline;
}

#todayViewCount > img {
	vertical-align:baseline;
}

.m-pagination-jump {
	margin-top:1px !important;
}

.qqqq {
	margin-left:-55px;
}


/* 20230116调整footer */

.footer {
    height: 210px;
}

.foot-row {
    text-align: left;
}

.foot-row + .foot-row {
    margin-top: 6px;
}

.foot-name.icon1::before {
    display: none;
}

.foot-cont {
    position: relative;
    display: inline-block;
    padding-left: 210px;
    margin-top: 39px;
}

.foot-cont > .foot-bar {
    height: auto;
    padding-top: 0;
}

.foot-ebs {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.foot-ebs-img {
    width: 100px;
    height: 100px;
    margin-left: 30px;
}

.foot-ebs-row {
    display: none;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #fff;
}

.foot-ebs-link + .foot-ebs-row  {
    margin-top: 3px;
}

.foot-ebs:hover .foot-ebs-img {
    width: 158px;
    height: 158px;
    margin: 0 auto;
}

.foot-ebs:hover .foot-ebs-row {
    display: block;
}