* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'microsoft yahei';
    font: normal 12px/180% \5fae\8f6f\96c5\9ed1;
    color: #333;
    /* text-align: center; */
    background: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

div, i {
    /* margin: 0 auto; */
    font: normal 14px/180% \5fae\8f6f\96c5\9ed1;
}

a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

em {
    font-style: normal;
}


/*clear*/

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    /* zoom: 1; */
}


/*other*/

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: left;
    font: normal 12px/200% Microsoft YaHei;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
} 
.mt20 {
    margin-top: 20px;
} 

.mb10 {
    margin-bottom: 10px;
}

.m10 {
    margin: 10px auto;
}

.w1336 {
    width: 1336px;
    margin: 0 auto;
    clear: both;
}

input {
    outline: none;
    -webkit-appearance: none;
}

input:focus {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    position: relative;
    margin: 0 auto;
}

img {
    border: 0;
    max-width: 100%;
}

.header {
    position: relative;
}

.header .top {
    position: absolute;
    top: 0;
    height: 95px;
    width: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, .8);
}

.header .top .logo {
    float: left;
    margin-top: 15px;
}

.hcar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    /* left: -60px; */
    left: 0;
}

.nav-box {
    float: right;
    margin-right: 20px;
    position: relative;
    margin-top: 15px;
    height: 60px;
}

.title {
    float: left;
    /* padding-left: 60px; */
    padding-right: 20px;
    /* width: 900px; */
}

.title .titleitem {
    float: left;
    line-height: 60px;
    position: relative;
    /* width: calc(100%/8); */
}

.title .titleitem span {
    display: block;
    font-size: 18px;
    color: #172a4f;
    margin: 0 15px;
    cursor: pointer;
    text-align: center;
}

.smallitem {
    display: none;
    background-color: rgba(255, 255, 255, 0.93);
    color: #fff;
    position: absolute;
    margin: 0;
    border-radius: 5px;
    width: 120%;
    z-index: 1;
}

.smallitem:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, 0.93);
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.smallitem li {
    height: 36px;
    padding: 0 8px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.smallitem li:hover {
    background-color: rgba(15, 76, 196, 0.93);
}

.smallitem li:hover a {
    color: #fff;
}

.smallitem li a {
    color: #172a4f;
}

.whcar {
    display: none;
}

.title .titleitem.active span,
.title .titleitem span:hover {
    color: #0f4cc4;
}

.s_btn {
    cursor: pointer;
    margin-top: 10px;
}

.applogo{
    display: none;
}
.s_btnapp {
    display: none;
    width: 32px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.searchConBt {
    float: right;
    position: relative;
}

.searchConBtApp {
    display: none;
    position: relative;
}

.nav-box.active .searchConBtApp .search {
    display: block;
}

.searchConBt .search {
    display: none;
    position: absolute;
    top: 60px;
    right: -10px;
    width: 308px;
    height: 60px;
    background: #557ac5;
    border-radius: 10px;
    padding: 15px;
    transition: all .2s ease-out;
}

.searchConBt .search:before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #557ac5;
    position: absolute;
    top: -10px;
    right: 20px;
}

.searchConBt.active .search {
    display: block;
}

.search .text {
    float: left;
    width: calc(100% - 34px);
    height: 30px;
    text-indent: 14px;
    font-size: 14px;
    border: none;
    border-radius: 15px 0 0 15px;
}

.search .ss-btn {
    width: 34px;
    height: 30px;
    background: #fff url(../images/search.png) no-repeat center;
    cursor: pointer;
    border: none;
    border-radius: 0 15px 15px 0;
}

.search .text::-webkit-input-placeholder {
    color: #999;
}
.kx-banner-1 .slick-prev.slick-disabled,
.kx-banner-1 .slick-next.slick-disabled {
    opacity: 0.5;
}

.kx-banner-1 .slick-dots {
    position: absolute;
    bottom: 30px;
}

.kx-banner-1 .slick-dots li {
    width: 40px;
    height: 7px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.kx-banner-1 .slick-dots li.slick-active {
    width: 40px;
    background: #0f4cc4;
}

.kx-banner-1 .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}


.kx-banner-2{
    display: none;
}
.kx-banner-2 .slick-prev.slick-disabled,
.kx-banner-2 .slick-next.slick-disabled {
    opacity: 0.5;
}

.kx-banner-2 .slick-dots {
    position: absolute;
    bottom: 30px;
}

.kx-banner-2 .slick-dots li {
    width: 40px;
    height: 7px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.kx-banner-2 .slick-dots li.slick-active {
    width: 40px;
    background: #0f4cc4;
}

.kx-banner-2 .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}

.bg_box {
    height: 380px;
    margin-top: 50px;
    overflow: hidden;
}

.sli-box {
    position: relative;
}

.sli-box img {
    width: 100%;
    display: block;
    height: 256px;
}

.sli-qy {
    position: absolute;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.76);
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    color: #fff;
}
#imgslider .sli-qybox img {
    width: 100%;
    height: 360px;
}
.sli-qybox img {
    width: 100%;
}
.xxzs-item .sli-qybox img {
    width: 100%;
    height: 360px;
}
#fdc .sli-qybox img {
    width: 100%;
    min-height: 560px;
}
.xxzs-item .sli-qybox a {
    display: block;
    float:left;
    width: 100%;
    /* width: calc((100% - 40px)/3); */
    /* height: 360px; */
    margin-right: 20px;
    text-align: center;
    font-size: 20px;
}
.xxzs-item .sli-qybox a:last-child{
    margin-right:0px;
}
.xxzs-item .sli-qybox a span{
    margin-top:10px;
}

.sli_date {
    float: left;
    width: 100px;
    height: 100%;
    padding: 10px 0;
    color: #fff;
    border-right: 1px solid #ccc;
}

.sli_date .day {
    font-size: 22px;
    color: #fff;
}

.sli_date .year {
    font-size: 14px;
    color: #fff;
}

.sli-qy a {
    font-size: 16px;
    width: calc(100% - 100px);
    padding: 0 60px 0 20px;
    color: #fff;
    line-height: 60px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.oneimg-slider {
    float: left;
    width: 42.2%;
    padding-left: 24px;
    margin-top: 20px;
    height: 256px;
    overflow: hidden;
}

.single-item .slick-dots {
    top: calc(100% - 31px);
    width: auto;
    left: calc(100% - 42px);
    position: absolute;
}

.single-item .slick-dots li button {
    font-size: 18px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 10px;
    padding: 0;
    line-height: 20px;
    color: #fff;
}

.slick-dots li.slick-active button:before {
    opacity: 0;
}

.single-item .slick-dots li {
    display: none;
    width: auto;
    height: auto;
    margin: 0 2px;
}

.single-item .slick-dots li.slick-active {
    display: block;
}

.slick-prev,
.slick-next {
    height: 35px;
    width: 25px;
}

.slick-prev {
    left: calc(100% - 60px);
    top: calc(100% - 30px);
}

.slick-prev::before {
    content: "<";
    opacity: 1;
}

#imgslider .slick-prev::before {
    content: "<";
    opacity: 1;
}
.slick-next {
    right: 0;
    top: calc(100% - 30px);
}

.slick-next::before {
    content: ">";
    opacity: 1;
}

#imgslider .slick-next::before {
    content: ">";
    opacity: 1;
}
.slick-prev:hover::before {
    color: #006eab;
}

.slick-next:hover::before {
    color: #006eab;
}

.box_left {
    float: left;
    width: 625px;
    height: 100%;
    overflow: hidden;
}

.box_left .tj_title {
    display: none;
}

.tj_title {
    /* font-size: 24px; */
    /* line-height: 49px; */
    /* background: url(../images/news_title.png) left center no-repeat; */
    width: 100%;
   height: 49px; 
    /* color: #fff; */
    /* padding-left: 30px; */
    margin-bottom: 10px;
    border-bottom: solid 4px #f1f3f7;
}
.tj_title span{
    float:right;
    font-size:16px;
    
}
.tj_title span a{
    color:#0d1c28;
    
}
.tj_title span:after{
    clear:both;
}
.gov li {
    list-style: none;
    padding: 20px 0;
    font-size: 18px;
    font-family: "Microsoft YaHei", arial;
    white-space: nowrap;
    overflow: hidden;
}

.gov li:hover {
    background-color: #f3f4f8;
}

.gov li:hover a {
    color: #0f4cc4;
}

.gov li a {
    text-decoration: none;
    color: #0d1c28;
    float: left;
    width: calc(100% - 90px);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
    text-indent: 15px;
    position: relative;
}

.gov li a::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0d84db;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.gov li span {
    float: right;
    font-size: 16px;
    text-align: right;
    width: 80px;
    color: #999999;
}

.box_right {
    float: right;
    width: calc(100% - 665px);
    height: 100%;
    position: relative;
}

.marTop {
    margin-top: 50px;
}

.news1 {
    float: left;
    width: calc((100% - 70px)/3);
    margin-right: 35px;
    margin-bottom: 20px;
}

.news1:nth-of-type(3) {
    margin-right: 0;
}

.newstitle {
    margin-right: 35px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.newsPic {
    position: relative;
}

.newsPic::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 360px;
    bottom: 0;
    z-index: -1;
    background-color: #f9fafb;
}

.newsPicapp {
    width: 95%;
    margin: 40px auto;
    padding: 20px 0;
    display: none;
    box-shadow: 0 0 8px #d5d6d7;
    border-radius: 5px;
}

.onenews {
    float: left;
    width: calc((100% - 20px)/3);
    position: relative;
    margin-right: 10px;
}

.onenews:nth-child(3n){
    margin-right: 0;
}

.onenews:nth-child(3n)::after {
    background-color: transparent;
}

.onenews::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 1px;
    height: 20%;
    background-color: #ccd3d8;
}

.center-img {
    display: block;
    text-align: center;
    margin: 15px auto 10px;
    border-radius: 40px;
    padding: 12px;
    background-color: #fdecec;
}

.center-img1 {
    background-color: #fdecec;
}

.center-img2 {
    background-color: #eaf2fd;
}

.center-block {
    max-width: 80%;
}

.center-txt {
    display: block;
    color: #0d1c28;
    margin: 0 auto 12px;
    text-align: center;
}

.newsTop {
    width: 100%;
    display: block;
}

.news1 img.kjyys {
    width: 100%;
    height: 235px;
}

.newsdesc {
    margin-top: 20px;
    margin-bottom: 20px;
}

.gkyj_date {
    float: left;
    margin-right: 20px;
    width: 70px;
    height: 60px;
    border-radius: 5px;
    background-color: #e3eef7;
    position: relative;
    padding: 5px;
}

.s_gkyj_date {
    display: none;
}

.day {
    display: block;
    font-size: 22px;
    text-align: center;
    color: #0d84db;
}

.year {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #0d84db;
}

.gkyj_scontent {
    float: left;
    width: calc(100% - 100px);
    font-size: 14px;
    color: #666;
}

.gkyj_scontent a:hover {
    color: #0f4cc4;
}

.gkyj_scontent a {
    font-size: 18px;
    color: #0d1c28;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.yyfw_title {
    margin: 35px 0 20px;
}

.yyfw {
    height: 340px;
    position: relative;
}

.yyfw::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 114px;
    background: #f7f9fa;
    z-index: -1;
}

.yyfw_left {
    float: left;
    padding-left: 25px;
    width: calc(100% - 440px);
}

.fiveitem {
    float: left;
    width: 150px;
    height: 212px;
    margin-right: 20px;
    margin-top: 60px;
    padding-top: 48px;
    background: #fff url(../images/fiveitembg.png) top center no-repeat;
    box-shadow: 0 0 8px #d5d6d7;
    text-align: center;
    cursor: pointer;
}

.fiveitem .icon {
    display: block;
    width: 65px;
    height: 65px;
    margin-right: auto;
    margin-left: auto;
    transition: all .3s;
}

.icon1 {
    background: url(../images/yyfw1.png) center center no-repeat;
}

.fiveitem:hover .icon1 {
    background: url(../images/yyfw1_on.png) center center no-repeat;
}

.icon2 {
    background: url(../images/yyfw2.png) center center no-repeat;
}

.fiveitem:hover .icon2 {
    background: url(../images/yyfw2_on.png) center center no-repeat;
}

.icon3 {
    background: url(../images/yyfw3.png) center center no-repeat;
}

.fiveitem:hover .icon3 {
    background: url(../images/yyfw3_on.png) center center no-repeat;
}

.icon4 {
    background: url(../images/yyfw4.png) center center no-repeat;
}

.fiveitem:hover .icon4 {
    background: url(../images/yyfw4_on.png) center center no-repeat;
}

.icon5 {
    background: url(../images/yyfw5.png) center center no-repeat;
}

.fiveitem:hover .icon5 {
    background: url(../images/yyfw5_on.png) center center no-repeat;
}

.fiveitem:hover {
    background: #0955b5 url(../images/fiveitembg.png) top center no-repeat;
}

.fiveitem img {
    display: block;
    margin: 0 auto;
}

.fiveitem:hover .zwname,
.fiveitem:hover .pyname {
    color: #fff;
}

.zwname {
    display: block;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 5px;
    color: #333333;
}

.pyname {
    display: block;
    font-size: 10px;
    color: #999999;
}

.yyfw_right {
    float: right;
    width: 440px;
    height: 310px;
    border-radius: 4px;
    /*padding: 20px 50px;*/
    background-color: rgba(13, 132, 219, 0.13);
}

.xlcx {
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #0d84db;
}

.xlcx span{
    padding-left: 30px;
    padding-top: 10px;
}

.xlcx span a{
    color: #0d84db;
}
.xlcx  .zbcx {
    display: inline-block;
    background: #d4e7f5;
    margin-left: 20px;
    height: 60px;
    width: 283px;
}
.xlcx  .zbcx a{
    color: #5d5d5d;
    font-weight: bold;
}
.xlcx img {
    vertical-align: middle;
    margin-right: 10px;
}

.searchCon {
    margin-top: 15px;
    padding: 20px 50px;
}

.oneline {
    height: 40px;
    position: relative;
}

.oneline span {
    position: absolute;
    width: 55px;
    text-align: center;
    line-height: 40px;
    z-index: 1;
}

.oneline .place {
    width: 100%;
    position: relative;
    padding-left: 60px;
    float: left;
    height: 40px;
    background-color: #fff;
}

.oneline .place input {
    border: none;
    background: #fff;
}

.new-select-title {
    width: 100%;
    padding: 0 40px 0 10px;
    height: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #353b47;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.place:before {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background: url(../images/arrow.png) no-repeat;
    background-size: 100% 100%;
    transition: transform .3s ease;
    z-index: 1;
}

.place.active:before {
    background: url(../images/arrowup.png) no-repeat;
}

.selecPlace {
    width: 100%;
    position: absolute;
    top: 40px;
    z-index: 2;
}

.new-memu-list,
.second-list {
    display: none;
    float: left;
    padding: 10px;
    width: 50%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgb(13 28 40 / 20%);
}

.second-list::-webkit-scrollbar {
    width: 8px;
}

.second-list::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.second-list::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.new-memu-item {
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1a2b40;
    display: block;
    text-align: center;
}

.new-memu-list::-webkit-scrollbar {
    width: 5px;
}

.new-memu-item:hover,
.new-memu-item.on {
    color: #5384e6;
}

.gdjticon {
    width: 100%;
    position: relative;
    height: 40px;
    margin: 5px 0;
    text-align: center;
}

.gdjt {
    width: 30px;
    cursor: pointer;
    margin-top: 5px;
}

.searchbtn {
    margin-top: 30px;
    width: 100%;
    position: relative;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #eb7c06;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.bt_quick {
    width: 100%;
    height: 250px;
    background: #fff url(../images/bgbt.png) center center no-repeat;
    background-size: 100% 100%;
}

.quickapp {
    padding-top: 70px;
    border-bottom: 5px solid #e7eaec;
}

.kjyy {
    float: left;
    width: 242px;
}

.kjyy_03 {
    display: none;
}

.quickapp ul {
    float: left;
    width: calc(100% - 242px);
    margin-bottom: 20px;
}

.quickapp li {
    float: left;
    height: 110px;
    text-align: center;
    width: 120px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 35px;
}

.quickapp li:hover {
    border: 1px solid transparent;
    background-color: #0d84db;
}

.quickapp li:hover>a {
    color: #fff;
}

.quickapp li>a {
    display: block;
    height: 100%;
    color: #333333;
    font-size: 14px;
}

.gkly-icon {
    display: block;
    height: 75px;
    width: 75px;
    margin-right: auto;
    margin-left: auto;
    transition: all .3s;
}

.gkly-icon1 {
    background: url(../images/kjyy1.png) center center no-repeat;
}

.quickapp li:hover .gkly-icon1 {
    background: url(../images/kjyy1_on.png) center center no-repeat;
}

.gkly-icon2 {
    background: url(../images/kjyy2.png) center center no-repeat;
}

.quickapp li:hover .gkly-icon2 {
    background: url(../images/kjyy2_on.png) center center no-repeat;
}

.gkly-icon3 {
    background: url(../images/kjyy3.png) center center no-repeat;
}

.quickapp li:hover .gkly-icon3 {
    background: url(../images/kjyy3_on.png) center center no-repeat;
}

.gkly-icon4 {
    background: url(../images/kjyy4.png) center center no-repeat;
}

.quickapp li:hover .gkly-icon4 {
    background: url(../images/kjyy4_on.png) center center no-repeat;
}

.gkly-icon5 {
    background: url(../images/kjyy5.png) center center no-repeat;
}

.quickapp li:hover .gkly-icon5 {
    background: url(../images/kjyy5_on.png) center center no-repeat;
}

.gkly-icon6 {
    background: url(../images/kjyy6.png) center center no-repeat;
}

.quickapp li:hover .gkly-icon6 {
    background: url(../images/kjyy6_on.png) center center no-repeat;
}

.gkly-icon7 {
    background: url(../images/kjyy7.png) center center no-repeat;
}

.quickapp li:hover .gkly-icon7 {
    background: url(../images/kjyy7_on.png) center center no-repeat;
}


/* &#195;|&#194;&#161;&#227;a?&#339;&#195;|&#194;&#144;a?&#353;&#195;&#161;&#161;“&#172;a???&#194;??&#195;??&#194;&#191;a&#8222;??&#195;&#169;&#203;&#8224;&#194;??&#195;|&#194;&#171;&#194;&#172;&#195;&#161;&#161;∫&#172;a???&#194;|&#161;∫&#172;&#195;&#161;&#161;那&#161;豕&#194;&#184;&#194;1&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#227;&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#381;&#194;3&#195;&#161;&#161;∫|a?&#157;&#194;&#190;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#171;&#194;|&#161;∫&#172;&#195;|&#194;o&#194;&#141;&#195;&#381;&#194;2&#195;|&#194;&#191;&#198;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#161;“&#172;&#194;&#143;&#195;&#174;&#197;&#190;&#194;&#160;&#195;??a?|a?&#161;&#227;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#8482;&#194;&#129;&#195;&#161;&#161;∫|a?&#157;&#194;&#190;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#8482;a&#8218;&#172;&#195;&#161;&#161;“&#172;&#194;&#182;&#194;&#129;&#195;&#161;&#161;那&#161;豕&#194;&#188;&#194;|&#195;|&#194;&#141;a???&#195;&#381;&#194;3&#195;&#174;a?&#160;a&#8222;??&#195;&#161;&#161;∫&#161;∫&#194;&#188;&#194;&#174;&#195;&#161;&#161;∫|a?&#157;&#197;&#184;&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;&#174;a&#8218;&#172;&#194;&#161;&#161;∫&#161;∫&#195;&#161;&#161;∫&#161;∫&#194;1a?|&#195;&#381;&#194;2&#195;|a?&#161;&#227;&#194;&#129;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#203;&#8224;&#194;&#182;&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#194;&#129;&#194;o&#195;??&#194;&#190;&#194;&#157;&#195;&#161;&#161;∫|a?&#157;&#194;&#190;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#161;&#161;&#227;a?&#161;&#227;&#195;&#161;&#161;∫&#172;&#197;&#160;a?&#160;&#195;&#174;a?&#160;&#194;1&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#381;&#194;2&#195;|&#194;&#190;&#194;&#157;&#195;&#174;&#197;&#190;&#194;&#160;&#195;&#174;a?&#160;&#194;1&#195;??&#197;&#160;a?&#161;&#227;&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#161;&#161;“&#172;a?&#161;&#161;“∟a?o&#195;&#169;&#194;1&#194;&#191;&#195;&#161;&#161;“&#172;&#197;&#189;&#194;&#189;&#195;&#169;&#203;&#8224;&#194;??&#195;|&#194;&#161;&#161;那&#161;豕&#194;&#172;&#195;&#161;&#161;∫&#172;a???&#194;|&#161;∫&#172;&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#194;??&#194;??&#195;|&#194;&#190;&#194;&#157;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;&#174;&#197;&#190;&#194;&#161;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;|&#194;&#157;&#197;??&#195;&#161;&#161;∫&#172;&#197;&#184;&#194;&#171;&#195;??&#198;??&#194;??&#195;??&#197;&#160;a?&#161;&#227;&#195;&#161;&#161;∫&#172;a?&#353;a?&#161;&#227;&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;|&#194;2&#194;&#161;&#161;∫&#161;∫&#195;&#161;&#161;“&#172;&#194;&#161;&#161;““&#194;&#65533;??&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;1&#194;&#187;&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#194;??&#194;??&#195;|&#194;|&#161;∫&#172;&#197;&#189;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#172;&#197;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#203;&#8224;&#194;&#182;&#195;&#161;&#161;那&#161;豕&#194;&#188;&#194;|&#195;|&#194;&#141;a???&#195;&#161;&#161;那&#161;豕&#194;&#188;&#194;??&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;a?&#353;&#194;&#129;&#195;|&#194;&#141;a???&#195;&#381;&#194;2&#195;|&#194;|a?&#353;&#195;??&#203;&#8224;&#194;&#182;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#161;&#161;∫|a?&#157;&#194;??&#195;|&#194;&#141;a???&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;??&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;??&#194;&#189;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#381;&#194;2&#195;&#174;a?&#353;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;&#402;&#194;&#161;&#161;““&#195;&#174;&#198;??&#197;&#190;&#195;&#174;&#197;&#190;&#194;??&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;1&#194;&#187;&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#194;&#129;&#194;o&#195;&#161;&#161;∫|a?&#157;&#197;&#184;&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;&#161;&#161;∫|a&#8222;&#161;&#161;∫|a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#161;“&#172;&#194;&#143;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#161;那&#161;豕&#194;&#172;&#195;&#161;&#161;∫|a?&#157;&#197;&#184;&#195;&#161;&#161;那&#161;豕&#194;&#184;&#194;1&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫|a?&#732;&#194;&#169;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#161;&#161;&#227;a?&#160;&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;|a?&#382;&#194;&#161;&#161;“&#172;&#195;??&#197;&#160;a?&#161;&#227;&#195;|&#194;&#161;&#227;a?&#339;&#195;&#169;&#203;&#8224;&#194;??&#195;|&#194;&#161;&#161;“&#172;&#197;&#189;&#195;&#174;a?&#160;&#197;&#161;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#174;&#194;&#129;&#194;&#191;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;?&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;??&#194;&#189;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#381;&#194;2&#195;&#174;a?&#353;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#161;&#161;∫&#172;&#197;&#160;&#194;&#171;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#161;&#197;&#160;&#195;&#174;a?&#160;&#194;??&#195;??a???&#194;&#143;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#194;??&#194;&#189;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#174;&#194;&#129;&#194;&#191;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;?&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;|&#194;|&#161;∫&#172;&#197;&#189;&#195;&#161;&#161;那&#161;豕&#194;&#184;&#194;1&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#161;“&#172;&#197;&#189;&#195;&#174;a&#8218;&#172;&#194;??&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#161;&#161;∫&#172;&#197;&#160;&#194;&#171;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#203;&#8224;&#194;&#182;&#195;&#174;a?&#161;&#194;&#161;&#161;““&#195;&#161;&#161;∫&#172;a?1&#194;&#161;&#195;|&#194;&#141;a???&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#194;&#129;&#194;o&#195;??&#194;1&#194;&#187;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;???&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;&#161;&#161;“&#172;&#194;&#161;&#161;那&#161;豕&#194;??&#195;&#381;&#194;|&#161;∫&#172;&#195;&#169;&#197;&#184;&#194;-&#195;??&#194;1&#194;&#187;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#169;a?&#339;&#194;&#161;&#227;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;??&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;??&#194;&#189;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#381;&#194;2&#195;&#174;a?&#353;a&#8218;&#172;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;??&#194;??&#194;??&#195;&#161;&#161;∫&#161;∫&#194;1a?|&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;??&#194;&#190;&#197;&#184;&#195;|&#194;&#141;a???&#195;&#174;a?&#160;&#194;??&#195;??a???&#194;&#161;&#195;&#161;&#161;那&#161;豕&#194;&#188;&#194;??&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫|a?&#732;&#194;&#169;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#190;&#194;&#157;&#195;??&#194;&#129;&#194;??&#195;&#169;a?&#339;&#194;&#161;&#227;&#195;??&#194;|&#161;∫&#172;&#197;??&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;??&#194;|&#161;∫&#172;&#197;&#161;&#195;??&#203;&#8224;&#194;&#182;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;??&#194;oa?&#339;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;o&#194;&#141;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#381;&#194;2&#195;&#161;&#161;“&#172;&#194;&#174;&#194;&#191;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#174;&#197;&#190;&#194;&#169;&#195;|&#194;o&#194;&#141;&#195;&#161;&#161;那&#161;豕&#194;&#184;&#194;1&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#171;&#194;&#172;&#195;??&#194;1&#194;&#187;&#195;??&#198;&#161;&#161;㏒∟a?|&#195;&#169;&#197;&#184;&#194;-&#195;&#161;&#161;∫&#161;∫&#194;1a?|&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;|a?&#382;&#194;&#161;&#161;“&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#161;“&#172;&#194;&#143;&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#169;&#198;??&#194;&#157;&#195;&#174;&#197;&#184;a?1&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;??&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;??&#194;&#189;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#381;&#194;2&#195;&#174;a?&#353;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#161;∫&#172;&#195;??a???&#194;&#161;&#195;??&#194;&#161;&#161;∫&#172;a?&#732;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#161;那&#161;豕&#194;&#172;&#195;&#161;&#161;“&#172;&#194;??&#194;&#129;&#195;&#174;&#197;&#190;&#194;&#160;&#195;&#161;&#161;那&#161;豕&#194;&#184;&#194;1&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#194;&#161;&#161;∫&#172;a?&#732;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#161;∫&#172;&#195;??a???&#194;&#161;&#195;&#174;a?&#382;&#194;&#188;&#195;&#174;&#197;&#184;&#197;&#160;&#195;&#169;&#198;??&#194;&#157;&#195;&#161;&#161;“&#172;&#194;??&#194;&#129;&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;a?&#353;&#194;&#129;&#195;|&#194;&#141;a???&#195;&#381;&#194;2&#195;&#161;&#161;那&#161;豕&#194;&#188;&#194;??&#195;|a?&#161;&#197;&#160;&#195;&#381;&#194;2&#195;??&#198;&#161;&#161;㏒∟a?&#160;&#195;|&#194;&#141;a???&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#381;&#194;2&#195;&#161;&#161;∫&#172;a???&#194;|&#161;∫&#172;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#161;&#161;∫&#172;&#197;&#160;&#194;&#171;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#161;&#197;&#160;&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#227;&#194;??&#195;??&#197;&#160;a?&#161;&#227;&#195;&#161;&#161;“&#172;&#197;&#189;&#194;&#189;&#195;&#161;&#161;“&#172;&#194;&#161;&#161;““&#194;&#161;&#161;那&#161;豕&#195;&#169;a&#8222;&#161;&#161;∫|a?&#161;&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;|&#194;2&#194;&#161;&#161;∫&#161;∫&#195;&#161;&#161;“&#172;&#194;&#161;&#161;““&#194;&#65533;??&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;??&#194;&#189;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#381;&#194;2&#195;&#174;a?&#353;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#161;∫&#172;&#195;??a???&#194;&#161;&#195;??&#194;&#161;&#161;∫&#172;a?&#732;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#161;那&#161;豕&#194;&#172;&#195;&#161;&#161;“&#172;&#194;??&#194;&#129;&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;&#174;a&#8218;&#172;&#194;&#161;&#195;??&#194;&#190;&#194;&#157;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;???&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;??&#194;&#189;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#381;&#194;2&#195;&#174;a?&#353;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#161;&#161;∫&#172;&#197;&#160;&#194;&#171;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#161;&#197;&#160;&#195;&#174;a?&#160;&#194;??&#195;??a???&#194;&#143;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#194;??&#194;&#189;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#174;&#194;&#129;&#194;&#191;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;?&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;|&#194;|&#161;∫&#172;&#197;&#189;&#195;&#161;&#161;那&#161;豕&#194;&#184;&#194;1&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#161;“&#172;&#197;&#189;&#195;&#174;a&#8218;&#172;&#194;??&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#161;∫&#172;&#195;??a???&#194;&#161;&#195;??&#194;&#161;&#161;∫&#172;a?&#732;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;|&#194;&#190;&#194;&#157;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;??&#197;&#190;a?o&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?&#160;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;??&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;1&#194;&#187;&#195;|a?&#382;&#194;&#161;&#161;“&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#171;&#194;-&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;??&#194;&#182;&#194;&#129;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#194;&#161;&#161;∫&#172;a?&#732;&#195;&#161;&#161;那&#161;豕&#194;&#184;&#194;1&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#171;&#194;&#172;&#195;&#161;&#161;“&#172;&#194;&#182;&#194;&#129;&#195;&#174;&#197;&#190;&#194;&#160;&#195;??a?|a?&#161;&#227;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#8482;&#194;&#129;&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;??&#194;|&#161;∫&#172;&#197;&#161;&#195;&#174;&#197;&#184;a?1&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#194;-&#194;&#161;&#161;∫&#161;∫&#195;&#174;a?&#161;&#194;&#184;&#195;??&#198;&#161;&#161;㏒∟a?|&#195;&#169;&#197;&#184;&#194;-&#195;&#161;&#161;∫&#161;∫&#194;1a?|&#195;&#174;&#197;&#190;&#194;&#160;&#195;&#169;&#198;??&#194;&#157;&#195;&#174;&#198;??&#197;&#190;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#161;∫&#172;&#195;??a???&#194;&#161;&#195;??&#194;&#161;&#161;∫&#172;a?&#732;&#195;&#174;&#197;&#190;&#194;&#160;&#195;&#161;&#161;∫&#161;∫&#194;&#188;&#194;&#174;&#195;??&#194;1&#194;&#187;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#161;&#197;&#160;&#195;??&#198;&#161;&#161;㏒∟a?|&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;&#161;&#161;∫&#172;&#194;&#157;&#194;1&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#161;&#161;∫&#172;&#197;&#160;&#194;&#171;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#161;&#197;&#160;&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#161;那&#161;豕&#194;&#172;&#195;??&#194;&#129;&#194;??&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#194;&#129;&#194;o&#195;&#161;&#161;∫|a?&#157;&#197;&#184;&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;&#402;&#194;&#161;&#161;““&#195;&#174;&#198;??&#197;&#190;&#195;&#161;&#161;∫|a?&#732;&#194;o&#195;|&#194;o&#194;&#190;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#381;&#194;3&#195;&#174;&#197;&#184;&#197;&#160;&#195;&#174;a?&#160;a&#8222;??&#195;&#161;&#161;那&#161;豕&#194;&#188;&#194;??&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#169;a?&#339;&#194;&#161;&#227;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;??&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;&#161;&#161;“&#172;&#194;&#161;&#161;那&#161;豕&#194;??&#195;&#381;&#194;|&#161;∫&#172;&#195;&#169;&#197;&#184;&#194;-&#195;??&#194;1&#194;&#187;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#169;a?&#339;&#194;&#161;&#227;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;??&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;??&#194;&#189;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#381;&#194;2&#195;&#174;a?&#353;a&#8218;&#172;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;??&#194;??&#194;??&#195;&#161;&#161;∫&#161;∫&#194;1a?|&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;&#402;&#194;&#161;&#161;““&#195;&#174;a?&#353;a&#8218;&#172;&#195;&#174;a?&#160;&#194;1&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;&#161;&#161;∫&#172;&#197;&#184;&#194;&#171;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;??&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;??&#194;&#189;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#381;&#194;2&#195;&#174;a?&#353;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#161;∫&#172;&#195;??a???&#194;&#161;&#195;??&#194;??&#194;&#189;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#174;&#198;??&#194;&#157;&#195;&#174;a?&#353;a&#8218;&#172;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#174;&#194;&#129;&#194;&#191;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;?&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;1&#194;&#187;&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#194;??&#194;??&#195;|&#194;|&#161;∫&#172;&#197;&#189;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#172;&#197;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#203;&#8224;&#194;&#182;&#195;&#161;&#161;那&#161;豕&#194;&#188;&#194;|&#195;|&#194;&#141;a???&#195;&#174;a?&#160;&#197;&#161;&#195;??&#198;&#161;&#161;㏒∟a?|&#195;&#402;&#194;&#161;&#161;““&#195;&#174;a&#8218;&#172;&#194;??&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;??&#194;&#182;&#194;&#129;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#8482;&#194;&#129;&#195;&#161;&#161;∫|a?&#732;&#194;&#169;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;a?&#353;a?&#353;&#195;|&#194;&#141;a???&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;?? */

.conbanner {
    display: block;
    width: 100%;
}

.listNav {
    height: 70px;
    border-bottom: 1px solid #e7e7e7;
}

.navLeft {
    float: left;
    width: 140px;
    height: 70px;
    padding: 15px 0;
    text-align: center;
    position: relative;
}

.navLeft::after {
    content: "";
    position: absolute;
    right: 0;
    height: 70%;
    width: 1px;
    top: 50%;
    background-color: #adadae;
    transform: translateY(-50%);
}

.navRight li {
    float: left;
    line-height: 70px;
}

.navRight li a {
    display: block;
    font-size: 18px;
    color: #111120;
    margin-right: 36px;
    position: relative;
}

.navRight li a:before {
    content: "";
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 2px;
    left: 0;
}

.navRight li.active a,
.navRight li a:hover {
    color: #0f4cc4;
}

.navRight li.active a:before {
    background-color: #0f4cc4;
}

.navRight li a:hover:before {
    background-color: #0f4cc4;
}

.l_zwname {
    display: block;
    font-size: 30px;
    color: #11243e;
}

.l_pyname {
    display: block;
    font-size: 14px;
    color: #adadae;
}

.navRight {
    float: left;
    width: calc(100% - 186px);
    margin-left: 36px;
}

.navRightSele {
    display: none;
    width: calc(100% - 206px);
    position: relative;
    float: left;
    height: 49px;
    margin-top: 11px;
    background-color: #fff;
    border: 1px solid #adadae;
    border-radius: 5px;
}

.seleCon {
    width: 100%;
    padding: 0 40px 0 10px;
    height: 100%;
    line-height: 49px;
    font-size: 18px;
    color: #353b47;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.selectlist {
    display: none;
    position: absolute;
    padding: 10px;
    width: 100%;
    top: 102%;
    left: 0;
    max-height: 300px;
    overflow-y: auto;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgb(13 28 40 / 20%);
}

.navRightSele.active .selectlist {
    display: block;
}

.navRightSele:before {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background: url(../images/arrow.png) no-repeat;
    background-size: 100% 100%;
    transition: transform .3s ease;
    z-index: 10;
}

.navRightSele.active:before {
    background: url(../images/arrowup.png) no-repeat;
}

.selectlist li a {
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1a2b40;
    display: block;
    text-align: center;
}

.position {
    padding: 10px 0;
    padding-right: 20px;
	position:relative;
}

.position img {
    vertical-align: top;
    padding-right: 5px;
}

.rjsy img {
    padding-left: 20px;
}

.position a {
    color: #595959;
}

.position a img {
    vertical-align: middle;
    margin-right: 5px;
}

.content {
    margin-bottom: 30px;
}

.content li {
    list-style: none;
    padding: 20px 0;
    font-size: 18px;
    font-family: "Microsoft YaHei", arial;
    white-space: nowrap;
    overflow: hidden;
}

.content li:hover {
    box-shadow: 0 0 8px #d5d6d7;
}

.content li:hover a,
.content li:hover span {
    color: #0f4cc4;
}

.content li:hover a::before {
    background-color: #0d84db;
}

.content li a {
    text-decoration: none;
    color: #0d1c28;
    float: left;
    width: calc(100% - 130px);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
    text-indent: 15px;
    position: relative;
}

.content li a::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d0d0d5;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.content li span {
    float: right;
    font-size: 16px;
    width: 120px;
    padding-right: 10px;
    text-align: right;
    color: #999999;
}

.pager {
    text-align: center;
    margin-bottom: 40px;
}

.pager a {
    color: #999;
}

.pager input {
    background: #fff;
}


/*
.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}

.pagination li {
    display: inline;
    text-align: center;
}

.pagination a {
    float: left;
    font-size: 18px;
    color: #6f6f87;
    border: 1px solid transparent;
    margin-left: 3px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.pagination .total {
    min-width: 30px;
    font-size: 18px;
    color: #6f6f87;
    border: 1px solid transparent;
    margin-left: 3px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.pagenum a.active {
    background-color: #e60012;
    color: #fff;
    outline: none;
}

.pagenum a:hover {
    background-color: #e60012;
    color: #fff;
}

.pagination a img {
    vertical-align: sub;
}

*/


/* &#195;|&#194;&#161;&#227;a?&#339;&#195;|&#194;&#144;a?&#353;&#195;&#161;&#161;“&#172;a???&#194;??&#195;??&#194;&#191;a&#8222;??&#195;&#169;&#203;&#8224;&#194;??&#195;|&#194;&#171;&#194;&#172;&#195;&#161;&#161;∫&#172;a???&#194;|&#161;∫&#172;&#195;&#161;&#161;那&#161;豕&#194;&#184;&#194;1&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#227;&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#381;&#194;3&#195;&#161;&#161;∫|a?&#157;&#194;&#190;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#171;&#194;|&#161;∫&#172;&#195;|&#194;o&#194;&#141;&#195;&#381;&#194;2&#195;|&#194;&#191;&#198;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#161;“&#172;&#194;&#143;&#195;&#174;&#197;&#190;&#194;&#160;&#195;??a?|a?&#161;&#227;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#8482;&#194;&#129;&#195;&#161;&#161;∫|a?&#157;&#194;&#190;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#8482;a&#8218;&#172;&#195;&#161;&#161;“&#172;&#194;&#182;&#194;&#129;&#195;&#161;&#161;那&#161;豕&#194;&#188;&#194;|&#195;|&#194;&#141;a???&#195;&#381;&#194;3&#195;&#174;a?&#160;a&#8222;??&#195;&#161;&#161;∫&#161;∫&#194;&#188;&#194;&#174;&#195;&#161;&#161;∫|a?&#157;&#197;&#184;&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;&#174;a&#8218;&#172;&#194;&#161;&#161;∫&#161;∫&#195;&#161;&#161;∫&#161;∫&#194;1a?|&#195;&#381;&#194;2&#195;|a?&#161;&#227;&#194;&#129;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#203;&#8224;&#194;&#182;&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#194;&#129;&#194;o&#195;??&#194;&#190;&#194;&#157;&#195;&#161;&#161;∫|a?&#157;&#194;&#190;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#161;&#161;&#227;a?&#161;&#227;&#195;&#161;&#161;∫&#172;&#197;&#160;a?&#160;&#195;&#174;a?&#160;&#194;1&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#381;&#194;2&#195;|&#194;&#190;&#194;&#157;&#195;&#174;&#197;&#190;&#194;&#160;&#195;&#174;a?&#160;&#194;1&#195;??&#197;&#160;a?&#161;&#227;&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#161;&#161;“&#172;a?&#161;&#161;“∟a?o&#195;&#169;&#194;1&#194;&#191;&#195;&#161;&#161;“&#172;&#197;&#189;&#194;&#189;&#195;&#169;&#203;&#8224;&#194;??&#195;|&#194;&#161;&#161;那&#161;豕&#194;&#172;&#195;&#161;&#161;∫&#172;a???&#194;|&#161;∫&#172;&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#194;??&#194;??&#195;|&#194;&#190;&#194;&#157;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;&#174;&#197;&#190;&#194;&#161;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;|&#194;&#157;&#197;??&#195;&#161;&#161;∫&#172;&#197;&#184;&#194;&#171;&#195;??&#198;??&#194;??&#195;??&#197;&#160;a?&#161;&#227;&#195;&#161;&#161;∫&#172;a?&#353;a?&#161;&#227;&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;|&#194;2&#194;&#161;&#161;∫&#161;∫&#195;&#161;&#161;“&#172;&#194;&#161;&#161;““&#194;&#65533;??&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;1&#194;&#187;&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#194;??&#194;??&#195;|&#194;|&#161;∫&#172;&#197;&#189;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#172;&#197;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#203;&#8224;&#194;&#182;&#195;&#161;&#161;那&#161;豕&#194;&#188;&#194;|&#195;|&#194;&#141;a???&#195;&#161;&#161;那&#161;豕&#194;&#188;&#194;??&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;a?&#353;&#194;&#129;&#195;|&#194;&#141;a???&#195;&#381;&#194;2&#195;|&#194;|a?&#353;&#195;??&#203;&#8224;&#194;&#182;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#161;&#161;∫|a?&#157;&#194;??&#195;|&#194;&#141;a???&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;??&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;??&#194;&#189;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#381;&#194;2&#195;&#174;a?&#353;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;&#402;&#194;&#161;&#161;““&#195;&#174;&#198;??&#197;&#190;&#195;&#174;&#197;&#190;&#194;??&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;1&#194;&#187;&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#194;&#129;&#194;o&#195;&#161;&#161;∫|a?&#157;&#197;&#184;&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;&#161;&#161;∫|a&#8222;&#161;&#161;∫|a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#161;“&#172;&#194;&#143;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#161;那&#161;豕&#194;&#172;&#195;&#161;&#161;∫|a?&#157;&#197;&#184;&#195;&#161;&#161;那&#161;豕&#194;&#184;&#194;1&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫|a?&#732;&#194;&#169;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#161;&#161;&#227;a?&#160;&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;|a?&#382;&#194;&#161;&#161;“&#172;&#195;??&#197;&#160;a?&#161;&#227;&#195;|&#194;&#161;&#227;a?&#339;&#195;&#169;&#203;&#8224;&#194;??&#195;|&#194;&#161;&#161;“&#172;&#197;&#189;&#195;&#174;a?&#160;&#197;&#161;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#174;&#194;&#129;&#194;&#191;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;?&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;??&#194;&#189;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#381;&#194;2&#195;&#174;a?&#353;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#161;&#161;∫&#172;&#197;&#160;&#194;&#171;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#161;&#197;&#160;&#195;&#174;a?&#160;&#194;??&#195;??a???&#194;&#143;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#194;??&#194;&#189;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#174;&#194;&#129;&#194;&#191;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;?&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;|&#194;|&#161;∫&#172;&#197;&#189;&#195;&#161;&#161;那&#161;豕&#194;&#184;&#194;1&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#161;“&#172;&#197;&#189;&#195;&#174;a&#8218;&#172;&#194;??&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#161;&#161;∫&#172;&#197;&#160;&#194;&#171;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#203;&#8224;&#194;&#182;&#195;&#174;a?&#161;&#194;&#161;&#161;““&#195;&#161;&#161;∫&#172;a?1&#194;&#161;&#195;|&#194;&#141;a???&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#194;&#129;&#194;o&#195;??&#194;1&#194;&#187;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;???&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;&#161;&#161;“&#172;&#194;&#161;&#161;那&#161;豕&#194;??&#195;&#381;&#194;|&#161;∫&#172;&#195;&#169;&#197;&#184;&#194;-&#195;??&#194;1&#194;&#187;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#169;a?&#339;&#194;&#161;&#227;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;??&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;??&#194;&#189;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#381;&#194;2&#195;&#174;a?&#353;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#161;∫&#172;&#195;??a???&#194;&#161;&#195;??&#194;??&#194;&#189;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#174;&#198;??&#194;&#157;&#195;&#174;a?&#353;a&#8218;&#172;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#174;&#194;&#129;&#194;&#191;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;?&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;|&#194;??&#194;|&#161;∫&#172;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;1&#194;&#187;&#195;??&#198;??&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#194;??&#194;??&#195;|&#194;|&#161;∫&#172;&#197;&#189;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#172;&#197;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#203;&#8224;&#194;&#182;&#195;&#161;&#161;那&#161;豕&#194;&#188;&#194;|&#195;|&#194;&#141;a???&#195;&#174;a?&#160;&#197;&#161;&#195;??&#198;&#161;&#161;㏒∟a?|&#195;&#402;&#194;&#161;&#161;““&#195;&#174;a&#8218;&#172;&#194;??&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;??&#194;&#182;&#194;&#129;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#8482;&#194;&#129;&#195;&#161;&#161;∫|a?&#732;&#194;&#169;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;a?&#353;a?&#353;&#195;|&#194;&#141;a???&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;?? */

.tyx-wrap {
    background: #fff;
    padding: 36px 36px 50px;
    /* border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;*/
    margin-bottom: 30px;
}

.tyx-title {
    text-align: center;
    font-size: 30px;
    color: #0f4cc4;
    line-height: 50px;
}

.intro-t1 {
    margin-top: 28px;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 42px;
    border-bottom: 1px solid #e7e7e7;
}

.intro-t1>span {
    margin: 0 15px;
}

.fontsize {
    margin: 0 5px;
}

a.fontsize {
    color: #666;
}

.tyx-content {
    margin-top: 30px;
}

.tyx-content1 {
    margin-left: 35px;
}
.tyx-content p {
    font-size: 18px;
    line-height: 30px;
    color: #323e52;
}

/*.tyx-content p img {
    display: block;
    margin: 20px auto;
}*/

.codeimg {
    text-align: center;
}

.codetext {
    margin: auto;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    color: #999;
    font-size: 13px;
}

#share {
    float: right;
    display: inline;
}

.bshare-custom {
    float: right;
    display: inline;
    white-space: nowrap;
    height: 28px;
}

.sharetext {
    float: left;
    line-height: 40px;
}

.bshare-custom .bshare-sinaminiblog {
    background: #fff url(../images/weixin.png) center center no-repeat !important;
    display: inline-block;
    height: 19px;
    width: 19px;
    margin-right: 5px;
    margin-top: 10px;
}

.bshare-custom .bshare-weixin {
    background: #fff url(../images/weibo.png) center center no-repeat !important;
    display: inline-block;
    height: 19px;
    width: 19px;
    margin-right: 5px;
}

.xlcxbt {
    background-color: rgba(13, 132, 219, 0.13);
    padding: 20px 10px;
    color: #666;
    font-weight: bold;
    font-size: 16px;
}

.xlcxbt select {
    padding: 0 40px 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #353b47;
    cursor: pointer;
    width: 200px;
    margin: 10px 20px;
}

.xlcxbt input {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #eb7c06;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: none;
}

.xlcxx {
    position: absolute;
    width: 24%;
    background-color: rgba(13, 132, 219, 0.13);
    padding: 20px 10px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

.map {
    width: 100%;
    text-align: center;
}


/* &#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;&#161;&#161;“&#172;&#194;&#161;&#161;那&#161;豕&#194;??&#195;&#381;&#194;|&#161;∫&#172;&#195;&#161;&#161;“&#172;&#194;&#161;&#161;∫&#172;&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;o&#194;&#141;&#195;&#174;a?&#160;&#197;??&#195;&#161;&#161;∫|a&#8222;&#161;&#161;∫|a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#161;&#197;&#160;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#161;&#161;∫&#172;&#197;&#160;&#194;&#171;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;? */

.listcont {
    /* display: -webkit-box; */
    position: relative;
   /*  margin-bottom: 30px;*/
}

.list_left {
    float: left;
    width: 330px;
    background: url(../images/newscenter.png) top center no-repeat;
    padding-bottom: 100px;
}

.newscenter {
    width: 330px;
    height: 110px;
    color: #fff;
    font-size: 28px;
    position: relative;
}

.newsword {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 40px;
}

.newsbg {
    position: absolute;
    width: 328px;
    z-index: -1;
}

.navlist {
    width: 200px;
    height: calc(100% - 110px);
    background: url(../images/pinjie_02.png) top left repeat;
}

.navlist li {
    display: block;
    text-align: center;
    margin-left: 8px;
    line-height: 36px;
    border-bottom: 1px solid #dfe2e3;
    min-height: 70px;
    padding: 20px 0px;
}

.navlist li.active {
    background-color: #fff;
}

.navlist1 li {
    position: relative;
    display: block;
    font-size: 18px;
}

.navlist1 li.active {
    color: #0f4cc4;
    font-weight: bold;
}

.navlist1 li.active:before {
    background-color: #0f4cc4;
    content: "";
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 5px;
    left: -8px;
}

.navlist li a , .navlist li span {
    display: block;
    font-size: 18px;
    color: #111120;
    position: relative;
    width: 82%;
    padding-left: 30px;
}

.navlist li a:before , .navlist li span:before {
    content: "";
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 5px;
    left: -8px;
}

.navlist li.active a,
.navlist li a:hover,
.navlist li.active span,
.navlist li span:hover {
    color: #0543be;
}

.navlist li.active a:before,
.navlist li a:hover:before,
.navlist li.active span:before,
.navlist li span:hover:before  {
    background-color: #0f4cc4;
}

.subway {
    position: absolute;
    top: -7px;
    right: 0;
}

.subwayy {
    position: absolute;
    top: -30px;
    right: 0;
}
.subway1 {
    position: absolute;
    top: 30px;
    right: 30px;
}
.subway2 {
    position: absolute;
    top: 7px;
    right: 30px;
}
.list_right {
    display: none;
    float: left;
    width: calc(100% - 200px);
    margin-left: -130px;
    background: #fff;
    margin-top: 30px;
    padding: 0px;
    border-top: 2px solid #1e4592;
    min-height: 750px;
}
.list_right1 {
    min-height: 480px;
}

.datedesc {
    padding: 15px 20px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #d1d1d1;
}

.list_date {
    float: left;
    width: 75px;
    margin-right: 20px;
    padding-top: 12px;
    color: #999999;
    position: relative;
    text-align: right;
}

.listday {
    display: block;
    font-size: 30px;
    color: #0d1c28;
    position: relative;
}

.listday::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 50px;
    height: 2px;
    background-color: #c4c4c4;
}

.listyear {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: #919194;
}

.list_scontent {
    float: left;
    width: calc(100% - 100px);
    font-size: 14px;
}

.list_scontent h2{
    display: block;
    font-size: 20px;
    color: #0d1c28;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.list_scontent em {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}

.datedesc:hover {
    border: 1px solid #96baea;
    box-shadow: 0 0 4px #c5d9f4;
}

.datedesc:hover .listday,
.datedesc:hover .listyear,
.datedesc:hover .list_scontent h2{
    color: #0f4cc4;
}

.datedesc:hover .listday::after {
    background-color: #0f4cc4;
}


/* &#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;??&#194;&#161;&#161;∫&#172;a?&#732;&#195;&#161;&#161;∫|a?&#157;&#194;&#190;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#191;&#198;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#194;&#161;&#161;∫&#172;a?&#732;&#195;&#174;&#197;&#190;&#194;&#160;&#195;??a?&#382;&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#8482;&#194;&#129;&#195;&#381;&#194;2&#195;??&#194;&#190;&#194;&#161;&#161;““&#195;&#161;&#161;∫&#172;&#197;&#160;a?&#160;&#195;&#381;&#194;|&#161;∫&#172;&#195;&#161;&#161;“&#172;&#194;&#161;&#161;∫&#172;&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;o&#194;&#141;&#195;&#174;&#197;&#190;&#194;&#160;&#195;&#381;&#194;2&#195;??&#194;|&#161;∫&#172;&#197;??&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;|a?&#382;&#194;&#161;&#161;“&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#161;“&#172;&#194;&#143;&#195;&#381;&#194;2&#195;&#174;&#197;&#184;&#197;&#160;&#195;??&#194;??&#194;&#189;&#195;&#174;a?&#160;&#194;1&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;? */

.newposition {
    margin-top: 0px;
    background: #fff;
    position: relative;
}

.zplistcont {
    position: relative;
}

.zplist {
    width: 100%;
    padding: 0 20px;
   /* display: none; */
}

.zplist1 {
    border-top: 2px #eeeeee dotted;
    padding-top: 20px;
}

.zplist .datedesc {
    padding: 15px 50px;
}

.zptab {
    margin: 0 auto 30px;
    text-align: center;
}

.zptab li {
    width: auto;
    height: 55px;
    display: inline-block;
    cursor: pointer;
    color: #999999;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.zptab li.active a {
    color: #0d1c28;
}

.zptab li a {
    color: #999999;
}

.zptab li.active::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 35%;
    height: 2px;
    background-color: #0543be;
}



.xwtitle {
    width: auto;
    height: 45px;
    display: inline-block;
    color: #0d1c28;
    font-size: 26px;
    text-align: center;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 10px;
    margin-bottom: 17px;
    position: relative;
}

.xwtitle a {
    color: #0d1c28;
}

.xwtitle::after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 6px;
    width: 35%;
    height: 2px;
    background-color: #0543be;
}

.xwtitle1 {
    width: auto;
    height: 45px;
    /* display: inline-block; */
    color: #0d1c28;
    font-size: 26px;
    text-align: center;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 10px;
    margin-bottom: 17px;
    position: relative;
    margin: 0 auto 17px;
}

.xwtitle1 a {
    color: #0d1c28;
}

.xwtitle1::after {
    content: "";
    position: absolute;
    left: 49%;
    bottom: 6px;
    width: 3%;
    height: 2px;
    background-color: #0543be;
}

.jtxw1_box {
    padding: 0;
    margin: 0 0 40px;
}

.xwbox_left {
    float: left;
    width: 660px;
    margin: 0 30px;
    height: 100%;
    overflow: hidden;
}

.xwbox_right {
    float: right;
    width: calc(100% - 720px);
    padding-right: 30px;
    height: 100%;
    position: relative;
}

.xwdatedesc {
    padding: 17px 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}

.xwdatedesc:hover {
    border: 1px solid #96baea;
    box-shadow: 0 0 4px #c5d9f4;
    color: #0f4cc4;
}

.xwdatedesc:last-child {
    margin-bottom: 0;
}

.xwlist_date {
    float: left;
    width: 75px;
    margin-right: 20px;
    padding-top: 8px;
    color: #999999;
    position: relative;
    text-align: left;
}

.xwlistday {
    display: block;
    font-size: 30px;
    color: #0d1c28;
    position: relative;
}

.xwlistyear {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    color: #919194;
}

.xwlist_scontent {
    float: left;
    width: calc(100% - 100px);
    font-size: 14px;
}

.xwlist_scontent h2 {
    display: block;
    font-size: 20px;
    color: #0d1c28;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.xwlist_scontent em {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}

.xwdatedesc:hover .xwlistday,
.xwdatedesc:hover .xwlistyear,
.xwdatedesc:hover .xwlist_scontent h2 {
    color: #0f4cc4;
}

.xw_second {
    background-color: #f9f9f9;
}

.xws_left {
    float: left;
    width: 905px;
    height: 100%;
    padding-top: 15px;
    overflow: hidden;
}

.xwsmall_item {
    margin-left: 30px;
}

.xwitem_left {
    float: left;
    width: 418px;
    margin-right: 20px;
    position: relative;
}

.xwimgdesc {
    width: 100%;
    height: 100%;
    display: block;
}

.xwimgdesc1 {
    width: 100%;
    height: 325px;
    display: block;
}

.jtxw2_box {
    padding: 15px 6px 40px 6px;
   /* margin: 0 0 40px;*/
    overflow: hidden;
}

.xwitem_left .xwposdesc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgba(28, 31, 30, 0.71);
    color: #fff;
    line-height: 26px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xwitem_left .xwposdesc a {
    color: #fff;
}

.xwitem_right {
    float: right;
    width: calc(100% - 438px);
}

.xwsedatedesc {
    padding: 10px 0;
    border-bottom: 1px dotted #d1d1d1;
    cursor: pointer;
}
.xwsedatedesc11 {
    margin-left:30px;
}

.swiper-slide .xwsedatedesc:hover {
    border-bottom: 1px solid #96baea !important;
}
.xwsedatedesc:hover {
    border: 1px solid #96baea;
    box-shadow: 0 0 4px #c5d9f4;
    color: #0f4cc4;
}

.xwsedatedesc:hover a,
.xwsedatedesc:hover span,
.xwsedatedesc:hover h2{
    color: #0f4cc4
}

.xwselist_date {
    float: left;
    width: 75px;
    margin-right: 20px;
    padding-top: 8px;
    color: #999999;
    position: relative;
    text-align: right;
}

.xwslistday {
    display: block;
    font-size: 30px;
    color: #0d1c28;
    position: relative;
}

.xwslistyear {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: #919194;
}

.xwsedatedesc:hover .xwslistday,
.xwsedatedesc:hover .xwslistyear,
.xwsedatedesc:hover .xwlist_scontent h2 a {
    color: #0f4cc4;
}

.xwsedatedesc:hover .xwslistday::after {
    background-color: #0f4cc4;
}

.xwslistday::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 50px;
    height: 2px;
    background-color: #c4c4c4;
}

.xws_right {
    float: right;
    padding-top: 15px;
    width: calc(100% - 920px);
    padding-right: 30px;
    height: 100%;
    overflow: hidden;
    border-left: #e7e7e7 solid 1px;
}

.xwsrdatedesc {
    padding: 10px 20px 10px;
    cursor: pointer;
}

.xwsrdatedesc:hover {
    border: 1px solid #96baea;
    box-shadow: 0 0 4px #c5d9f4;
    color: #0f4cc4;
}

.xwsrdatedesc:hover .xwlistday,
.xwsrdatedesc:hover .xwlistyear,
.xwsrdatedesc:hover .xwlist_scontent h2 {
    color: #0f4cc4;
}

.xwbot {
    margin: 45px auto;
}

.xwtitem_left {
    float: left;
    width: calc((100% - 90px)/2);
    margin: 0 30px;
    position: relative;
    cursor: pointer;
}

.xwtitem_left:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.xwtitem_left:nth-child(2n+2) {
    margin-left: 0;
}

.xwtitlepos {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    padding: 15px;
    background: rgba(30, 69, 146, 0.65);
    color: #fff;
    line-height: 30px;
    font-size: 26px;
    height: 60px;
    border-radius: 0 0 20px 0;
    text-align: center;
}

.xwtitlepos a {
    color: #fff;
}

.link {
    height: 404px;
    position: relative;
    overflow: hidden;
	background:url(../images/lbbg.png) 636px bottom no-repeat;
}

.xw-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.zxzcjd1 {
    width: 660px;
    float: left;
    height: 100%;
    position: relative;
    display: none;
}

.zxzcjd1:first-child {
    display: block;
}

.sli-qyboxxw {
    height: 100%;
}

.btns {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(../images/eff11_03.png) no-repeat;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.next {
    right: 0px;
    bottom: 55px;
    background-position: -210px -48px;
}

.previous {
    right: 150px;
    bottom: 55px;
    background-position: -50px -48px;
}

.loadProgress {
    position: absolute;
    right: 50px;
    bottom: 78px;
    text-align: center;
}

.count {
    color: #fff;
    font-size: 18px;
    font-style: oblique;
}

.current {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    font-style: normal;
    padding-right: 3px;
}

.total {
    display: inline-block;
    padding-left: 3px;
}

.line {
    width: 100px;
    height: 1px;
    background: #fff;
    margin-top: 20px;
    position: relative;
}

.mark {
    position: absolute;
    height: 4px;
    width: 20px;
    bottom: -1px;
    background: #0543be;
}

.sli-qyxw {
    position: absolute;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.76);
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    color: #fff;
}

.sli-qyboxxw>a {
    display: block;
    height: 100%;
}

.sli-qyboxxw img {
    width: 100%;
    height: 100%;
}

.sli-qyxw a {
    font-size: 16px;
    width: 100%;
    padding: 0 20px;
    color: #fff;
    line-height: 60px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sli-qyxw a:hover {
    font-weight: bold;
}


/* &#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#161;&#161;“&#172;&#194;&#129;&#194;&#171;&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#161;&#197;&#160;&#195;&#161;&#161;∫|a?&#732;&#194;&#169;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫|a?&#732;&#194;&#169;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#161;那&#161;豕&#194;-&#195;??&#198;&#161;&#161;㏒∟a?|&#195;&#161;&#161;∫&#172;&#197;&#160;a?&#339;&#195;|&#194;o&#194;&#141;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#169;a?&#339;&#194;&#161;&#227;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;?&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;??&#194;??&#194;&#189;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;|&#194;&#190;&#194;&#157;&#195;&#174;&#197;&#190;&#194;&#160;&#195;&#174;&#197;&#190;&#194;&#160;&#195;&#161;&#161;∫&#172;a???&#194;|&#161;∫&#172;&#195;&#381;&#194;2&#195;|&#197;&#184;&#194;&#161;&#161;那&#161;豕&#195;&#174;a?&#160;&#197;&#161;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;|&#194;|&#161;∫&#172;&#197;&#189;&#195;&#161;&#161;那&#161;豕&#194;&#184;&#194;1&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫|a?&#732;&#194;&#169;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;??&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;???? */

.zxzcjd2 {
    margin: 0 30px;
    display: none;
    /* background: url(../images/lbbg.png)right bottom no-repeat; */
}

.zxzcjd2:first-child {
    display: block;
}

.zxzcjd_l {
    float: left;
    width: 660px;
    height: 400px;
    position: relative;
}

.zxzcjd_l .linka {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.zxzcjd_l img {
    width: 100%;
    height: 100%;
    /* min-height: 95%; */
}

.zxzcjd_r {
    float: left;
    width: calc(100% - 660px);
}

.jd_title {
    font-size: 22px;
    color: #0d1c28;
    padding: 0 25px;
    line-height: 30px;
    margin-bottom: 20px;
    height: 120px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.jd_title a {
    color: #0d1c28;
}

.jd_title a:hover {
    color: #0543be;
    font-size: 26px;
}

.jd_paras {
    padding: 0 25px;
    color: #999999;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.next1 {
    left: 860px;
    bottom: 15px;
    background-position: -260px -48px;
}

.previous1 {
    left: 705px;
    bottom: 15px;
    background-position: 0 -48px;
}

.loadProgress1 {
    position: absolute;
    left: 755px;
    bottom: 40px;
    text-align: center;
}

.loadProgress1 .count,
.loadProgress1 .current {
    color: #0d1c28;
}

.loadProgress1 .line {
    background-color: #0d1c28;
}
.dtxxl{
	/* background: #f9f9f9; */
    padding: 15px 0px;
    margin-bottom: 40px;
}
.yyfwbox2 {
    margin: 0 30px;
    /*  margin-top: 25px;*/
}
.yyfwbox22 {
    margin: 0px;
    /*  margin-top: 25px;*/
}

.yyfwbox2 .xwsedatedesc {
   border-collapse: separate;
    float: left;
    width: calc((100% - 30px)/3);
    margin-right: 15px;
    margin-bottom: 0;
    cursor: pointer;
    padding: 17px 20px;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 4px #ebebeb;
}
.yyfwbox2 .xwsedatedesc1 {
    margin-bottom: 20px;
}

.yyfwbox2 .xwsedatedesc:nth-child(3n+3) {
    margin-right: 0;
}

.yyfwbox2 .xwsedatedesc:hover {
    border: 1px solid #96baea;
    box-shadow: 0 0 4px #c5d9f4;
}

.yyfwbox3bg {
    background: url(../images/yyfwbg_02.png) top center no-repeat;
    height: 432px;
}

.yyfwbox3 {
    padding: 15px 6px 0 6px;
}

.yyxl_left {
    float: left;
    width: 627px;
    height: 100%;
    margin-left: 20px;
}

.yyxl_left>img {
    display: block;
    width: 100%;
}

.searchxl_right {
    width: calc(100% - 647px);
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}

.searchxlCon {
    padding: 20px;
}

.xloneline {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.xloneline span {
    width: 70px;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 40px;
    z-index: 1;
}

.xloneline .xlplace {
    position: relative;
    height: 42px;
    margin-right: 15px;
    background-color: #fff;
}

.xloneline .xlplace input {
    border: 1px solid #dddddd;
    background-color: #fff;
}

.xlplace:before {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background: url(../images/arrow.png) no-repeat;
    background-size: 100% 100%;
    transition: transform .3s ease;
    z-index: 1;
}

.xlplace1 {
    width: 145px;
}

.xlplace2 {
    width: 260px;
}

.searchXlBtn {
    background-color: #0f4cc4;
    color: #fff;
    width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    display: block;
}

.xlnew-select-title {
    width: 100%;
    padding: 0 40px 0 10px;
    height: 100%;
    line-height: 42px;
    font-size: 16px;
    color: #353b47;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xlplace.active:before {
    transform: translateY(-50%) rotate(180deg);
}

.xlplace .xllist {
    display: none;
    position: absolute;
    padding: 5px 0;
    width: 100%;
    top: 102%;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgba(13, 28, 40, .2);
}

.xllist .xlitem {
    line-height: 33px;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1a2b40;
    display: block;
    text-align: center;
}

.xlplace.active .xllist {
    display: block;
}

.xllist {
    display: none;
    position: absolute;
    padding: 5px 0;
    width: 100%;
    top: 102%;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgba(13, 28, 40, .2);
}

.pwxxinfo {
    padding: 10px 0px 20px 50px;
}

.pwxxtitle {
    float: left;
    position: relative;
    width: 30px;
    margin-right: 20px;
    color: #0d1c28;
    font-size: 26px;
    text-align: center;
    line-height: 30px;
}

.pwxxtitle a {
    color: #0d1c28;
}

.pwxxtitle::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 2px;
    width: 2px;
    height: 35%;
    background-color: #0543be;
}

.pwxxinfo ul {
    float: left;
    width: calc(100% - 50px);
}

.pwxxinfo li {
    float: left;
    text-align: center;
    width: 175px;
}

.pwxxinfo li:hover>a {
    color: #fff;
}

.pwxxinfo li>a {
    display: block;
    height: 100%;
    margin-top: 13px;
}

.yyfw-icon {
    display: block;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    transition: all .3s;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}

.yyfw-icon1 {
    background: #fff url(../images/yyfwicon_1.png) center center no-repeat;
}

.yyfw-icon2 {
    background: #fff url(../images/yyfwicon_2.png) center center no-repeat;
}

.yyfw-icon3 {
    background: #fff url(../images/yyfwicon_3.png) center center no-repeat;
}

.yyfw-icon4 {
    background: #fff url(../images/yyfwicon_4.png) center center no-repeat;
}

.yyfw-title {
    font-size: 18px;
    color: #11243e;
    line-height: 40px;
    margin-top: 10px;
}

.yyfwbox4 {
    padding: 15px 6px 40px 6px;
    overflow: hidden;
}

.wmcc_left {
    float: left;
    width: calc(100% - 302px);
    height: 100%;
    padding-top: 15px;
}

.wmoneitem {
    float: left;
    margin-right: 20px;
    width: calc((100% - 40px)/3);
}

.wmoneitem1{
    display:none;
}
.wmoneitem:nth-child(3n+3) {
    margin-right: 0;
    margin-bottom: 0px;
}

.wmoneitem a:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.wmoneitem a:hover span {
    font-weight: bold;
    color: #0f4cc4;
}

.wmoneitem a:hover span.wmccdesc {
    font-weight: bold;
    color: #fff;
}

.wmcc_top {
    display: block;
    margin-bottom: 24px;
    position: relative;
    cursor: pointer;
}

.wmcc_top>img {
    display: block;
    width: 100%;
}

.wmccdesc {
    position: absolute;
    background: rgba(13, 28, 40, 0.53);
    color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
}

.wmcc_bot {
    height: 65px;
    padding-left: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 4px #ebebeb;
    cursor: pointer;
}

.wmcc_bot>span {
    padding: 0 15px;
    font-size: 18px;
    color: #11243e;
}

.wmcc_bot>img {
    width: 55px;
}

.swzl_right {
    float: right;
    padding-top: 15px;
    width: 302px;
    padding-right: 30px;
    height: 100%;
    overflow: hidden;
}

.swzlul {
    height: 321px;
    width: 272px;
    margin-left: 30px;
    background: url(../images/swzl.png) top center no-repeat;
}

.swzlul li {
    position: relative;
    line-height: 46px;
    padding: 0 20px 0 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swzlul li::before {
    content: "";
    background: #d9d8d8;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.swzlul li:hover {
    background: #f3f4f8;
}

.swzlul li:hover a {
    color: #0f4cc4;
}

.swzlul li:hover:before {
    background: #0f4cc4;
}

.swzlul li a {
    color: #11243e;
    cursor: pointer;
    font-size: 18px;
}

.yyfwsmal {
    float: left;
    width: calc(100% - 200px);
    margin-left: -130px;
    background: #fff;
    margin-top: 30px;
    padding: 20px;
}

.zbinfolist {
    padding: 15px 20px;
}

.zboneinfo {
    display: flex;
    min-height: 230px;
    border-radius: 5px;
    flex: 1;
    margin-bottom: 40px;
}

.zboneinfo:nth-child(odd) {
    border: 1px solid #e0ebf1;
    border-top: 3px solid #e0ebf1;
}

.zboneinfo:nth-child(odd) .zbname {
    background-color: #e0ebf1;
}

.zboneinfo:nth-child(even) {
    border: 1px solid #90caf8;
    border-top: 3px solid #90caf8;
}

.zboneinfo:nth-child(even) .zbname {
    background-color: #90caf8;
}

.zbname {
    display: flex;
    justify-content: center;
    width: 100px;
    padding: 28px;
    border-radius: 5px;
    align-items: center;
}

.zbcenter {
    width: 40px;
    text-align: center;
}

.zbcenter>img {
    width: 100%;
}

.zbcenter>span {
    display: inline-block;
    text-align: center;
    width: 30px;
    line-height: 30px;
    font-size: 26px;
    color: #0d1c28;
}

.zbcenter>span>em {
    font-weight: bold;
    font-size: 30px;
}

.zbplace {
    width: 100%;
    padding: 35px 40px;
    /* background: url(../images/mapbg_03.png)bottom right no-repeat; */
}

.zbplace li {
    float: left;
    font-size: 18px;
    color: #0d1c28;
    width: calc(100%/5);
    padding: 0 20px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zbplace li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.chosexl {
    padding: 6px 20px 0;
    position: relative;
    overflow: hidden
}

.chosexl::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #a5c6f2;
}

.chosexl li {
    float: left;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    color: #556378;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    border-radius: 20px 20px 0 0;
    width: calc((100% - 120px)/6);
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}

.chosexl li.active {
    height: 58px;
    z-index: 1;
    background: #fff;
    position: relative;
    box-shadow: 0 0 4px rgb(165 198 242 / 100%);
}

.xlskbCon {
    display: none;
}

.xltitle {
    font-size: 30px;
    text-align: center;
    color: #0d1c28;
    padding: 20px 0;
}

.xltb th {
    padding: 10px 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f4f5f6;
    line-height: 28px;
    color: #0d1c28;
    vertical-align: middle;
    font-weight: normal;
}

.xltb td {
    padding: 10px 5px;
    line-height: 28px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    word-wrap: break-word;
    word-break: break-all;
    color: #757579;
    vertical-align: middle;
}

.xltb .hover td {
    background-color: #fafafa;
}

.xltb {
    border: 1px solid #ddd;
    width: calc(100% - 40px);
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 20px;
}

.xltb th,
.xltb td {
    font-size: 18px;
    border-color: #ddd;
    border-left: 1px solid #ddd;
}

.xltb tr th:nth-child(1),
.xltb tr td:nth-child(1) {
    background: #f4f5f6 !important;
    color: #0d1c28;
}

.xltb tr:nth-child(even) td {
    background: #fcfcfc;
}

.xltb th.boldname {
    font-weight: bold;
    color: #0d1c28;
}

.bot-bg {
    position: fixed;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 10;
    top: 0;
}

.popupDiv {
    width: 980px;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 0 8px rgb(122 122 122 / 45%);
    position: absolute;
    position: fixed;
    background: #fff;
    z-index: 100;
    padding: 0 40px;
    display: none;
    right: 0;
    max-height: 800px;
    overflow-y: auto;
}

.tc-title {
    height: 45px;
    color: #0d1c28;
    font-size: 26px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 16px 0 0;
    position: relative;
}

.tc-title a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 35%;
    height: 2px;
    background-color: #0d1c28;
}

.tc-title a {
    color: #0d1c28;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.tc-title em {
    position: fixed;
    right: 30px;
    width: 40px;
    height: 40px;
    background: url(../images/close_tip.png) no-repeat center;
    float: right;
    cursor: pointer;
}

.tc-con {
    padding: 15px 10px;
}

.poponeitem {
    border-bottom: 1px solid #f0efef;
}

.poptitle {
    font-size: 18px;
    color: #0d1c28;
    font-weight: bold;
    background: url(../images/titlebg.png) left center no-repeat;
    padding: 10px 8px;
    padding-left: 30px;
}

.poplist {
    margin-bottom: 15px;
}

.poplist li {
    display: flex;
    line-height: 30px;
    font-size: 16px;
    color: #52616d;
    flex: 1;
}

.poplistname {
    flex: none;
}

.poplistdesc {
    width: 100%;
}

.zbmap {
    width: 100%;
    height: 300px;
    border: 1px solid #f0efef;
}


/* &#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#161;&#161;“&#172;&#194;&#129;&#194;&#171;&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#161;&#197;&#160;&#195;&#161;&#161;∫|a?&#732;&#194;&#169;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫|a?&#732;&#194;&#169;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#161;那&#161;豕&#194;-&#195;??&#198;&#161;&#161;㏒∟a?|&#195;&#161;&#161;∫&#172;&#197;&#160;a?&#339;&#195;|&#194;o&#194;&#141;&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#169;a?&#339;&#194;&#161;&#227;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;?&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;??&#194;??&#194;&#189;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;|&#194;&#190;&#194;&#157;&#195;&#174;&#197;&#190;&#194;&#160;&#195;&#174;&#197;&#190;&#194;&#160;&#195;&#161;&#161;∫&#172;a???&#194;|&#161;∫&#172;&#195;&#381;&#194;2&#195;|&#197;&#184;&#194;&#161;&#161;那&#161;豕&#195;&#174;a?&#160;&#197;&#161;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;??&#194;&#189;&#195;&#174;&#197;&#190;&#194;&#160;&#195;&#161;&#161;∫&#172;&#194;2&#194;1&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#171;&#194;-&#195;&#161;&#161;∫|a?&#157;&#194;&#161;&#195;&#169;a?&#339;&#194;&#161;&#227;&#195;&#161;&#161;∫&#161;∫&#194;1a?|&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#174;a?|a?&#382;&#195;|&#194;o&#194;&#141;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;? */


/* &#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;??&#194;&#161;&#161;∫&#172;a?&#732;&#195;&#161;&#161;∫|a?&#157;&#194;&#190;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#191;&#198;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#194;&#161;&#161;∫&#172;a?&#732;&#195;&#174;&#197;&#190;&#194;&#160;&#195;??a?&#382;&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#171;&#194;-&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;|a?&#382;&#194;&#161;&#161;“&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#8482;&#194;&#129;&#195;&#174;a?&#161;&#194;&#161;&#161;““&#195;&#161;&#161;“&#172;&#194;&#161;&#161;∫&#172;&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#161;&#197;&#160;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;??&#194;&#143;&#194;&#161;&#161;∫&#161;∫&#195;&#161;&#161;∫&#172;&#197;&#184;&#194;&#171;&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;??&#194;&#191;&#197;&#160;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#203;&#8224;&#194;&#182;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;??&#194;&#189;&#195;??&#198;&#161;&#161;㏒∟a?|&#195;&#169;&#197;&#184;&#194;-&#195;|&#194;|&#161;∫&#172;&#197;&#189;&#195;&#161;&#161;∫|a?&#157;&#194;&#190;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#8482;a&#8218;&#172;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#189;???&#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;???? */

.zbtbbox1 {
    position: relative;
}

.zbtbimg {
    display: block;
    margin-left: 30px;
}

.zbtbimg img {
    width: 100%;
    height: 135px;
}

.zbtb_item {
    float: left;
    padding-top: 15px;
    width: calc((100% - 30px)/2);
    padding-right: 30px;
    height: 100%;
    margin-bottom: 35px;
}

.zbtb_item .xwdatedesc {
    margin-left: 30px;
}

.zbtb_item .xwsedatedesc {
    padding: 26px 0;
    margin-left: 30px;
}

.zbtbbox2 {
    background: #f9f9f9 url(../images/zbtb_bg.png) bottom center no-repeat;
    min-height: 421px;
    padding-top: 20px;
}

.zbtblist .datedesc {
    float: left;
    width: calc((100% - 30px)/2);
    margin-right: 28px;
    padding: 15px 20px;
}

.zbtblist .datedesc:nth-child(2n+2) {
    margin-right: 0;
}


/* &#195;&#161;&#161;“&#172;&#197;&#161;&#161;㏒∟a?|&#195;&#169;&#203;&#8224;&#194;??&#195;|a?&#8482;a&#8218;&#172;&#195;??&#194;&#161;&#161;∫&#172;a?&#732;&#195;&#161;&#161;∫|a?&#157;&#194;&#190;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#191;&#198;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#194;&#161;&#161;∫&#172;a?&#732;&#195;&#174;&#197;&#190;&#194;&#160;&#195;??a?&#382;&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#171;&#194;-&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;|a?&#382;&#194;&#161;&#161;“&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#8482;&#194;&#129;&#195;&#174;a?&#161;&#194;&#161;&#161;““&#195;&#161;&#161;“&#172;&#194;&#161;&#161;∫&#172;&#194;??&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|a?&#161;&#197;&#160;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;??&#194;&#143;&#194;&#161;&#161;∫&#161;∫&#195;&#161;&#161;∫&#172;&#197;&#184;&#194;&#171;&#195;&#161;&#161;∫|a?&#157;&#197;&#190;&#195;??&#194;&#191;&#197;&#160;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;??&#203;&#8224;&#194;&#182;&#195;&#161;&#174;a&#8218;&#172;&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;&#161;&#161;∫&#172;&#197;&#160;a?|&#195;??&#194;??&#194;&#189;&#195;??&#198;&#161;&#161;㏒∟a?|&#195;&#169;&#197;&#184;&#194;-&#195;|&#194;|&#161;∫&#172;&#197;&#189;&#195;&#174;&#197;&#190;&#194;&#160;&#195;??&#194;&#161;&#227;a???&#195;&#161;&#161;∫|a?&#353;&#194;&#172;&#195;|&#194;&#161;&#161;那&#161;豕&#194;-&#195;??&#194;&#129;&#194;??&#195;&#169;a?&#339;&#194;&#161;&#227;&#195;??&#194;&#161;&#161;∫&#172;a?&#732;&#195;&#381;&#194;|&#161;∫&#172;&#195;|&#194;&#141;a???&#195;??&#194;1&#194;&#187;&#195;??&#198;&#161;&#161;㏒∟a?&#353;&#195;&#161;&#161;那&#161;豕&#194;&#191;&#194;&#65533;?? */

.line-item {
    position: relative;
    text-align: center;
    margin-top: -46px;
}

.line-item a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #556378;
    text-align: center;
    padding: 20px 25px;
    background-color: #fff;
    border: 1px solid #a5c6f2;
    border-radius: 0 0 25px 25px;
    box-shadow: 0 0 20px rgb(172 174 180 / 50%);
}

.line-item a:hover,
.line-item a.active {
    background-color: rgba(15, 76, 196, 0.87);
    color: #fff;
}


/* footer */

.footer {
    background-color: #5c5d5e;
    padding: 20px 0;
    color: #fff;
}

.links-txt li {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    float: left;
    padding: 0 8px;
}

.links-txt li a {
    display: inline-block;
    height: 100%;
}

.links-txt li a img {
    height: 100%;
}

.floor_left {
    float: left;
    width: 75%;
    font-size: 16px;
}

.floor_left p a,
.floor_left p span {
    padding: 0 10px;
}

.contact {
    margin-bottom: 15px;
    margin-top: 10px;
}

.floor_right {
    float: right;
    width: 25%;
}

.floor_right span {
    color: #fff;
}

.floor_right div {
    float: left;
    margin-left: 20px;
    text-align: center;
    font-size: 14px;
}

.floor_right div img {
    display: block;
}

.index-foolr a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.footer,
.footer li,
.footer p {
    color: #fff;
}

.lookmore {
    display: none;
}

.menu-box-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}

.menu-box {
    position: absolute;
    width: 100%;
    top: -200px;
    left: 0;
    z-index: 100;
    overflow: hidden;
    display: none;
}

.menu-box li {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.menu-box li a {
    display: block;
    text-align: center;
    line-height: 36px;
    height: 36px;
    background-color: #074695;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}

.currentTitle {
    font-size: 20px;
    padding: 0 20px;
    margin-bottom: 15px;
    color: #fff;
}

.currentTitle a span{
    font-size: 20px;
    color: #fff;  
}
.close {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.swzll table {
    border-collapse: collapse;
}

.swzll table tr:first-child {
    background: #0f4cc4;
    color: #fff;
    height: 50px;
    font-weight: bold;
}

.swzll table tr td {
    padding: 20px;
    font-size: 16px;
    border: 1px solid #979797;
}

.fdckf-wrap {
    background: #fff;
    padding: 36px 36px 50px;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
}

.fdckftitle{
   /* width:80%; */
    float:left;
}
.fdckftitle1{
    width:18%;
    float:
    right;
    padding:20px;
    border:#ccc solid 1px;
    border-radius: 5px;
}
.fdcboh{
    clear:both;
}
.contrct h2{
    margin-bottom:10px;
    font-size:16px;
}
.contrct h2 span{
    display:
    block;
    background: url(../images/ddf1_03.png) left center no-repeat;
    padding-left: 30px;
    color: #0f4cc4;
}
.contrct h2:last-child span{
    display:
    block;
    background: url(../images/ddf2_03.png) left center no-repeat;
    padding-left: 30px;
    color: #0f4cc4;
}
.contrct h2 div{
    padding-left: 30px;
}
.fdckftitle h1{
    height: 45px;
    color: #0d1c28;
    font-size: 26px;
    line-height: 30px;
    padding-right: 10px;
    margin-bottom: 17px;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.fdckftitle h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #0543be;
}
.fdckftitle1 h1{
    height: 45px;
    color: #0d1c28;
    font-size: 26px;
    line-height: 30px;
    padding-right: 10px;
    margin-bottom: 17px;
    position: relative;
}

.fdckftitle1 h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #0543be;
}
.fdckf-content {
    margin-top: 30px;
}

.fdckf-content p {
    font-size: 18px;
    line-height: 50px;
    color: #323e52;
    text-indent: 2em;
}

.fdckf-content p img {
    display: block;
    margin: 20px auto;
}

.jykfbg {
    height: 524px;
    background: url(../images/fdcbf.png) top center no-repeat;
}

.xxzs-item .slick-next,
.xxzs-item .slick-prev {
    position: absolute;
    display: block;
    height: 63px;
    width: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, .57) url(../images/btns.png)no-repeat;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border-radius: 5px;
    border: none;
    outline: none;
}

.slick-prev::before,
.slick-next::before {
    content: "";
}

.xxzs-item .slick-prev {
    left: 0px;
    background-position: 2px 6px;
}

.xxzs-item .slick-next {
    right: 0px;
    background-position: -46px 6px;
}

.newtitle {
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: 25px;
}

.newtitle::after {
    left: 0;
}

.introbox {}

.intro_left {
    width: 666px;
    float: left;
}

.intro_left a {
    display: block;
    text-align: center;
}

.intro_right {
    float: right;
    width: calc(100% - 706px);
}

.intro_right p {
    text-indent: 2em;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 20px;
}

.intro_right p:last-child {
    margin-bottom: 0;
}

.fdcmall_item {
    padding-bottom: 100px;
}

.fdconeitem {
    float: left;
    /* margin-right: 20px; */
    width: calc((100% - 40px)/3);
    margin-bottom: 20px;
}

.fdc_bot {
    padding: 0 10px;
    display: block;
}
.fdc_bot a img{
	width:418px;
	height:322px;
}
.fdcdesc {
    padding: 0 20px 30px;
    background-color: #f7f8f9;
}

.fdcdesc>img {
    float: right;
}

.fdc_bot>img {
    width: 100%;
    display: block;
}

.f_cont {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.desctitlef {
    font-size: 18px;
    color: #0d1c28;
    padding: 10px 0;
    text-align:
    center;
    display: block;
}
.desctitlef a {
    color: #0d1c28;
}

.fdcmall_item .slick-next,
.fdcmall_item .slick-prev {
    position: absolute;
    display: block;
    height: 48px;
    width: 48px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: #fff;
    top: calc(100% - 63px);
    padding: 0;
    border-radius: 5px;
    border: none;
    outline: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.slick-prev::before,
.slick-next::before {
    content: "";
}

.fdcmall_item .slick-prev {
    left: calc(50% - 50px);
    background: url(../images/arrow_left.png)center center no-repeat;
}

.fdcmall_item .slick-next {
    right: calc(50% - 80px);
    background: url(../images/arrow_right.png)center center no-repeat;
}

.fdwrap-1{
    padding: 6px 30px 38px;
    background-color: #fff;
    margin-top: 0px;
}
.d1-slider{
    position: relative;
    height: 400px;
    overflow: hidden;
}
.d1-slul{
    position: relative;
}
.d1-slul ul{
    overflow: hidden;
    /* position: absolute;
    left: 0;
    top: 0; */
	background:url(../images/lbbg.png) 636px bottom no-repeat;
}
.d1-slul ul li{
    float: left;
    display: none;
}
.d1-left{
    float: left;
    width: 660px;
    height: 400px;
}
.d1-left img{
    display: block;
    width: 100%;
    height: 100%;
}
.d1-right{
    float: right;
    width: calc(100% - 660px);
    padding-left: 46px;
}
.grcont h1{
    margin-bottom:20px;
    font-size: 18px;
    color: #0f4cc4;
    font-weight:bold;
}

.grcont span{
    color: #0d1c28;
    font-weight:normal;
}
.d1-right h1 a{
    font-size: 22px;
    color: #0d1c28;
}

.d1-right h1 a:hover{
    color: #0f4cc4;
    font-size:26px;
}
.d1-right p{
    font-size: 16px;
    color: #999;
    line-height: 30px;
    margin-top: 54px;
}
.d1-control{
    position: absolute;
    top: 300px;
    left: 735px;
    width: 140px;
    z-index: 20;
}
.d1-ct{
    text-align: center;
    font-size: 18px;
    color: #9b9b9c;
}
.d1-ct span{
    color: #292429;
    font-weight: bold;
}
.d1-ct i{
    margin: 0 5px;
}
.d1-ct em{
    font-style: italic;
}
.d1-ccy{
    position: relative;
    margin-top: 8px;
    height: 22px;
}
.d1-btn{
    position: absolute;
    height: 22px;
    width: 11px;
    top: 0;
    cursor: pointer;
}
.d1-prev{
    left: 0;
    background: url(../images/gdf3_03.png) no-repeat;
}
.d1-next{
    right: 0;
    background: url(../images/gdf2_03.png) no-repeat;
}
.big-line{
    position: absolute;
    left: 23px;
    width: 92px;
    height: 1px;
    background-color: #c5c6c6;
    top: 11px;
}
.small-line{
    position: absolute;
    left: 0;
    width: 20px;
    height: 5px;
    background-color: #0543be;
    top: -2px;
    /* transition: .2s; */
}
.d1-btn:hover{
    opacity: 0.8;
}
.viedoo{
    width:800px;
    margin:0px auto;
}
.tupianews {
    width: 48%;
    float: left;
    margin: 0 8px 15px 7px;
    border: 1px solid #e3e3e3;
    padding: 10px;
}
.tupianews:hover {
    border: 1px solid #96baea;
    box-shadow: 0 0 4px #c5d9f4;
    cursor:pointer;
}
.tupianews:hover a{
    color: #074695;
    font-weight:bold;
}
.tupianews:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.tupianews1 {
    width: calc(33.333% - 15px);
    float: left;
    margin: 0 8px 15px 7px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    height: 565px;
}

.tupianews1 p{
    text-align:center;
    font-size:16px;
    padding: 10px 0px;
}
.tupianews1 img{
	width:100%;
	vertical-align: middle;
	max-width: 100%;
	max-height: 95%;
	display: table-cell;
	text-align: center;
}
.tupianewsL {
    width: 55%;
    float: left;
    position: relative;
    height: 181px;
}

.tupianewsL img {
    width: 285px;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
}

.tupianewsL span {
    width: 85px;
    height: 30px;
    background: #0f4cc4;
    display: inline-block;
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    right: 0;
    bottom: 5px;
}

.tupianewsr {
    width: 40%;
    float: right;
}

.tupiankuangtop {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 30px;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tupiankuangtop a{
    color:#111120;
}
.tupiankuangtop a:hover {
    color: #074695;
}

.tupianewsr p {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-top: 10px;
    text-indent: 2em;
}

#tyxl{
    top: 70%;
}
.mtjjg{
    margin-bottom: 20px;
}
.aside{
    position: fixed;
    left: 50%;
    margin-left: 615px;
    width: 48px;
    top: 30%;
    display: none;
    z-index: 8;
}
.aside li{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f4f7f9;
    margin-top: 5px;
    position: relative;
}
.aside li .a1{
    display: block;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}
.aside li .a1:hover{
    background: #074695;
}
.aside li .a1 i{
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/mhfs48_07.png) no-repeat;
    margin-top: 10px;
}
.aside li .a1 .i1{
    background-position: -448px -21px;
}
.aside li .a1:hover .i1{
    background-position: -448px -61px;
}
.wapad{
display:none;
}

.todBox{padding: 37px 0;height: 520px;background: url(../images/todbg.jpg) center top no-repeat;}
.todBoxl{height: 620px;background: url(../images/todbg1.jpg) center top no-repeat;}
.todBox2{height: 620px;background: url(../images/todbg2.png) center top no-repeat;}
.todBox-hd{height: 78px;color: #0d1c28;font-size: 26px;text-align: left; padding-left: 420px; line-height: 78px;}
.todNews{float: left;width: 455px;height: 470px;background: #fff;padding: 25px;}
.todNews .hd{clear: both;width: 100%;font-size: 26px;color: #0d1c28;margin-bottom: 20px;position: relative;}

.todNews .hd::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 42px;
    height: 2px;
    background-color: #0543be;
}
.todNewsItems .xwsedatedesc{width: 100%;box-shadow:none;border-bottom: 1px dashed #e6e6e6;}
.todNewsItems .xwsedatedesc:hover { border: 1px solid #96baea; box-shadow: 0 0 4px #c5d9f4;}
.todPro{float: right;width: 820px;padding: 25px 0px 0;}
.todPro .hd{clear: both;width: 100%;margin-bottom: 20px;overflow: hidden;}
.todPro .hd .H2Links{float: left; font-size: 26px; color: #0d1c28; position:relative}

.todPro .hd  .H2Links::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 42px;
    height: 2px;
    background-color: #0543be;
}
.todPro .hd .tabLinks{float: right; margin-top: 10px;}
.todPro .hd .tabLinks span{font-size: 16px; color: #81818d; padding: 5px 20px; background-color: #fff; border-radius: 15px; margin: 0 5px; cursor: pointer;}
.todPro .hd .tabLinks span.active{background-color: #0543be; color: #fff;}
.todPro .hd .tabLinks span a{color: #81818d;}
.todPro .hd .tabLinks span.active a{color: #fff;}
.todPro .bd{overflow: hidden;}
.topProItems{margin-left: -20px; margin-right: -20px;}
.topProItem {float: left;width: calc(100%/2); margin-bottom: 20px;}
.topProItem .fdc_bot{padding: 0 20px;}
.topProItem .fdc_bot>img{width: 390px;height: 258px;}
.topProItem .desctitlef{text-align: left;}
.topProItem .f_cont{font-size: 14px;line-height: 22px;display: block;}
.topProItem .fdcdesc{background: none;padding: 0;display: block;}
.topProItems .slick-next,
.topProItems .slick-prev {
    position: absolute;
    display: block;
    height: 68px;
    width: 34px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, .57) url(../images/ico_arrow.png)no-repeat;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border-radius: 5px;
    border: none;
    outline: none;
}


.topProItems .slick-prev {
    left: 20px;
    background-position: 0px 0px;
}

.topProItems .slick-next {
    right: 20px;
    background-position: -34px 0px;
}

.todBox1{padding: 0 30px;}
.todNews1{width: 425px;margin-top: 16px;}
.todNews2{width: 425px;margin-top: 16px; float:right}

.xwsedatedesc a {
    display: flex;
    justify-content: flex-start;
}

.pcad{
    text-align: center;
}

.zbtbtitle{width:auto;height:45px;display:inline-block;color:#fff;font-size:26px;text-align:center;line-height:45px;padding-left:20px;padding-right:20px;margin-bottom:17px;position:relative;background:#1e4592;margin-left:30px}
.zbtbtitle a{color:#fff}
.zbList{padding-left:30px;width:100%}
.zbList ul li{font-size:17px;margin-bottom: 20px;overflow:hidden;height: 48px;}
.zbList ul li a{width:85%;float:left;font-size:18px;padding-left:15px;color:#333;line-height:24px;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;position:relative}
.zbList ul li a:before{content:"";position:absolute;left:0px;top:12px;width:5px;height:5px;background:#999}
.zbList ul li a:hover:before{background:#0f4cc4}
.zbList ul li span{display:inline-block;float:right;text-align:right;font-size:14px;color:#999}
.zbList ul li a:hover{color:#0f4cc4}
.zbtbbox1 .zbtb_item:first-child{border-right: 1px solid #ddd;}

@media screen and (max-width: 1336px) {
    .w1336 {
        width: auto;
    }
   .tyx-wrap{
        margin-bottom:0px;
    }
   .position {
       padding:5px;
    }
    .header .top {
        position: relative;
        height: auto;
    }
    .s_btnapp {
        display: block;
        position: relative;
        z-index: 101;
    }
    .kx-banner-1 ,.kx-banner-2 {
        margin-top: 10px;
    }
    .kx-banner-1 .slick-dots,   .kx-banner-2 .slick-dots {
        position: absolute;
        bottom: 5px;
    }
    .kx-banner-1 .slick-dots li, .kx-banner-2 .slick-dots li,
    .kx-banner-1 .slick-dots li.slick-active,.kx-banner-2 .slick-dots li.slick-active  {
        width: 7px;
    }
    .kx-banner-1 img{
        min-height: 165px;
        width: 100%;
    }
    .kx-banner-2 img{
        width: 100%;
    }
    .header .top .logo {
        float: none;
    }
    .header .top .logo .alogo {
        display: none;
    }
    .header .top .logo .applogo {
        display: inline-block;
        width: 70%;
    }
    .logo>span {
        display: inline-block;
        width: 20%;
        text-align: right;
    }
    .nav-box {
        display: none;
        float: none;
        margin-right: 0;
        height: auto;
    }
    .nav-box.active {
        display: block;
    }
    .title {
        float: none;
        width: 100%;
        background: #f9f9f9;
        padding-left: 0;
        padding-right: 0;
        color: #fff;
    }
    .whcar {
        display: block;
        float: left;
        width: calc(100%/4);
        height: 36px;
        text-align: center;
    }
    .whcar img {
        width: 44px;
        margin-top: 4px;
    }
    .hcar {
        display: none;
    }
    .title .titleitem.active span,
    .title .titleitem span:hover,
    .title .titleitem span {
        color: #0d1c28;
    }

.title .titleitem.active span,
.title .titleitem span:hover {
    color: #0f4cc4 !important;
        font-weight: bold;
    }
    /* .title .titleitem:first-child {
        margin-left: calc(100%/4);
    } */
    .title .titleitem {
        width: calc(100%/4);
        line-height: 36px;
        text-align: center;
    }
    .title .titleitem span {
        margin: 0 8px;
    }
    .bg_box {
        margin-top: 10px;
        height: auto;
    }
    .bt_quick {
        display: none;
    }
    .box_left,
    .box_right {
        float: none;
        width: 95%;
        margin: 0 auto;
    }
    .box_left .tj_title {
        display: block;
         height:auto;
    }
    .box_left .tj_title img{
        width: 60%;
    }
    #imgslider{
        display:none;
        }
    .appnew a img{
        width: 100% !important;
    }
    .appnew a {
        line-height: 36px;
        text-align: center;
        font-size: 18px;
        color: #0d1c28;
    }
    .box_right .tj_title {
        display: none;
    }
    .gov li{
        padding:10px 0px;
    }
    .gov li a{
        font-size:16px;
        padding-left: 10px;
    }
    .sli_date {
        display: none;
    }
    .sli-qy a {
        width: calc(100% - 20px);
    }
    .tj_title {
        margin-top: 15px;
    }
    .news1 {
        float: none;
        width: 95%;
        margin: 15px auto;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 15px;
        position: relative;
    }
    .news1:nth-of-type(3) {
        margin: auto;
        border: 0;
    }
    .yyfwcon {
        width: 95%;
    }
    .newstitle,
    .yyfw_title {
        margin: 5px auto;
    }
    .yyfw_title img {
       width: 60%;
    }
    .newsPic::after,
    .yyfw::before {
        background-color: #fff;
    }
    .newsPic {
        display: none;
        background-color: #f9fafb;
    }
    .newsPicapp {
        display: block;
    }
    .newsTop {
        float: left;
        width: 30%;
    }
    .newsdesc {
        float: left;
        width: 100%;
        margin: auto;
        padding: 0 10px 30px 10px;
    }
    .gkyj_date {
        display: none;
    }
    .s_gkyj_date {
        display: block;
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #818385;
    }
    .gkyj_scontent {
        width: 100%;
        /* float: none; */
    }
    .yyfw {
        height: auto;
    }
    .yyfw_left {
        width: 100%;
        padding-left: 0;
    }
    .yyfw_right {
        width: 100%;
        margin:20px  auto;
        padding: 10px;
    }
    .lookmore {
        display: block;
        background-color: #f3f4f8;
        text-align: center;
        height: 50px;
        line-height: 50px;
        color: #818385;
        font-size: 16px;
        border-radius: 25px;
        margin-bottom: 10px;
        margin-top: 10px;
        clear: both;
    }
    .lookmore a {
        color: #818385;
        display:block;
    }
    .bt_quick {
        width: 95%;
        margin: auto;
        height: auto;
        background: #fff url(../images/bgbt.png) center bottom no-repeat;
        background-size: 100% 250px;
    }
    .kjyy {
        display: none;
    }
    .kjyy_03 {
        display: block;
        float: left;
        width: 75px;
    }
    .quickapp ul {
        width: calc(100% - 90px);
        margin-left: 15px;
    }
    .gkly-icon {
        width: 40px;
        height: 40px;
        right: 5px;
        bottom: 5px;
        background-size: 100% 100%;
    }
    .quickapp li:hover .gkly-icon {
        background-size: 100% 100%;
    }
    .quickapp li>a {
        padding-top: 13px;
    }
    .quickapp {
        padding-top: 20px;
    }
    .intro-t1>span {
        display: block;
        font-size: 14px;
        line-height: 150%;
    }
    #share {
        display: block;
    }
    .an-index-links {
        display: none;
    }
    .floor_left,
    .floor_right {
        float: none;
        width: 100%;
        font-size: 14px;
    }
    .contact,
    .floor_right {
        display: none;
    }
    .index-foolr a {
        font-size: 14px;
    }
    .floor_left p {
        padding: 0 10px;
    }
    .floor_left p a,
    .floor_left p span {
        padding: 0;
    }
    .floor_left p span:nth-child(2n+2) {
        padding-left: 10px;
    }
    .searchConBt {
        display: none;
        position: absolute;
        right: 0;
        top: -70px;
        float: none;
    }
    .searchConBtApp {
        display: block;
    }
    .search {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        background: #f9f9f9;
        padding-top:10px;
        clear: both;
    }
    .search #searchForm{
        width:95%;
        margin: 0 auto;
    }
    .search:before {
        border: 0;
    }
    .navLeft::after {
        background-color: #fff;
    }
    .fiveitem:hover {
        background: #0955b5 url(../images/fiveitembg.png) top left no-repeat;
    }

    .sli-qybox img {
        height: auto;
        /* min-height: 200px; */
    }
   .xxzs-item .sli-qybox a {
       font-size:16px;
    }
   .xxzs-item  .sli-qybox img {
        height: auto;
        min-height: 120px; 
    }
    .news1 img.kjyys {
        height: 100%;
    }
    .gkyj_scontent a {
        display: block;
        width: 100%;
    }
    .newposition {
        margin-top: 0;
    }
    .zptab li {
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }
    .zptab {
        margin-bottom: 15px;
    }
    .zplist {
        padding: 0 8px;
        margin-bottom: 20px;
    }
    .zbtbbox2{
        min-height:auto;
        margin-bottom: 20px;
        padding-top: 0px;
        background:none;
    }
    .zplist .xwsedatedesc:nth-child(4){
        display:none;
    }
    .zplist .xwsedatedesc:nth-child(5){
        display:none;
    }
    .zplist .xwsedatedesc:nth-child(6){
        display:none;
    }
    .zplist .xwsedatedesc:nth-child(7){
        display:none;
    }
    .zplistcont{
        margin-bottom:20px;
    }
    .datedesc {
        padding: 8px;
        margin-bottom: 10px;
    }
    .zplist .datedesc {
        padding: 5px;
        margin-bottom: 5px;
    }
    .listcont {
        display: block;
        padding: 0px 5px;
        margin-bottom: 20px;
    }
    .list_left {
        float: none;
        width: 100%;
        background: none;
        padding-bottom: 10px;
    }
    .newscenter {
        width: 100%;
        height: auto;
        color: #fff;
        font-size:18px;
        background-color: #1e4592;
    }
   .list_scontent h2 {
        font-size:16px;
    }
    .listday {
        font-size:16px;
    }
     .listyear{
        font-size:14px;
    }
    .newsword {
        padding: 10px;
    }
    .navlist {
        width: 100%;
        background: none;
        /* background-size: cover; */
        display: none;
    }
    /*.navlist1 {
        display: block;
    } */
    .navlist li {
        display: block;
        padding: 4px 17px;
        margin-left: 0;
        line-height: 30px;
        /* border-bottom: none; */
        background: #f7f7f7;
        font-size: 16px;
        min-height: 30px;
    }
    .navlist li a,.navlist li span{
        font-size: 16px;
        /* text-align: left; */
        padding-left: 14px;
        /* background: url(../images/gdf2_03.png) no-repeat right center/10px 16px; */
    }
    .navlist li a:before,.navlist li span:before {
        /* width: 0; */
        background:#ccc
    }
    .list_right {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        min-height:auto;
    }
    .yyfwsmal {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .xwbox_left {
        float: none;
        width: 98%;
        margin: 0 auto 20px;
        height: auto;
    }
    .xw-item {
        position: inherit;
    }
    .zxzcjd1 {
        width: 100%;
        height: auto;
    }
    .xwbox_right,
    .xwitem_left,
    .xwitem_right,
    .xws_left {
        float: none;
        width: 100%;
        padding: 0;
    }
    .xws_right {
        float: none;
        width: 100%;
        padding-right: 0;
        border-left: none;
    }
    .xwsmall_item {
        margin-left: 0;
    }
    .xwsmall_item1 {
       display:none;
    }
    .xwtitem_left {
        width: 95%;
        float: none;
        margin: 0 auto 10px;
    }
    .xwtitem_left:nth-child(2n+2) {
        margin-bottom: 0;
        margin-left: auto;
    }
    .xwtitlepos {
        width: 130px;
        font-size: 24px;
        padding: 5px 15px;
        height: 40px;
    }
 
    .xwtitle {
        padding-left: 0px;
        margin-bottom: 5px;
    }
    .xwtitle::after{
        left: 0px;
        width:36px;
    }
    .yyfwbox2 .xwsedatedesc {
        width: 100%;
        margin-bottom: 20px;
        padding: 10px;
    }
    .yyxl_left {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
    }
    .searchxl_right {
        float: none;
        width: 100%;
        padding-left: 5px;
    }
    .searchxlCon {
        position: relative;
        padding: 5px;
        padding-bottom: 60px;
    }
    .searchXlBtn {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .xlplace1{
        width: 250px;
    }
    .pwxxinfo {
        padding: 0px;
    }
    .wmcc_left ,.swzl_right{
        width: 100%;
        float: none;
        /* margin-bottom: 20px; */
        padding: 0px;
    }
    .swzlul{
        width:100%;
        height: auto;
        margin: 0px;
        background-size: 100%;
    }
    .swzlul li a{
        font-size:16px;
    }
    .zxzcjd_l,
    .zxzcjd,
    .zxzcjd_r {
        float: none;
        width: 100%;
        height: auto;
    }
    .zxzcjd2 {
        margin: 0 auto;
    }
    .yyfwbox1 {
        height: auto;
    }
    .next1 {
        left: 70%;
        transform: translateX(-70%);
        bottom: 3px;
    }
    .previous1 {
        left: 30%;
        transform: translateX(-30%);
        bottom: 3px;
    }
    .loadProgress1 {
        left: 50%;
        transform: translateX(-50%);
        bottom: 25px;
    }
    .zxzcjd_l .linka {
        text-align: center;
    }
    .yyfwitem {
        padding-bottom: 100px;
    }
    .jd_title {
        height: auto;
    }
    .zxzcjd_l img {
        width: auto;
        margin: 0 auto;
        height: 227px;
    }
    .zbplace li {
        width: calc(100%/4);
    }
    .popupDiv {
        max-width: 85%;
        overflow-x: auto;
    }
   
    .zbtb_item {
        float: none;
        width: 100%;
        padding: 5px;
        margin-bottom: 5px;
    }
    
    #div_div {
        display: none;
    }
    .swzll table {
        width: 100% !important;
    }
    .swzll table tr td {
        width: 25% !important;
        white-space: pre-wrap;
    }
    .jykfbg {
        height: auto;
        background: url(../images/fdcbf.png) bottom center no-repeat;
    }
    .intro_left,
    .intro_right {
        float: none;
        width: 98%;
    }
    .intro_right {
        margin: 0 auto;
    }
    .subway,.subway1,.subway2,.subwayy{
        display:none;
    }
    .viedoo{
        width:90%;
       }
    .viedoo video{
        width:100%;
       height:auto;
       }

       .tupianews{
           width:100%;
       }
      .tupianewsL{
           width:100%;
       }
    .tupianewsL img{
           width:100%;
           height:180px;
     }
      .tupianewsr{
           width:100%;
       }
.d1-slider{
       height: auto;
      /* padding-bottom: 114px; */
    }
    .d1-slul ul li{
        float: none;
    }
    .bd-banner{
        height: 140px;
        background-size: cover;
    }
    .fdwrap-1{
        /*  margin-top: 10px;*/
      padding-bottom: 20px;
    }
.fdwrap-2{
        padding-top: 10px !important;
      padding-bottom: 20px  !important;
     background:none  !important;
    }
    .d1-left{
        width:100%;
        height:calc(100vw*0.6);
        float: none;
    }
    .d1-right{
        padding-left:0;
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .fdwrap-1{
        padding-left: 10px;
        padding-right: 10px;
    }
    .d1-control{
        top: 83%;
        left: 50%;
        margin-left: -70px;
    }
    .d1-right p{
        margin-top: 20px;
        padding: 0px 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
  .fdckftitle,.fdckftitle1{
        float: none;
        width: 100%;
        margin-bottom: 20px;
  }
  .d2f1-content,.d2f2-content{
        margin-top: 0px !important;
  }

.list_date{
    width: 60px !important;
    text-align: left;
    margin-right: 14px;
}
    .listday::after{
        display:none;
    }
.tyx-content p img,.tyx-content img{
     height:auto  !important;
}
.tyx-content audio{
    max-width:100%;
}
.pcad{
display:none;
    text-align: center;
}
.wapad{
display:block;
}
    .todNews .hd{
        margin: 0px;
        font-size: 18px;
    }
    .todBox1{
        padding:0px; 
    }
    .todBox1 .xwtitle1{
        display:none;
    }
#sp-tab-c video{
    width:100% !important;
    height:100% !important;
}

    .zbList ul li{height: auto;}
    .zbList ul li a{width: 95%;}
    .zbList ul li span{float: left;}
}

@media screen and (min-width: 768px) and (max-width: 1336px) {
    .logo>img {
        width: 100px;
    }
    .center-img {
        max-width: 120px;
        max-height: 120px;
    }
    .fiveitem {
        float: left;
        width: calc((100% - 20px)/2);
        height: 144px;
        padding-top: 0;
        background: #fff url(../images/fiveitembg.png) top left no-repeat;
        margin-top: 10px;
        text-align: left;
    }
    .fiveitem:nth-child(2n+2) {
        margin-right: 0;
    }
    .fiveitem .icon {
        float: left;
        margin-top: 48px;
        margin-left: 60px;
        margin-right: 70px;
    }
    .zwname {
        margin-top: 50px;
    }
    .quickapp li {
        float: left;
        width: calc((100% - 20px)/3);
        height: 87px;
        margin-right: 10px;
        margin-bottom: 10px;
        position: relative;
    }
    .quickapp li:nth-child(3n+3) {
        margin-right: 0;
    }
    .center-txt {
        font-size: 24px;
    }
    .todBox1{
       padding:0px;
    }
}

@media screen and (max-width: 767px) {
    .navRightSele {
        display: block;
    }
    .navRight {
        display: none;
    }
    .fiveitem {
        width: 100%;
        height: 115px;
        padding-top: 0;
        background: #fff url(../images/fiveitembg.png) top left no-repeat;
        margin-top: 10px;
        text-align: left;
    }
    .fiveitem .icon {
        float: left;
        margin-top: 30px;
        margin-left: 60px;
        margin-right: 70px;
    }
    .zwname {
        margin-top: 35px;
    }
    .quickapp li {
        float: left;
        width: calc((100% - 10px)/2);
        height: 87px;
        margin-right: 10px;
        margin-bottom: 10px;
        position: relative;
    }
    .quickapp li:nth-child(2n+2) {
        margin-right: 0;
    }
    .newsPicapp {
        padding: 10px 0;
        margin: 20px auto 10px;
    }
    .center-img {
        max-width: 80px;
        max-height: 80px;
    }
    .center-txt {
        font-size: 16px;
    }
    .zbinfolist {
        padding: 0;
    }
    .zboneinfo {
        width: 100%;
    }
    .zbplace {
        padding: 0 10px;
        overflow: hidden;
    }
    .zbplace li {
        width: 100%;
        padding-right: 0;
        font-size: 16px;
    }
    .popupDiv {
        max-width: 85%;
        padding: 0 10px;
        max-height: 80%;
        overflow-x: auto;
    }
    .chosexl {
        padding: 6px 5px 0;
    }
    .chosexl li {
        width: calc((100% - 60px)/6);
        margin-right: 10px;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
    }
    .chosexl li.active {
        height: 46px;
    }
    .xltb {
        width: 100%;
        margin: 0;
    }
    .xltb th,
    .xltb td {
        font-size: 14px;
    }
    .wmoneitem {
        width: calc((100% - 20px)/2);
        /* float: none; */
        margin-bottom: 20px;
    }
    .wmoneitem1 {
       display:block;
    }
    .wmoneitem:nth-child(3n+3){
        margin-bottom: 20px;
        margin-right: 20px;
    }
    .wmoneitem:nth-child(2n+2){
        margin-right: 0px;

    }
    .wmoneitem:last-child{
        margin-right: 0px;
    }
    .wmcc_bot {
        padding-left: 0;
        justify-content: center;
    }

    .zbtblist .datedesc {
        float: none;
        width: 100%;
    }
    .zptab li {
        float: left;
        padding: 0px 5px;
    }
   .zptab li:last-child{
       padding-right:0px;
   }
   .xlcx .zbcx{
       width:auto;
       padding-right: 40px;
   }
   .pager{
       margin-bottom: 0px;
   }
DIV.page-box{
       margin:0px !important
}
    .line-item{
        margin-top:-10px;
        margin-bottom:10px;
    }
    .line-item a{
        padding:10px;
        font-size: 16px;
    }
    .d1-right h1 a{
        font-size:18px;
    }
    .tid-title h1 a{
        font-size: 18px !important;
        margin-right: 20px !important;
    }
   .d4-time em,.ds-time span,.d4-text span,.ds-text span{
        font-size: 16px !important;
    }
    .ds-time em ,.d4-time span,.fd4l-content{
        font-size: 14px !important;
        margin-top:0px  !important; 
     }
     .d4-text em,.ds-text em{
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    .ds-time span ,.d4-time span{
        padding-bottom:5px !important;
    }
    .d2f1-lists li,.fd4l-c1 li,dl,.jsghwrap,.xwsrdatedesc{
        padding: 5px !important;
    }
    .jsghwrap{
       background:none !important;
    }
    .tid-title h4 a{
        font-size:16px !important;
    }
    dl dd a{
        font-size:16px !important;
    }
    dl dd span{
        font-size:14px !important;
    }
    .xwtitle a,.xwtitle1 a{
        font-size:18px !important;
    }
    .xwslistday,.xwlistday{
        font-size:16px !important;
        text-align: left;
    }
    .xwslistyear,.xwlistyear{
        font-size:14px !important;
    }
    .xwselist_date{
        width:auto !important;
        margin-right: 14px;
    }
    .xwlist_scontent{
       width: calc(100% - 70px);
    }
    .xwlist_scontent h2{
        font-size:16px !important;  
    }
    .xwitem_left .xwposdesc{
        font-size:16px !important;
        height: 40px;
        -webkit-line-clamp: 1;
        padding-top: 10px;
    }
    .xwslistday::after{
        width:20px;
        left:0;
    } 
    .xwimgdesc{
        height:auto !important; 
    }
   .jtxw2_box,.yyfwbox4{
        padding:10px !important;
        margin-bottom: 10px !important;
        display: block;
    }
    .pwxxtitle{ 
        font-size:18px !important;
        width: auto;
    }
    .pwxxtitle::after{
        width:36px;
        top:36px;
        left: 0px;height:2px;
    }
    .pwxxinfo ul{
        width:100%;
         margin-top: 10px;
    }
    .pwxxinfo li{
        width: calc((100% - 10px)/3);
    }
    .yyfw-title,.wmccdesc,.wmcc_bot>span{ 
        font-size:16px !important;
    }
    .yyfwbox2{
         padding: 5px !important;
         margin: 5px !important;
    }
    .xwtitle1{
        height: 30px;
        line-height: 22px;
        margin-bottom: 10px !important;
        text-align: left;
        padding-left: 10px;
    }
    .xwtitle1::after{
        bottom:-2px!important;
        width: 36px;
        left: 10px;
    }
    .zbtbimg{
        margin-left:0px;
    }
    .zbtb_item .xwsedatedesc{
         padding: 5px !important;
         margin: 5px !important;
    }
    .zptab li a{
        font-size:16px;
    }
    .rjsy img{
        padding-left:5px;
    }
    .tyx-content{
        margin: 10px;
        width: 96%;
        clear: both;
    }
    .tyx-content table{
        width: 100% !important;
        clear: both;
    }
    .tyx-content p,.tyx-content span{
        /* padding: 5px 10px; */
        /* width: 96%; */
        font-size: 14px;
        line-height: 150%;
    }
    .tyx-title{
        font-size:18px;
        line-height: 150%;
    }
.glapp{
	     display:block;
	     position:absolute;
	     right:20px;
	     top: 14px;
	     background: url(../images/glapp.png) no-repeat center;
	     width: 22px;
	     }
.tyx-wrap{
padding:10px;
}
.yyfwbox3bg{
background:none;
height:auto;
}
.fgxm-tab{margin: 10px !important;}
.fgxm-title a:nth-of-type(4n){
        border-right: 1px solid #dddddd;
}
.xltitle{
        font-size:16px;
    }
    .d1-slul ul{
    background: url(../images/lbbg.png) right bottom no-repeat;
    padding-bottom: 100px;
    }
   .gdry-tabco  .d1-slul ul{
    padding-bottom: 0px;
    }
    .dtxxl{
        margin-bottom:20px;
        background: none;
        padding: 0px;
    }
    .xw_second{
        background:transparent;
    }
    .yyfwbox2 .xwsedatedesc:nth-child(3n+3){
        margin-bottom:0px;
    }
    .xwbot{
        margin: 20px auto;
    }
.xwimgdesc1{
        height: auto;
    }
.xwsedatedesc11{
        margin-left:0px;
}
.fd4-box{
         margin-top:20px !important;
         margin-bottom:20px !important;
}
.xwitem_right .xwsedatedesc:nth-child(2){
    display:none;

}
.xwitem_right .xwsedatedesc:nth-child(3){
    display:none;

}
.xwitem_right .xwsedatedesc:last-child{
    display:none;

}
.fdckf-wrap{
     padding:10px;
}
.fdckftitle h1 ,.fdckftitle1 h1{
        font-size: 18px;
}
.fdckftitle h1::after,.fdckftitle1 h1::after{
   bottom:10px;
   width:35px;
}

.kx-banner-1{
    display: none !important;
}
.kx-banner-2{
    display: block  !important;
}
.mt20 {
    margin-top: 0px;
} 
.mt30 {
    margin-top: 20px;
} 
    .zbtbimg img{
        height:auto;
    }

    .todBox{padding: 5px;height: auto;background: none;}
    .todBox-hd{width: 100%;padding:0px;line-height: 36px;height: 47px;display: none;}
    .todNews{float: none;width: 100%;height: auto;padding: 5px;margin: 0px;}
    .todPro{float: none; width: 100%;}
    .todPro .hd .H2Links{width: 30%;/* float: none; */font-size: 18px;}
     .todPro .hd .tabLinks{/* margin-top:0px; */height: 30px;}
     .topProItem .fdc_bot>img{width:100%;height: auto;}
.topProItem .f_cont{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    font-size: 14px;
}
}

@media screen and (max-width: 340px) {
    .title .titleitem span {
        font-size: 16px;
    }
.xlcx .zbcx{margin-left:10px;width: 140px;/* font-size: 16px; */padding-right: 10px;}
.xlcx span{
padding-left:20px;
}
.xwsedatedesc a {
    display: flex;
    justify-content: space-around;
}
.xwselist_date{
       width: 65px !important;
    }

    .xwlist_scontent{
       width: calc(100% - 100px);
    }
.xwslistyear, .xwlistyear{
   text-align:left !important;
}
}

