﻿@charset "utf-8";
/*
* @Last Modified time: 2020-09-14 15:56:23
*/

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

html,
body {
    font-family: sans-serif
}
body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    box-sizing:border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden], template {
    display: none
}
a {
    background-color: transparent;
    cursor:pointer;
    text-decoration:none;
}
a:active, a:hover {
    outline: 0;
    color: inherit;
    text-decoration:none;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button, select {
    text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal;
    appearance:none;
    -webkit-appearance: none
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    appearance:none;
    -webkit-appearance: none
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td, th {
    padding: 0
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}
a, button, input, select, textarea {
    outline: 0;
    appearance:none;
    -webkit-appearance:none;
}
p {
    margin: 0.5em 0
}
h1, h2, h3, h4, h5, h6, ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}

.left{
    float:left;
}
.right{
    float:right;
}
.clear{
    clear:both;
}
.clear:before{
    content:'';
    clear:both;
}
.clear:after{
    content:'';
    display: table;
    clear:both;
}
/**/
.content{
    width:100%;
    max-width:1900px;
    margin:0 auto;
    color: rgb(45,102,165);
    background: url('../images/banner_20201120.jpg') no-repeat;
}

.content img{
    max-width: 100%;
}
.content img.c-top{
    width:100%;
}
.c-main-content{
    width:1100px;
    margin: 0px auto;
}

.c-left{
    width:294px;
    background:#f6f6f6;
    /*padding:20px 18px;*/
}
.c-right{
    width:806px;
    background:#f6f6f6;
    padding:15px 36px 6px 0px;
}

/*Left*/
.c-l-f{
    width:100%;
    padding: 15px 18px 0px 36px;
}
.c-l-f-title{
    width: 114px;
    height: 35px;
    line-height: 35px;
    font-size:18px;
    font-weight:bold;
    color: rgb(45,102,165);
    /*margin-bottom:10px;*/
}
.c-l-f ul li{
    list-style:none;
    width:100%;
    margin-bottom:15px;

}
.c-l-f ul li a{
    font-size:24px;
    color: rgb(45,102,165);
    display: block;
    width:240px;
    border:1px solid #e2e2e2;
    background:#fff;
    padding:0;
    height: 70px;
    line-height: 30px;
    font-weight: bold;
    /*line-height: 26px;*/
    zoom:1;
    vertical-align: middle;
    margin: 0;
}
.c-l-f ul li a img{
    display: block;
    float:left;
    margin: 15px 15px 0px 15px;
    width: 40px;
}
.c-l-f ul li a span
{
    display: block;
    margin: 4px auto;
    width: 102px;
}
.c-l-s-title span
{
    margin: 4px auto;
    width: 102px;
    display: inline-block;
    line-height: 30px;
}
.c-l-f ul li a:hover{
    color: #fff;
    /*text-decoration:underline;*/
    background: rgb(45,102,165);
}

/*.c-l-f ul li a:hover img{*/
/*    filter: brightness(100);*/
/*}*/
.c-l-s{
    width:240px;
    margin: 0px 18px 0px 36px;
    background:#fff;
    border:1px solid #e1e1e1;
}

.c-l-s-title{
    font-size:24px;
    line-height: 50px;
    color: rgb(45,102,165);
    display: block;
    width:240px;
    height: 70px;
    margin: 0 auto;
    background:#fff;
    padding:0;
    /*text-align: left;*/
    cursor: pointer;

}
.c-l-s-title span
{
    font-weight: bold;
}
.c-l-s-title:hover
{
    background:rgb(45,102,165);;
}
.c-l-s-title:hover span
{
    color:#fff ;

}
.c-l-s-title:hover img
{
    /*filter: brightness(100);*/
}
.c-l-s-title img{
    width: 40px;
    display:inline-block;
    margin: 15px 15px 0px 15px;
    vertical-align: top;

}
.c-n-list{
    width:90%;
    margin:5px 5%;
}
.c-n-list li{
    width:100%;
}
.c-n-list li a{
    font-size:16px;
    display: block;
    width:100%;
    height: 32px;
    line-height:32px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    text-align:left;
    padding-left:12px;
    color: #4d4d4d;
    background:url("../images/c-l-icon12.png") left center no-repeat;
}
.c-n-list li a:hover{
    background:url("../images/c-l-icon12a.png") left center no-repeat;
    color: rgb(45,102,165);
    /*text-decoration:underline;*/
}
.c-l-s-bot{
    width:100%;
    text-align:center;
    padding:0;
    cursor:pointer;
}
.c-l-t{
    width:100%;
    margin:20px auto 0;
}
.c-l-t-title{
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size:18px;
    font-weight:bold;
    color: rgb(45,102,165);
    margin: 15px 18px 0px 36px ;
    border-left: 5px solid #355e92;
    padding-left: 5px;
}
.c-l-t ul{
    width: 240px;
    height: auto;
    margin: 0 18px 0 36px;
}
.c-l-t ul li{
    width:50%;
    /*margin:12px 2.5% 0;*/
    float:left;
    font-size:15px;
}
.c-l-t ul li a{
    border-radius: 6px;
    display: block;
    width:100%;
    padding:10px 15px;
    text-align:center;
    /*color: #0c47aa;*/
    color: rgb(45,102,165);
    background:#fff;
    /*border:1px solid #e2e2e2;*/
}
.c-l-t ul li img{
    display: block;
    width:35%;
    margin:0 32.5% 5px;
}
.c-l-t ul li a:hover{
    border-radius: 6px;
    color: #fff;
    background:rgb(45,102,165);
}
.c-l-t ul li a:hover img{
    filter: brightness(100);
}


.c-l-fo{
    width:100%;
    margin:20px auto 0;
}
.c-l-fo-title{
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size:18px;
    font-weight:bold;
    color: rgb(45,102,165);
}
.c-l-fo ul{
    width:100%;
    background:#fff;
    margin:10px 0 0;
    padding:10px 0;
    border:1px solid #e0e0e0;
}
.c-l-fo ul li{
    width:45%;
    margin:2px 2.5%;
    float:left;
    font-size:14px;
}
.c-l-fo ul li a{
    display: block;
    width:100%;
    height: 30px;
    line-height: 30px;
    padding-left: 16px;
    text-align:center;
    color: #4d4d4d;
    background-image:url("../images/c-l-icon11.png");
    background-position: left 15px center;
    background-repeat: no-repeat;
}
.c-l-fo ul li a:hover{
    color: rgb(45,102,165);
    background:rgb(230,245,255) url("../images/c-l-icon11a.png") left 15px center no-repeat;
}

.c-l-fi{
    width:100%;
    margin:20px auto 0;
}
.c-l-fi-title{
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: start;
    font-size:18px;
    font-weight:bold;
    color: rgb(45,102,165);
    margin: 0 18px 0 36px;
    border-left: 5px solid #355e92;
    padding-left: 5px;

}
.c-l-fi ul{
    width: 240px;
    margin: 0 18px 0 36px;
}
.c-l-fi ul li{
    width:50%;
    float:left;
    font-size:14px;
}
.c-l-fi ul li a{
    display: block;
    width:100%;
    height: 30px;
    line-height: 30px;
    text-align:center;
    color:rgb(45,102,165);
    background:#fff;
}
.c-l-fi ul li a:hover{
    color: #fff;
    background:rgb(45,102,165);
}
.c-l-si{

    background:rgb(45,102,165);

    width: 240px;
    /* margin-top: 15px; */
    margin: 30px 18px 50px 36px;
}
.c-l-si a{
    display: block;
    width:100%;
    height: 46px;
    line-height:46px;
    font-size:20px;
    font-weight:bold;
    color: #fff;
    text-align:center;
}

/*Right*/
.c-r-search{
    width:100%;
    margin:0 auto;
}
.c-r-s-title{
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size:18px;
    font-weight:bold;
    color: #fff;
    background:rgb(45,102,165);
    /*margin-bottom:10px;*/
}
.c-r-s-area{
    width:100%;
    background:#fff;
    padding:40px 0 32px 20px;
}
.c-r-s-row1{
    width:100%;
    zoom:1;
    clear:both;
    height:34px;
    line-height:34px;
    margin-bottom:20px;
}
.c-r-s-row1 div{
    padding-left:1%;
    width:115px;
    color: rgb(45,102,165);
    font-size:14px;
    float:left;
    height:32px;
    line-height:32px;
}
.c-r-s-row1 input{
    width:81%;
    border:1px solid rgb(45,102,165);
    color: rgb(45,102,165);
    float:left;
    height:32px;
    line-height:32px;
    font-size:14px;
    border-radius: 9px;
}
.c-r-s-row2 {
    zoom:1;
    clear:both;
    height:34px;
    line-height:34px;
}
.c-r-s-row2 .c-r-s-row1{
    width:50%;
    float:left;
    clear:none;
}
.c-r-s-row2 .c-r-s-row1 input{
    width:62%;
}
.c-r-s-rowbtn{
    text-align:center;
}
.c-r-s-rowbtn input{
    width:100px;
    background:rgb(242,242,242);
    border:0;
    color: #4d4d4d;
    font-size:15px;
    margin:0 20px;
    height:30px;
    line-height:30px;
}
.c-r-s-rowbtn input:hover{
    color:#fff;
    background: rgb(45,102,165);
}
.c-r-list{
    width:100%;
    margin:0px auto 0;
}
.c-r-l-title{
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size:18px;
    font-weight:bold;
    background:rgb(45,102,165);
    color: #fff;
    /*margin-bottom:10px;*/
}
.c-r-listbg{
    background:#fff;
    padding:5px 20px;
}
.c-r-listbg .c-n-list{
    width:100%;
    margin: 0 0;
}
.c-r-listbg .c-n-list li{
    clear:both;
}
.c-r-listbg .c-n-list li a{
    color: #4d4d4d;
    width:82%;
    float:left;
}
.c-r-listbg .c-n-list li span{
    width:15%;
    text-align:right;
    float:right;
    height: 30px;
    line-height: 30px;
    font-size:14px;
    /*color: rgb(45,102,165);*/
    color: #999;
}
.c-r-listbg .c-n-list li:hover a{
    color: #2773f9;
}
.c-r-listbg .c-n-list li:hover a{
    background: url("../images/c-l-icon12a.png") left center no-repeat;
    color: rgb(45,102,165);
       /*text-decoration:underline;*/
 }
.c-list-more{
    width:100%;
    text-align:right;
    margin:8px 0 0;
}
.c-list-more a{
    color: #4d4d4d;
}
.c-list-more a:hover{
    color: rgb(45,102,165);
    /*text-decoration:underline;*/
}
.c-r-l-change{
    width:100%;
    margin:10px 0;
}
.c-r-l-change-ul li{
    width:auto;
    min-width:120px;
    float:left;
    /*background:rgb(230,245,255);*/
    background:rgb(242,242,242);
    color: #4d4d4d;
    font-size:16px;
    text-align:center;
    margin-right:20px;
    padding:10px 0px;
    cursor:pointer;
}
.c-r-l-change-ul li.c-active{
    background:rgb(45,102,165);
    color: #fff;
}
.c-r-listchange .c-n-list{
    min-height:268px;
}

.c-wbg-row{
    width:100%;
    /*margin:20px 0 0;*/
    background:#fff;
    padding:20px 0;
    overflow:auto;
}
.c-r-l-leaders-zhibo{
    width:46%;
    margin:0 2%;
    float:left;
}
.c-r-l-leaders-zhibo-top{
    width:100%;
    border-bottom:1px solid #e0e0e0;
    overflow:auto;
}
.c-r-l-leaders-zhibo-title{
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    /*min-width:100px;*/
    background:rgb(45,102,165);
    color: #fff;
    font-size:18px;
    /*padding:10px 0px;*/
    float: left;
}
.c-r-l-leaders-zhibo-top .c-list-more{
    margin-top:15px;
    width: 50%;
    float: right;
}
.c-r-l-l-z-img{
    width:75%;
    margin:20px 12.5%;
    text-align:center;
    background:#f6f6f6;
    border:1px solid #e0e0e0;
    padding:5px 5px 5px;
}
.c-r-l-l-z-img img{
    max-width:100%;
    min-height: 135px;
    min-width: 177px;
    height: 200px;
}
.c-r-l-leaders-zhibo a.c-r-l-l-z-link{
    display: block;
    width:100%;
}
.c-r-l-l-z-note-row{
    width:95%;
    color: #4d4d4d;
    font-size:16px;
    margin: 8px 4% 8px 1%;
    overflow:auto;
    clear:both;
}
.c-r-l-leaders-zhibo a:hover .c-r-l-l-z-note-row div{
    /*text-decoration:underline;*/
    color: rgb(45,102,165);
}
.c-r-l-leaders-zhibo a:hover .c-r-l-l-z-img{
    border:1px solid #b6d0f6;
    background:rgb(230,245,255);
}
.c-r-l-l-z-note-row div{
    width:72%;
    float:right;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}
.c-r-l-l-z-note-row div.c-r-l-l-z-note-title{
    width:28%;
    font-weight:bold;
    text-align:right;
    float:left;
}

/**/
.c-r-bot-zc{
    width:100%;
    zoom:1;
    overflow:auto;
    margin: 20px 0 0;
}
.c-r-bot-zc-area{
    width:46%;
}
.c-r-bot-zc-area .c-r-bot-zc-title{
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size:18px;
    font-weight:bold;
    color: #fff ;
    background: rgb(45,102,165);
    /*margin-bottom:10px;*/
}
.c-r-bot-zc-left{
    float:left;
}
.c-r-bot-zc-right{
    float:right;
}
.c-r-bot-zc-left .c-n-list{
    width:100%;
    margin:0 0;
    background:#fff;
    min-height:200px;
    padding:15px 10px 10px;
}
.c-r-bot-zc-list{
    width:100%;
    min-height:240px;
    background:#fff;
    padding:15px 10px 0;
    text-align:center;
}
.c-r-bot-zc-list a{
    padding:32px 5%;
    overflow:auto;
    display: inline-block;
}
.c-r-bot-zc-list a img{
    max-width:110px;
    padding:5px;
}
.c-r-bot-zc-list a:hover img{
    border:1px solid #b6d0f6;
    background:rgb(230,245,255);
}
.content_zw .content_brower table{
	border:#ccc 1px solid;
}
.content_zw .content_brower table td{
	border:#ccc 1px solid;
	background: none;
}
.search-box {
    padding: 84px 0;
    width: 100%;
    height: 218px;
    background: url(../images/searchBoxBg.png?v=1) #f6f6f6 no-repeat center center;
}

.search-block {
    width: 510px;
    height: 50px;
    border: 1px solid rgb(13, 91, 165);
    border-radius: 9px;
    margin: 0 auto;
    background: #fff;
}

.search-block input {
    vertical-align: top;
    width: 424px;
    display: inline-block;
    height:48px;
    line-height: 48px;
    margin-left: 23px;
    border: none;
}

.search-block button {
    vertical-align: top;
    display: inline-block;
    width: 36px;
    height: 50px;
    background: url(../images/szf-img79.png?v=1) center no-repeat;
    cursor: pointer;
    border: none;
}