@charset "UTF-8";
@font-face {
    font-family: shr;
    src: url('../css/fonts/SourceHanSansCN-Regular.woff') format('woff'),
        url('../css/fonts/SourceHanSansCN-Regular.ttf') format('truetype'),
        url('../css/fonts/SourceHanSansCN-Regular.eot') format('embedded-opentype');
}

/* 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: shr;
}

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: shr;
    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;
}

.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;
}

/* 通用样式 */
body {
    min-width: 1250px;
    margin: 0 auto;
    background:#e7f1f9;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*头部*/
.header {
    padding-top: 44px;
    box-sizing:border-box;
    height:414px;
    background: url('../images/bg.jpg') no-repeat top;
}

.search-box {
    float: right;
    position: relative;
    margin-top: 23px;
	margin-right:190px;
}

.search-box img {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.search-box input {
    background: rgba(255,255,255,0.6);
    width: 358px;
    height: 43px;
    box-sizing:border-box;
    border-radius: 17px;
    border: 1px solid #fff;
    color: #666;
    padding-left: 19px;
    padding-right: 38px;
}

.search-box input::-webkit-input-placeholder {
    color: #666;
}

.nav {
    height:70px;
    font-size: 18px;
}
.nav-box{
    margin-top: 205px;
    background: rgba(115,181,241,0.7);
}

.nav .nav-item {
    float: left;
    width: 14.285%;
    text-align: center;
}

.nav .nav-item a {
    display: inline-block;
    height: 70px;
    line-height: 70px;
     font-size: 20px;
    color: #fff;
}

.nav .nav-item.active,.nav .nav-item:hover{
    
    background: #0472D8;
}
.icon-search{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:1px;
    width: 84px;
    height: 36px;
    line-height:36px;
    background: #3694EB;
    border-radius: 18px;
    color:#fff;
    font-size:18px;
    cursor:pointer;
    text-align:center;
}
/*尾部*/
.footer {
    height: 160px;
    background-color: #373741;
    color: #fff;
}

.footer img {
    margin-left: 88px;
    margin-top: 30px;
}

.footer .copyright {
    width: 910px;
    margin-left: 25px;
    margin-top: 34px;
}

.footer .copyright li {
    float: left;
    width: 50%;
    height: 31px;
    line-height: 31px;
    padding-left: 69px;
}

.footer .copyright .police {
    padding-left: 95px;
    background: url('../images/policy.png') no-repeat 69px;
}

/* 2021-11-12新增 */
.content-left .title-item.active {
    background-color: #3694eb;
}
.content-left .title-item.active a {
    color: #fff;
}
.content-left .title-item.active:hover a {
    color: #333;
}

.content-left .title-item {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.m-pagination-group > button {
    display: none;
}

.m-pagination-group {
    display: inline-block;
    vertical-align: bottom;
}

.m-pagination-group > input {
    height: 27px;
    line-height: 25px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
}

.m-pagination-jump {
    width: auto;
}

.m-pagination-jump::before {
    content: '跳至';
    margin-right: 10px;
    line-height: 27px;
}

.m-pagination-jump::after {
    content: '页';
    margin: 0 10px 0 10px;
    line-height: 27px;
}

.m-pagination-info {
    margin-right: 20px;
    height: 27px;
    line-height: 27px;
}

