﻿@charset "utf-8";
html {
    font-size: 0.625em;
}

body {
    font-family: "微软雅黑";
    background: url("../images/bodybg.png") top no-repeat;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img {
	border: none;
}
li {
    list-style: none;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
a {
    outline: none;
    text-decoration: none;
    color: #000;
}
a:hover {
	color: none;
}
input, img, button {
    outline: none;
    border: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.webTop {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    background: url('../images/webTopBg.png') center no-repeat;
}
.webTop p {
    font-size: 14px;
}
.logoImg {
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.logoImg img {
    display: block;
    margin-top: 25px;
}
.logoImg .search {
    width: 370px;
    height: 42px;
    margin-top: 55px;
    background: #fff;
    border-radius: 50px;
}
.logoImg .search input {
    border: none;
    background: none;
    width: 273px;
    height: 40px;
    font-size: 14px;
    vertical-align: bottom;
    padding: 0 20px;
}
.logoImg .search span {
    display: inline-block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #a81214;
    color: #fff;
    font-size: 18px;
    letter-spacing: 10px;
    border-radius: 50px;
    margin-top: 1px;
    cursor: pointer;
}
.navily {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    background: #a81214;
}
.navily li {
   width: 143px;
    height: 60px;
}
.navily li a {
    display: block;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.navily li:hover {
    background: #fff;
}
.navily li:hover a {
    color: #a81214;
}


.topNews {
    width: 100%;
    height: 110px;
    background: url('../images/topNewsBg.png') no-repeat left;
    text-align: center;
}
.topNews .topNews_title {
    font-size: 30px;
    color: #a81214;
    line-height: 76px;
}
.topNews .topNews_des {
    font-size: 16px;
}
.topNews .topNews_des a {
    font-size: 16px;
    color: red;
}

.imgNews {
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
}
.imgNews .imgNews_swiper {
    width: 700px;
    height: 370px;
}
.imgNews .imgNews_swiper img {
    display: block;
    width: 700px;
    height: 370px;
}
.imgNews .imgNews_swiper p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, .3);
}
.imgNews .imgNews_swiper .swiper-pagination {
    text-align: right;
    bottom: 16px;
}
.imgNews .imgNews_swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.imgNews .imgNews_swiper .swiper-pagination-bullet-active {
    background: #a81214;
}
.imgNews .imgNews_cont {
    width: 460px;
    height: 370px;
    padding: 20px;
    background: #f2f2f2;
    overflow: hidden;
}
.imgNews .imgNews_cont .imgNews_title {
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}
.imgNews .imgNews_title li {
    width: 25%;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.imgNews .imgNews_title li a {
   font-size: 16px;
}
.imgNews .imgNews_title li.active {
    background: #a81214;
}
.imgNews .imgNews_title li.active a {
    color: #fff;
}
.imgNews .imgNews_boot {
    width: 100%;
    margin-top: 20px;
}
.imgNews .imgNews_boot li,.szfxx_list li{
    position: relative;
    width: 100%;
    padding-left: 10px;
    line-height: 35px;
    height: 35px;
}
.imgNews .imgNews_boot li::before,.szfxx_list li::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #ccc;
}
.imgNews .imgNews_boot li a {
    display: block;
    font-size: 16px;
}
.imgNews .imgNews_boot .szfxx_list li a{
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}
.imgNews .imgNews_boot li a span,.szfxx_list li span{
    font-size: 14px;
    color: #777777;
}
.imgNews .imgNews_boot li:hover a,.szfxx_list li:hover a{
    color: #a81214;
}
.szfxx_list li span{float: right;}
.content_one, .content_tow {
    margin-top: 20px;
    padding: 0 20px;
}
.content_left, .content_mid {
    width: 373px;
    margin-right: 20px;
}
.content_right {
    width: 370px;
}
.content_title {
    width: 100%;
    margin-bottom: 20px;
}
.content_title li {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}
.content_title li::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-9px);
    content: '';
    width: 1px;
    height: 18px;
    background: #ccc;
}
.content_title li:last-child::after {
    display: none;
}
.content_title li a {
    font-size: 18px;
    color: #777777;
}
.content_title li.active a {
    color: #a81214;
    font-weight: bold;
}
.content_cent {
    width: 100%;
    height: 362px;
    padding: 10px;
    border: 1px solid #ccc;
}
.content_cent li {
    position: relative;
    width: 100%;
    line-height: 34px;
    padding-left: 10px;
}
.content_cent li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #ccc;
}
.content_cent li a {
    font-size: 16px;
}
.content_cent li a span {
    font-size: 14px;
    color: #777777;
}
.content_cent li:hover a {
    color: #a81214;
}
.content_rtitle {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    color: #a81214;
}
.content_rtitle i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/govindis.png') center no-repeat;
    vertical-align: middle;
}
.content_rcent {
    width: 100%;
    height: 362px;
    padding: 20px 10px;
    border: 1px solid #ccc;
}
.content_rcent li {
    width: 100%;
    height: 38px;
    margin-bottom: 2px;
    padding: 0 20px;
    background: #f2f2f2;
    line-height: 38px;
}
.content_rcent li a {
    display: block;
    font-size: 16px;
}
.content_rcent li a i {
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url('../images/arrow.png') center no-repeat;
    margin-top: 10px;
}
.content_rcent li:hover a {
    color: #a81214;
}

.slogan {
    width: 100%;
    height: 108px;
    margin-top: 20px;
    padding:  0 20px;
}
.slogan img {
    display: block;
    width: 100%;
    height: 108px;
}

.content_tow .content_left .content_cent {
    height: 297px;
}
.content_sycent {
    width: 100%;
    height: 297px;
    padding: 20px;
    border: 1px solid #ccc;
}
.content_sycent li {
    position: relative;
    width: 180px;
    height: 75px;
    margin-bottom: 10px;
    line-height: 75px;
    text-align: center;
    border: 1px solid #ccc;
}
.content_sycent li:nth-of-type(2n) {
    float: right;
}
.content_sycent li::before {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-21px);
    content: '';
    width: 1px;
    height: 42px;
    background: #f2f2f2;
}
.content_sycent li i {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-11px);
    width: 22px;
    height: 22px;
    background: url('../images/202102021651.png') center no-repeat;
    vertical-align: middle;
}
.content_sycent li span {
    display: block;
    font-size: 18px;
    padding-left: 30px;
}
.content_sycent li:hover span {
    color: #a81214;
}

.content_zttitle {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    color: #a81214;
    font-weight: bold;
}
.content_zttitle span {
    margin-top: 6px;
    font-size: 12px;
    color: #777777;
    font-weight: normal;
}
.content_ztcent {
    width: 100%;
    height: 297px;
    padding: 20px 10px;
    border: 1px solid #ccc;
}
.content_ztcent li {
    width: 100%;
    height: 75px;
    margin-bottom: 10px;
}
.content_ztcent li img {
    width: 100%;
    height: 75px;
}

.special {
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
}
.special .content_title {
    margin-bottom: 0px;
}
.content_spcent {
    width: 100%;
    padding: 20px 0 0;
}
.content_spcent .special_swiper {
    width: 100%;
    height: 166px;
}
.content_spcent .special_swiper img {
    display: block;
    width: 100%;
    height: 166px;
}
.content_spcent .special_left {
    width: 31px;
    height: 166px;
    margin-right: 10px;
    background: url('../images/special_left.png') center no-repeat;
    cursor: pointer;
}
.content_spcent .special_right {
    width: 31px;
    height: 166px;
    background: url('../images/special_right.png') center no-repeat;
    cursor: pointer;
}


@font-face {
    font-family: 'iconfont';
    /* project id 2018165 */
    src: url('//at.alicdn.com/t/font_2018165_6paowzl91ut.eot');
    src: url('//at.alicdn.com/t/font_2018165_6paowzl91ut.eot?#iefix') format('embedded-opentype'),
        url('//at.alicdn.com/t/font_2018165_6paowzl91ut.woff2') format('woff2'),
        url('//at.alicdn.com/t/font_2018165_6paowzl91ut.woff') format('woff'),
        url('//at.alicdn.com/t/font_2018165_6paowzl91ut.ttf') format('truetype'),
        url('//at.alicdn.com/t/font_2018165_6paowzl91ut.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/* <!-- 底部 --> */
.footer {
    height: initial;
    margin-top: 20px;
    border-top: 1px solid #a81214;
}

.footer_link {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer_link .js_link {
    height: 40px;
    line-height: 40px;
}

.footer_link div.active .js_ds {
    display: none;
}

.footer_link .js_link .js_z:nth-child(1) {
    margin-left: 0px;
}

.footer_link .js_link .js_z {
    float: left;
    width: 185px;
    cursor: pointer;
    position: relative;
    border: 1px solid #ccc;
    margin-left: 11px;
    border-radius: 2px;
}

.footer_link .js_link .js_z span {
    display: block;
    font-size: 16px;
    width: 148px;
    border-right: 1px solid #ccc;
    text-indent: 12px;
}

.footer_link .js_links {
    position: relative;
}

.footer_link .js_links ul {
    width: 1195px;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow-x: hidden;
    height: 166px;
    background: #fff;
    overflow-x: scroll;
}

.footer_link .js_links li {
    float: left;
    width: 265px;
    line-height: 2;
    padding: 0 12px;
    box-sizing: content-box;
}
.footer_link .js_links .ul_2 li{
    width: 60px;
  	white-space: nowrap;
}
.footer_link .js_links li a {
    font-size: 14px;
}

.js_z1 .js_ds {
    display: block;
}

.js_z1 .js_ds2 {
    display: none;
}

.js_z i {
    position: absolute;
    cursor: pointer;
    top: 12px;
    right: 12px;
    height: 20px;
    line-height: 20px;
}

.footer_bot {
    height: 166px;
}

.footer_bot_fl {
    margin-top: 58px;
}

.footer_bot_fr {
    margin-top: 25px;
}

.footer_bot_fr a {
    float: left;
    margin-left: 20px;
}

.footer_bot_ct {
    margin-left: 20px;
}

.footer_bot_ct_t {
    margin: 20px 0 17px;
}

.footer_bot_ct_t a {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

.footer_bot_ct_b p {
    margin-bottom: 8px;
}

.footer_bot_ct_b p a {
    display: inline-block;
}

/*新增模块样式*/
.mian_news {
    width: 100%;
    margin-bottom: 20px;
}
.mian_news .new_box.government {
    width: 100%;
    height: 370px;
}
.mian_news .new_box.government .new_title {
  	margin:20px 20px 0;
    background: url(../images/mainListBgChang.png) center no-repeat;
    background-size: cover;
}
.mian_news .new_title p.active {
    background: #a81214;
}
.mian_news .new_title p {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
}
.mian_news .new_title p.active a {
    color: #fff;
    font-size: 18px;
  
}
.government .government_login a {
    padding: 2px 20px;
    line-height: 40px;
    font-size: 14px;
    background: #a81214;
    border-radius: 5px;
    color: #fff;
    margin-right: 20px;
}
.clear::after {
    content: "";
    display: block;
    clear: both;
}
.government_cent {
    width: 100%;
    padding: 10px 20px;
}
.government_cent .government_tab {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.government_cent .government_tab p {
    position: relative;
    width: 140px;
    height: 40px;
    margin-right: 25px;
    text-align: center;
    font-size: 20px;
}
.government_cent .government_tab p::after {
    position: absolute;
    top: 6px;
    right: -10px;
    content: '';
    width: 0px;
    height: 20px;
    border-left: 1px dotted rgba(0, 0, 0, .1);
}
.government_cent .government_tab p.active {
    border-bottom: 2px solid #a81214;
    color: #a81214;
    font-weight: bold;
}
.government_tab_list {
    width: 100%;
    margin: 15px 0;
}
.government_tab_btn p {
    position: relative;
    width: 130px;
    height: 80px;
    margin-bottom: 15px;
    border-radius: 5px;
    text-align: center;
    line-height: 80px;
    color: #1074b6;
    font-size: 18px;
    background: #f3f9ff;
    cursor: pointer;
}
.government_tab_btn p.active {
    background: #a81214;
    color: #fff;
}
.government_tab_btn p i {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 15px;
}
.government_tab_btn p i.grfw {
    background: url(../images/grfw.png) center no-repeat;
}
.government_tab_btn p.active i.grfw {
    background: url(../images/grfw_active.png) center no-repeat;
}
.government_tab_btn p.active::after {
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -10px;
    content: '';
    width: 20px;
    height: 20px;
    background: #a81214;
    transform: rotate(45deg);
    z-index: 0;
}
.government_tab_btn p i.frfw {
    background: url(../images/frfw.png) center no-repeat;
}
.government_tab_btn p.active i.frfw {
    background: url(../images/frfw_active.png) center no-repeat;
}
.government_tab_cent {
    width: 1000px;
}
.government_tab_cent ul {
    display: none;
}
.government_tab_cent ul.active {
    display: block;
}
.government_tab_cent li {
    width: 125px;
    height: 80px;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
}
.government_tab_cent li.mar_ri {
    margin-right: 20px;
}
.government_tab_cent li.mar_bot {
    margin-bottom: 20px;
}
.government_tab_cent li i {
    display: block;
    width: 35px;
    height: 35px;
    margin: 10px auto;
}
.government_tab_cent li span {
    font-size: 14px;
    color: #333;
}
.government_tab_cent li i.grfw01 {
    background: url('../images/grfw_01-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw01 {
    background: url('../images/grfw_01.png') center no-repeat;
}
.government_tab_cent li i.grfw02 {
    background: url('../images/grfw_02-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw02 {
    background: url('../images/grfw_02.png') center no-repeat;
}
.government_tab_cent li i.grfw03 {
    background: url('../images/grfw_03-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw03 {
    background: url('../images/grfw_03.png') center no-repeat;
}
.government_tab_cent li i.grfw04 {
    background: url('../images/grfw_04-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw04 {
    background: url('../images/grfw_04.png') center no-repeat;
}
.government_tab_cent li i.grfw05 {
    background: url('../images/grfw_05-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw05 {
    background: url('../images/grfw_05.png') center no-repeat;
}
.government_tab_cent li i.grfw06 {
    background: url('../images/grfw_06-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw06 {
    background: url('../images/grfw_06.png') center no-repeat;
}
.government_tab_cent li i.grfw07 {
    background: url('../images/grfw_07-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw07 {
    background: url('../images/grfw_07.png') center no-repeat;
}
.government_tab_cent li i.grfw08 {
    background: url('../images/grfw_08-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw08 {
    background: url('../images/grfw_08.png') center no-repeat;
}
.government_tab_cent li i.grfw09 {
    background: url('../images/grfw_09-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw09 {
    background: url('../images/grfw_09.png') center no-repeat;
}
.government_tab_cent li i.grfw10 {
    background: url('../images/grfw_10-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw10 {
    background: url('../images/grfw_10.png') center no-repeat;
}
.government_tab_cent li i.grfw11 {
    background: url('../images/grfw_11-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw11 {
    background: url('../images/grfw_11.png') center no-repeat;
}
.government_tab_cent li i.grfw12 {
    background: url('../images/grfw_12-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw12 {
    background: url('../images/grfw_12.png') center no-repeat;
}
.government_tab_cent li i.grfw13 {
    background: url('../images/grfw_14-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw13 {
    background: url('../images/grfw_14.png') center no-repeat;
}
.government_tab_cent li i.grfw14 {
    background: url('../images/grfw_13-1.png') center no-repeat;
}
.government_tab_cent li:hover i.grfw14 {
    background: url('../images/grfw_13.png') center no-repeat;
}
.government_tab_cent li i.frfw01 {
    background: url('../images/frfw_01.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw01 {
    background: url('../images/frfw_01-1.png') center no-repeat;
}
.government_tab_cent li i.frfw02 {
    background: url('../images/frfw_02.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw02 {
    background: url('../images/frfw_02-1.png') center no-repeat;
}
.government_tab_cent li i.frfw03 {
    background: url('../images/frfw_03.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw03 {
    background: url('../images/frfw_03-1.png') center no-repeat;
}
.government_tab_cent li i.frfw04 {
    background: url('../images/frfw_04.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw04 {
    background: url('../images/frfw_04-1.png') center no-repeat;
}
.government_tab_cent li i.frfw05 {
    background: url('../images/frfw_05.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw05 {
    background: url('../images/frfw_05-1.png') center no-repeat;
}
.government_tab_cent li i.frfw06 {
    background: url('../images/frfw_06.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw06 {
    background: url('../images/frfw_06-1.png') center no-repeat;
}
.government_tab_cent li i.frfw07 {
    background: url('../images/frfw_07.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw07 {
    background: url('../images/frfw_07-1.png') center no-repeat;
}
.government_tab_cent li i.frfw08 {
    background: url('../images/frfw_08.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw08 {
    background: url('../images/frfw_08-1.png') center no-repeat;
}
.government_tab_cent li i.frfw09 {
    background: url('../images/frfw_09.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw09 {
    background: url('../images/frfw_09-1.png') center no-repeat;
}
.government_tab_cent li i.frfw10 {
    background: url('../images/frfw_10.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw10 {
    background: url('../images/frfw_10-1.png') center no-repeat;
}
.government_tab_cent li i.frfw11 {
    background: url('../images/frfw_11.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw11 {
    background: url('../images/frfw_11-1.png') center no-repeat;
}
.government_tab_cent li i.frfw12 {
    background: url('../images/frfw_12.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw12 {
    background: url('../images/frfw_12-1.png') center no-repeat;
}
.government_tab_cent li i.frfw13 {
    background: url('../images/frfw_13.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw13 {
    background: url('../images/frfw_13-1.png') center no-repeat;
}
.government_tab_cent li i.frfw14 {
    background: url('../images/grfw_13-1.png') center no-repeat;
}
.government_tab_cent li:hover i.frfw14 {
    background: url('../images/grfw_13.png') center no-repeat;
}
.government_bottom .government_search {
    width: 390px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
}
.government_bottom .government_search input {
    display: block;
    width: 328px;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 12px;
}
.government_bottom .government_search button {
    display: block;
    width: 60px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #a81214;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.government_want p {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #a81214;
    margin-left: 10px;
    border-radius: 5px;
}
.government_want p a {
    color: #fff;
    font-size: 14px;
}
a:hover {
    color: #a81214;
}
.mian_news .new_box.onLine_fr .new_title p:nth-of-type(2) a:hover, .government_cent .government_tab p:nth-of-type(2) a:hover, .government_cent .government_tab p:nth-of-type(3) a:hover, .government_cent .government_tab p:nth-of-type(4) a:hover {
    font-weight: bold;
}
.fenyexxx p{
  font-size:18px;
  padding:5px 0;
}
.fenyexxx p a{
  font-size:18px;
}
.szfxx_list{
    height: 245px;
    overflow: hidden;
}