@charset "utf-8";

/* 头部、底部、公用 */

body {
    overflow-x: hidden;
    font-size: 16px;
    background: #f9f9f9 url(../images/bg.jpg) 50% 170px no-repeat;
}

.header {
    /* background: url(../images/head.jpg) 50% 40px no-repeat; */
}

.ht {
    height: 40px;
    line-height: 40px;
    background-color: #eee;
}

.ht a {
    margin: 0 9px;
}

.header h1 {
    width: 450px;
    height: 130px;
    /* background: url(../images/logo.png) 0 50% no-repeat; */
	font-size:0px
}

.header h1 a {
    display: block;
    height: 130px;
}





.nav li a i {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    background-image: url(../images/icons_02.png);
    background-image: url(../images/icons_02_ie8.png)\9;
    background-size: 240px auto;
    transition: all .3s;
}

.nav .s1 {
    background-position: 0 0;
}

.nav .s2 {
    background-position: -40px 0;
}

.nav .s3 {
    background-position: -80px 0
}

.nav .s4 {
    background-position: -120px 0;
}

.nav .s5 {
    background-position: -160px 0;
}

.inner,
.content,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/* 全局界面 */
body{
	background: url(/material/images/dsxx2021/bg.jpg) 50% 0 no-repeat;
}
.header{
	height: 570px;
	
}

.header h1{
	width: 1200px;
	height: 100px;
}

.header .inner{
	height: 500px;
}

.header .nav{
	height:70px ;
	line-height: 70px;
	background: url(/material/images/dsxx2021/dh_03.jpg) 50% 0 no-repeat;
	color: #FFFFFF;
}

.header .inner, .nav ul {
    position: relative;
    z-index: 10;
    width: 1200px;
    margin: 0 auto;
}

.nav li{
	width: 20%;
	float: left;
	position: relative;
	text-align: center;
	font-size: 28px;
	color: #FFFFFF;
}

.nav li a{
	color: #FFFFFF;
}

.content{
	margin: 0 auto;
	width: 1200px;
	background: #FFFFFF;
}

.grid{
	width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

.col-md-6{
	padding: 20px 10px 20px 10px;
}

.focus {
    position: relative;
    overflow: hidden;
    height: 460px;
    
}

.focus .pic,
.focus .pic>div {
    position: relative;
    height: 450px;
}

.focus .pic img {
    display: block;
    width: 100%;
	height:375px;
}

.focus .pic>div span {
    display: block;
    position: absolute;
    
    left: 0;
    width: 100%;
    height: 78px;
    line-height: 78px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background-color: #e12525;
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 9;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    position: absolute;
    left: 0;
    
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.focus .navi li,
.focus .swiper-pagination-bullet {
    width: 12%;
    height: 10px;
    display: inline-block;
    border-radius: 0;
    background: #FFFFFF;
    opacity: 1;
}

.focus .navi .on,
.focus .swiper-pagination-bullet-active {
    background-color: #ff9402;
}

.col-md-6 h3{
	background: url(/material/images/dsxx2021/title.png)  0 no-repeat;
	height: 50px;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 50px;
	padding-left:73px ;
}

.col-md-6 .title a{
	color: #FFFFFF !important;
}

.list-t li{
	padding: 4px 0 4px 20px;
}

.list-t li:before{
	left: 5px;
	width: 5px;
	height: 5px;
}
.list-t li a{
	font-size: 18px;
	line-height: 48px;
}

.list-t li span{
	float: right;
	color: #999999;
	padding-right: 10px;
}
.copyright{
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	border-top:5px solid red ;
	padding: 40px 0 40px;
}


/* 底部 */

.footer {
    border-top: 2px solid #37e;
    padding: 20px 0;
    background-color: #eee;
}

.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    background: #fff url(../images/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);
    transition: opacity, transform .3s;
}

.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;
    transition: all .3s;
}

.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;
}

.gov {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}

@media (max-width: 1200px) {
    body {
        background-position: 50% 140px;
    }

    .header {
        background-position: 50% 10px;
    }

    .header h1 {
        height: 100px;
        background-position: 16px 50%;
        background-size: auto 60%;
    }

    .header h1 a {
        display: block;
        height: 100px;
    }

    .ht .fl,
    .nav,
    .header .search p strong {
        display: none;
    }

    .ht .fr {
        text-align: center;
        font-size: 12px;
    }

    .ht .fr,
    .header h1,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }

    .menu-btn {
        display: block;
    }

    .header .search {
        width: auto;
        margin: 20px;
    }

    .header .search input {
        width: 100%;
        height: 50px;
        padding: 15px 65px 15px 15px;
        margin: 0;
    }

    .header .search button {
        width: 50px;
        height: 50px;
        margin-left: -50px;
        background-position: center;
        line-height: 0;
        font-size: 0;
        color: transparent;
    }

    .header .search p {
        font-size: 12px;
    }

    .footer {
        padding: 20px;
    }

    .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 .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
}

/* 公用 */

.grid,
.main,
.side {
    padding: 20px;
    background-color: #fff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .05); */
}

.content .row {
    margin-right: -10px;
    margin-left: -10px;
}

.content .row>.col,
.content .row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.tab-pane {
    position: relative;
    overflow: hidden;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab a {
    display: inline-block;
    min-width: 100px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 3px;
    transition: all .3s;
}

.tab a.current {
    background-color: #2d8fff;
    color: #fff;
}

.tab a+a {
    margin-left: 4px;
}

@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;
    }
}

.list-a li i {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/icons_02.png);
    background-image: url(../images/icons_02_ie8.png)\9;
    background-size: 240px auto;
    background-repeat: no-repeat;
}

.grid h2 {
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 24px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.pt30 {
    padding-top: 30px;
}

.md-blue {
    background-color: #2d8fff;
}

.md-orange {
    background-color: #ff9d08;
}

.t3 b {
    font-weight: normal;
    font-size: 18px;
    color: #333;
    border-left: 8px solid #2d8fff;
}

.pages .current {
    background-color: #2d8fff;
}

.table-bordered {
    margin-bottom: 0px;
}

.table-bordered>tbody>tr>th {
    background-color: #f9f9f9;
    text-align: center;
    color: #048;
}


/*******************************************大事记列表 结束 / 20200819  /********************************************/
