@charset "utf-8";

/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #1b50a0;
    text-decoration: none;
}

a:active,a:link,a:visited,a:focus{
text-decoration:none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用 */

body {
    overflow-x: hidden;
    font-size: 16px;
    font-family: PingFang SC;
    background: #fff url(/images/images_2020/head.jpg) 50% 0px no-repeat;
}

.ht {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
}

.ht a {
    position: relative;
    z-index: 99;
    margin: 0 10px;
}
@media (max-width: 480px) {
    .ht a {
        margin: 0px 4px;
    }
}
.ht span{
    padding-right: 10px;
}
.ht .qr {
    position: absolute;
    top: 30px;
    right: 0;
    display: none\0;
    width: 120px;
    border: 5px solid #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    transform: translate(0, -6px);
    transition: all .3s;
}
.ht .qr img {
    display: block;
    width: 110%;
}

.ht a:hover .qr {
    display: block\0;
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.header{
    position: relative;
}

.header h1 {
    width: 600px;
    height: 190px;
    background: url(/images/images_2020/logo.png) 26px 60% no-repeat;
}

.header h1 a {
    display: block;
    height: 190px;
}

/* 搜索 */

.header .search {
    width: 260px;
    position: absolute;
    top: 30%;
    right: 0px;
}

.search input,
.search button {
    float: left;
    display: block;
}

.search input {
    box-sizing: border-box;
    width: 200px;
    height: 36px;
    color: #999;
    line-height: 26px;
    font-size: 14px;
    padding:5px 20px 5px 30px;
    border: none;
    background: #fff url(/images/images_2020/q.jpg) 10px 50% no-repeat;
    outline: none;
    border-radius: 2px 2px 0px 0px;
}

.search button {
    box-sizing: border-box;
    width: 60px;
    height: 36px;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    border-radius: 2px 2px 0px 0px;
    background: #ff5858;
    background: -webkit-linear-gradient(-30deg, #ff5858, #fcab2a);
    background: linear-gradient(-30deg, #ff5858, #fcab2a);
}

.search button .iconfont {
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .search button .iconfont {
        margin-right: 0px;
        display: block;
    }
}

.nav {
    width: 100%;
    padding: 0px;
    border:1px solid #e7e7e8;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.nav li {
    float: left;
    position: relative;
    width: 12.5%;
}

.nav li+li{
    border-left: 1px solid #e7e7e8;
}

.nav li a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    background-color: #fff;
}

.nav li a:hover {
    color: #fff;
    background-color: #385dae;
}
.nav li.current a{
background-color:#385dae;
color: #fff;
}

.nav li+li  a:hover{
    border-left: 1px solid #385dae;
}

.nav li a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 10px 0px 10px 30px;
    float: left;
    background-image: url(/images/images_2020/icons.png);
    background-image: url(/images/images_2020/icons_ie8.png)\9;
    background-size: 240px auto;
    background-position: 0 0;
    transition: all .3s;
}

.nav li:first-child a{
    text-align: left;
}

.inner,
.content,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* 移动端菜单开始 */

.mask {
    display: none;
    position: fixed;
    z-index: 597;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity .2s;
}

.mask.on {
    display: block;
    opacity: 1;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

.menu {
    display: none\9;
    position: fixed;
    z-index: 598;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-color: #f5f5f5;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.menu.on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu img {
    display: block;
    width: 80%;
    margin:20px;
}

.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #048;
}

.menu li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #ccc;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
}

.menu li+li a {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}

.menu>ul>li:nth-child(1) {
    animation-delay: .1s;
}

.menu>ul>li:nth-child(2) {
    animation-delay: .2s;
}

.menu>ul>li:nth-child(3) {
    animation-delay: .3s;
}

.menu>ul>li:nth-child(4) {
    animation-delay: .4s;
}

.menu>ul>li:nth-child(5) {
    animation-delay: .5s;
}


.menu>ul>li:nth-child(6) {
    animation-delay: .6s;
}


.menu>ul>li:nth-child(7) {
    animation-delay: .7s;
}


.menu>ul>li:nth-child(8) {
    animation-delay: .8s;
}

.menu-btn {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 599;
    width: 50px;
    height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
    position: fixed;
    top: 0px;
    right: -10px;
}

.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #048;
    border-radius: 2px;
    transition: .25s;
}

.menu-btn>span:nth-child(1) {
    top: 18px;
}

.menu-btn>span:nth-child(2) {
    top: 24px;
}

.menu-btn>span:nth-child(3) {
    top: 30px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
    background: #048;
}

.menu-btn.on span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
    opacity: 0;
    transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
    top: 21px;
    transform: rotate(135deg);
}
/* 移动端菜单结束 */

/* 底部 */

.footer {
    padding: 30px 0;
    background: #194f90 url(/images/images_2020/foot_bg.png) 50% no-repeat;
}

.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    color: #fff;
    font-weight: bold;
    background: #326195 url(/images/images_2020/links_arr.png) 96% 50% no-repeat;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright {
    line-height: 32px;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
    color:#fff;
}

.gov {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 50%;
    left: 0;
    width: 66px;
    height: 66px;
    margin-top: -33px;
}
@media (min-width: 1024px) {
    .jc {
      left: 10%;
    }
}
.footer-map{
    margin-left: 120px;
}
@media (max-width: 1200px) {
    body {
        background-position: 50% 40px;
    }

    .header {
        height: 195px;
    }

    .header h1 {
        height: 100px;
        background-position: 15px 50%;
        background-size: auto 70%;
    }

    .header h1 a {
        display: block;
        height: 100px;
    }

    .nav,
    .header .search p strong {
        display: none;
    }

    .ht .fl {
        text-align: center;
        font-size: 12px;
    }

    .ht .fl,
    .header h1,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }

    .menu-btn {
        display: block;
    }

    .header .search {
        width: 90%;
        margin:0px 20px 20px 20px;
        top: 100%;
    }

    .header .search input {
        width: 100%;
        height: 36px;
        padding: 15px 65px 15px 45px;
        margin: 0;
    }

    .header .search button {
        width: 50px;
        height: 36px;
        margin-left: -50px;
        background-position: center;
        font-size: 14px;
    }

    .grid{
        padding:0px 15px;
        background-color: #fff;
    }

    .footer {
        padding: 20px 10px;
        text-align: center;
    }

    .links {
        padding: 0 20px;
    }

    .copyright {
        line-height: 22px;
        font-size: 14px;
    }

    .handle {
        margin-bottom: 10px;
    }

}

@media (max-width: 768px) {

    .copyright p span {
        display: block;
    }

    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
    .footer-map{
        margin:20px 0 0 0;
    }
}

@media (max-width: 375px) {

    .header h1 {
        height: 100px;
        background-position: 15px 50%;
        background-size: auto 50%;
    }
    
    .header .search {
        width: 88%;
        margin:0px 20px 20px 20px;
        top: 100%;
    }
 }   
/* 公用 */
.content .row {
    margin-right: -15px;
    margin-left: -15px;
}

.content .row>.col,
.content .row>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.tab-pane {
    position: relative;
    overflow: hidden;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab a {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

.tab .current {
    color: #005999;
}

h3.tab {
    height: 44px;
    line-height: 44px;
    border-bottom: 3px solid #f0f0f0;
}

h3.tab a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scale(0, 1);
    transition: transform .3s;
}

h3.tab a.current:after {
    background-color: #1b50a0;
    transform: scale(1, 1);
}

@media (max-width: 1200px) {
    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -2px;
        margin-right: -2px;
    }

    .tab a {
        width: 0%;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding: 0;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
    }
}

@media (max-width: 360px) {
    h3.tab {
        margin-left: -10px;
        margin-right: -10px;
    }

    h3.tab a {
        font-size: 14px;
    }
}

.list-a li i {
    width: 40px;
    height: 40px;
    background-image: url(/images/images_2020/icons.png);
    background-image: url(/images/images_2020/icons_ie8.png)\9;
    background-size: 240px auto;
    background-repeat: no-repeat;
}
@media (max-width: 480px){
.list-a li i {
    width: 33px;
}
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}

/* 列表页*/
.where {
	height: auto;
    font-size: 14px;
	line-height: 30px;
	padding: 10px 0px 10px 25px;
    background: url(/images/images_2020/where.png) 5px 17px no-repeat;
}

.where a{
    margin:0px 5px;
}

.where span{
    color: #ccc;
    margin:0px;
}

.side{
    background-color: #fff;
    border:1px solid #ccc;
    padding-bottom:20px;
}

.side-menu h2 {
	height: 84px;
	line-height: 44px;
	padding:20px 0px;
	font-size: 28px;
	color:#fff;
	margin:0px 0px 19px 0px;
	font-weight: bold;
    background: url(/images/images_2020/menu.jpg) 0 0 no-repeat;
}

.side-menu ul{
    margin:0px;
}

.side-menu li{
    margin:0px 40px;
}

.side-menu li+li{
    border-top: 1px solid #ccc;
}

.side-menu li a {
    position: relative;
    display: block;
    line-height: 60px;
    text-align: left;
    font-size: 18px;
    color: #333;
	padding-left: 55px;
}

.side-menu li a:hover {
	color: #fff;
	background-color: #5f84bc;
	background-image:  url(/images/images_2020/menu_hover.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
}
@media(min-width:1024px){
.side-menu li.current a {
	color: #fff;
	background-color: #5f84bc;
	background-image:  url(/images/images_2020/menu_hover.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
}
}
.side-menu li a:before{
    right: 0px;
    left:auto;
}

.side-menu li a:hover:before {
    background-color: #abddf9;
}

.side-news .list-t li a{
    white-space: normal;
}

.side-news .list-t li:before{
    top: 20px;
    border-radius: 0px;
}

.side-news .list-t li:hover:before {
    background-color: #1b80d2;
}

.list-b.b4{
    margin-top: -30px;
}

.list-b.b4 li {
    margin-bottom: 0px;
    min-height: 70px;
    padding: 30px 60px 20px 10px;
    border-bottom:1px solid #ddd;
}

.list-b.b4 .calendar{
    margin-left:1px;
    font-size: 14px;
    color: #999;
    padding-top: 15px;
    padding-left: 20px;
    border-left: 2px solid #f0eff0;
}

.list-b.b4 .calendar em {
    line-height: 30px;
    display: inline-block;
    padding:0px 10px;
    margin-right: 15px;
    position: relative;
    background-color: #f0eff0;
}

.list-b.b4 .calendar em::before {
    content: '';
    display: block;
    position: absolute;
    top: 20%;
    left: -10%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #f0eff0 transparent transparent;
}

.list-b.b4 .calendar span{
    display: inline-block;
    border:1px solid #ddd;
    padding: 0px 10px;
    line-height: 28px;
    border-radius: 100px;
    background-color: #fff;
}

.list-b li h4{
    padding-left: 20px;
    font-size: 20px;
    max-height:100%;
    margin-bottom:0px;
    padding-bottom: 5px;
    border-left: 4px solid #69caff;
}

.side-topic{
    position: relative;
    margin-top: 10px;
    height: 100px;
}

.side-topic .pic {
    position: relative;
    width: 243px;
    height: 79px;
}

.side-topic .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.side-topic .pic img {
    width: 243px;
    height: 79px;
}

.side-topic .navi {
     position: absolute;
     bottom: 0px;
     left: 35%;
     right: 0;  
     z-index: 9;
     width: auto;
     margin-bottom: 4px\9;
     padding: 0 10px;
     text-align: center;
 }

.side-topic .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border:none;
    color: transparent;
    background: #c8c8c8;
    border-radius: 100px;
    transition: all .3s;
}

.side-topic .navi li.on {
    background-color: #f19337;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.side-topic .swiper-pagination-bullet {
    border: none;
    background: #c8c8c8;
    opacity: 1;
}

.side-topic .swiper-pagination-bullet-active {
    background-color: #fff;
}

@media (max-width: 1200px) {
	.side{
		margin-bottom:20px;
		padding: 0px;
        background-color: transparent;
        border:none;
    	}

	.side-menu h2 {
		display: none;
	}

	.side-menu li {
		float: left;
		width: 33.33%;
        margin:0px;
	}

    .side-menu li+li{
        border-top: none;
    }

	.side-menu li a {
		margin: 5px;
		padding: 0 3px;
		line-height: 40px;
		font-size: 14px;
		background-color: #eee;
		border-radius: 3px;
	}

	.side-menu li.current a{
		background-color: #6e94c8;
		color: #fff;
	}

    .side-menu li a:hover{
        background-image: none;
    }

	.list-b li h4{
		font-size: 18px;
	}
	.list-b.b4 li{
		padding: 30px 10px;
	}

	.side-menu li a:before,.side-menu li a span,.article .bdsharebuttonbox, .article .opt{
		display: none;
	}

	.side-menu li a{
		text-align:center;
	}

    .side-news{
        display: none;
    }
	
}
@media (max-width: 1024px) and (min-width: 1024px) {
	.side-menu li {
		float: left;
		width: 100% !important;
	}
}

@media (max-width: 375px) {
    .list-b.b4 .calendar em{
        margin-bottom: 10px;
    }
}

.article h2{
    font-size:32px;
    line-height: 1.5em;
    /*padding:40px 0px;*/
    padding:30px 0px;
}

.article .option .share a+a {
    padding-right: 70px;
}

.article .option .share a{
    padding-right: 0px;
    margin-top: 10px;
}

.article .info>span{
	color: #979797;
	padding:0px 10px;
}

.article .option{
    padding:13px 20px;
}

.btn-default{
	border:none;
	color:#fff; 
    line-height: 28px;
	font-size: 16px;
	background-color: #90a5bf;
}
 
.btn-default i{
    margin-right: 10px;
}

.article .option .bds_tsina,.article .option .bds_weixin{
	background-size: 32px auto !important;
}

.jfontsize a{
    width: 32px;
    height: 32px;
    border:none;
    margin:0px 10px;
    background-color: transparent;
}

.jfontsize a i{
    width: 32px;
    height: 32px;
    line-height: 32px;
 }

 #jfontsize-p2 i {
    background-position: 0 0;
}

#jfontsize-m2 i {
    background-position: -32px 0;
}

#jfontsize-d2 i {
    background-position: -64px 0;
}

a#jfontsize-p2:hover i {
    background-position: 0 -32px;
}

a#jfontsize-m2:hover i {
    background-position: -32px -32px;
}

a#jfontsize-d2:hover i {
    background-position: -64px -32px;
}

.jfontsize a,
.article .option .share a{
    position: relative;
}

.jfontsize a:before {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    bottom: 0;
    right: -10px;
    width: 1px;
    height: 18px;
    background-color: #e5e5e5;
}

.article .option .share a+a:before{
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0px;
    width: 1px;
    height: 18px;
    background-color: #e5e5e5;}

/* 分页 */
.pages a {
	margin-bottom: 10px;
    background-color: #fff;
    border:1px solid #dcdcdc;
}
.pages a:hover {
	position: relative;
    color: #1b50a0;
	background-color: #e5effd;
    border:1px solid #1b50a0;
}
.pages a.current {
    color: #fff;
    border:1px solid #1b50a0;
	background-color: #1b50a0;
}