﻿@charset "utf-8";
body {
    font-size: 16px;
}
img.scale {
    transition: 1s
}

    img.scale:hover {
        transform: scale(1.1,1.1);
        transition: 1s
    }

img.scalemin {
    transition: 0.5s
}

    img.scalemin:hover {
        transform: scale(1.06,1.06);
        transition: 0.5s
    }
img.rotate {
    transition: 2s
}
    img.rotate:hover {
        transform: rotateY(180deg)
    }

.stp-pager {
    text-align: center;
    margin: 10px auto;
}

.stp-date-title a:link, .stp-date-title a:active, .stp-date-title a:visited {
    color: #000;
}
.stp-date-title a:hover {
    color: #1169C0 !important;
}

.stp-date-title div {
    white-space: nowrap;
    margin-right: 80px;
}

.stp-date-title span {
    float: right;
    margin-right: -80px;
}

.stp-date-title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.stp-title a:link, .stp-title a:active, .stp-title a:visited {
    color: #000;
}
.stp-title a:hover {
    color: #1169C0 !important;
}

.stp-title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}



.stp-search-title a:link, .stp-search-title a:active, .stp-search-title a:visited {
    color: #000;
}

.stp-search-title a:hover {
    color: #0759bf !important;
}

.stp-search-title div {
    margin-right: 80px;
}

.stp-search-title span {
    float: right;
    margin-right: -80px;
}

.stp-search-title a.cate {
    padding: 0 4px;
    color: red;
}

.dtr-container { 
    width: 1240px;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}
.dtr-container1000 { 
    width: 1000px;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}

.topbanner {
}
.topbanner .bd {
    overflow: hidden;
}
.toplogo {
    height: 30px;
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 30px;
}
.toplogo img {
    width: 400px;
}
.toplogin {
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 10;
    background: rgba(255,255,255,.3);
}
.toplogin .left {
}
    .toplogin .right {
        text-align: right;
        padding-right: 18px;
        font-family: 微软雅黑,Microsoft YaHei,Arial,Helvetica,sans-serif,宋体;
    }
    .toplogin .right a {
        padding: 2px 2px;
    }

/* 导航 */
.stp-nav {
    height: 56px;
    background-color: #1169C0
}
    .stp-nav .left {
        width: 935px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 18px;
    }
        .stp-nav .left ul li {
            display: inline-block;
            width: 147px;
            font-family: 微软雅黑,Microsoft YaHei,Arial,Helvetica,sans-serif,宋体;
            text-align: center;
            color: #fff;
            font-weight: 600;
        }
    .stp-nav .left ul li:hover {
        background-color: #e22929;
    }
    .stp-nav .left ul li a {
        color: #fff;
        font-size: 20px;
        line-height: 56px;
        display: inline-block;
        height: 56px;
        width: 145px;
    }
    .stp-nav .right {
        width: 250px;
        display: inline-block;
        vertical-align: middle;
    }
        .stp-nav .right .txt {
            width: 160px;
            height: 32px;
            line-height: 32px;
            background: #fff;
            border: none;
            font-size: 14px;
            box-shadow: none;
            color: #666;
        }
        .stp-nav .right .btn {
            width: 90px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            background: #e22929;
            color: #fff;
            border: none;
            font-size: 14px;
            box-shadow: none;
        }
            .stp-nav .right .btn:hover {
                background: #e93a3c;
            }
.content {
    width: 1216px;
    margin: 0 auto;
}


/*公用tab*/
.tab .hd {
    height: 30px;
}

    .tab .hd li {
        font-size: 18px;
        font-weight: bold;
        font-family: 微软雅黑,Microsoft YaHei,Arial,Helvetica,sans-serif,宋体;
        float: left;
    }

        .tab .hd li + li {
            background: url(/images/tab_split.png) no-repeat 1px 4px;
            padding-left: 10px;
        }

        .tab .hd li.on a {
            color: #1169C0;
        }
        .tab .hd li a:hover {
            color: #e93a3c;
        }

.tab .more .hd {
    width: 300px;
    display: inline-block;
}

    .tab .more .hd li {
        width: 280px;
    }

.tab .more span {
    float: right;
    height: 32px;
    line-height: 32px;
}

    .tab .more span a {
        background: url(/images/more.png) no-repeat 1px 4px;
        width: 42px;
        height: 14px;
        display: inline-block;
        transition: 1s
    }

        .tab .more span a:hover {
            transform: scale(1.2,1.2);
            transition: 1s
        }


.tab .more2 .hd {
    width: 260px;
    display: inline-block;
}

    .tab .more2 .hd li {
        width: 260px;
    }

.tab .more2 span {
    float: right;
    height: 32px;
    line-height: 32px;
}

    .tab .more2 span a {
        background: url(/images/dot_red.png) no-repeat 0px 15px;
        width: 60px;
        display: inline-block;
        padding-left: 10px;
        font-size: 14px;
        font-weight: bold;
    }

.tab .bd ul li {
    line-height: 35px;
}

    .tab .bd ul li a {
        padding-left: 12px;
        background: url(../images/ywtab_icon.png) 0 15px no-repeat;
    }



.rect-title {
    border-bottom: 2px solid #1169C0;
}

    .rect-title .txt {
        display: inline-block;
        width: 110px;
        font-size: 21px;
        font-weight: bold;
        font-family: 微软雅黑,Microsoft YaHei,Arial,Helvetica,sans-serif,宋体;
        color: #1169C0;
        /* line-height: 40px; */
        height: 38px;
        vertical-align: top;
    }

        .rect-title .txt a {
            color: #1169C0;
        }
            .rect-title .txt a:hover {
                color: #e93a3c;
            }

/*txt右侧子栏目*/
.txt-right {
    float: right;
    display: inline-block;
    width: 200px;
    height: 26px;
    line-height: 26px;
    text-align: right;
}

    .txt-right a {
        padding-left: 8px;
        background: url(../images/dot_red.png) 0 6px no-repeat;
        font-size: 14px;
        margin-left: 8px;
        color: #333 !important;
        font-weight: bold;
    }

        .txt-right a:hover {
            color: #e93a3c !important;
        }

    .rect-title .link {
        display: inline-block;
        width: 280px;
        float: right;
        text-align: right;
    }

        .rect-title .link a {
            padding: 3px 5px;
            background: #f4aeae;
            border-radius: 4px;
            text-align: center;
            overflow: hidden;
            color: #fff;
            display: inline-block;
            margin-left: 2px;
            font-size: 13px;
            /* float: left; */
            font-weight: bold;
            line-height: 13px;
            font-family: 微软雅黑,Microsoft YaHei,Arial,Helvetica,sans-serif,宋体;
            width: 26px;
        }

            .rect-title .link a:hover {
                background: #1169C0;
            }



/*块区域*/
.rect {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 14px;
    padding: 10px;
    height: 260px;
    overflow: hidden;
}

.rect-main {
    width: 100%;
}

    .rect-main .txt {
        padding-left: 12px;
        background: url(../images/rect_title_bg.png) 0 5px no-repeat;
        height: 34px;
    }

        .rect-main .txt a.title, .rect-main .txt span.title {
            font-size: 18px;
            font-weight: bold;
            font-family: 微软雅黑,Microsoft YaHei,Arial,Helvetica,sans-serif,宋体;
            color: #1169C0;
        }
            .rect-main .txt a.title:hover {
                color: #e93a3c;
            }


/*友情链接*/
.yqlj {
    padding: 10px 0 10px 0;
    background-color: #f2f2f2;
}

    .yqlj li {
        display: inline-block;
        width: 220px;
        height: 38px;
        margin: auto;
        line-height: 46px;
        text-align: center;
        padding-bottom: 4px;
    }

        .yqlj li select {
            width: 200px;
            height: 30px;
            margin: auto;
            background-color: #fff;
            font-size: 12px;
            line-height: 30px;
            border: 1px solid #e7e4e4;
        }

.yqlj1 {
    width: 100px !important;
}


/*底部*/
.stp-footer {
    line-height: 21px;
    border-top: 2px solid #fff;
    background-color: #f2f2f2;
}
    /*.stp-footer .layui-row {
        border-top: 2px solid #e01616;
    }*/

    .stp-footer .left {
        margin: 15px auto;
        text-align: right;
    }

    .stp-footer .middle {
        margin: 15px auto;
        text-align: center;
        font-size: 14px;
    }

    .stp-footer .right {
        margin: 15px auto;
        text-align: left;
    }





















	
    /*列表页*/
.stl-main {
    border: 1px solid #ccc;
    padding: 0 8px;
}

.stl-box {
    padding-bottom: 8px;
}
.stl-box .title {
    border-bottom: 2px solid #1169C0;
    padding: 4px 0 0 36px;
    background: url(/images/list_title.gif) no-repeat;
}
    .stl-box .title a {
        height: 31px;
        line-height: 31px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
    }
.stl-box .title span {
    float: right;
    margin-right: 10px;
}
    .stl-box .title span a {
        font-weight: normal;
        font-size: 12px;
        color: #000;
    }
.stl-box .list li {
    background: url(/images/li/1.gif) no-repeat 4px 13px;
    line-height: 32px;
    padding-left: 22px;
}
/*单独列表页*/
.stl-list {
    min-height: 400px;
}
.stl-list .list li {
    background: url(/images/li/1.gif) no-repeat 4px 18px;
    line-height: 45px;
    padding-left: 22px;
    border-bottom: 1px dashed #ccc;
}

/*详情页*/
.stn-main {
    border: 1px solid #ccc;
    padding: 0 8px;
	min-height: 600px;
}
    .stn-main:after, .stn-main:before {
        content: '';
        display: block;
        clear: both;
    }
.stn-article {
    padding: 0 15px;
}
    .stn-article .title {
        height: auto;
        line-height: 45px;
        font-size: 21px;
        font-weight: bold;
        margin: 10px auto;
        text-align: center;
		font-family: 微软雅黑,宋体,'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    .stn-article .info {
        font-size: 14px;
        line-height: 25px;
        text-align: center;
        margin: 0 auto;
		font-family: 微软雅黑,宋体,'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
        .stn-article .info span {
            margin: 0 4px;
        }
    .stn-article .text {
        height: auto;
        margin: 0 auto;
        line-height: 35px;
		font-family: 微软雅黑 !important;
        /*text-indent: 30px;*/
    }
    .stn-article .text-center {
        text-align: center;
        text-indent: 0;
    }
.stplayer {
    display: inline-block
}

/*政府文件*/
.stn-zfwj {
    width: 950px;
    margin: 0 auto;
    background: #fff;
    min-height: 1000px;
    height: auto;
    margin-bottom: 18px;
}
    .stn-zfwj .top {
        margin: 0 auto;
        background: #ffffff;
        width: 700px;
    }
    .stn-zfwj .number {
        width: 600px;
        margin: 0 auto;
        line-height: 60px;
        border-bottom: 2px solid #F00;
        color: #000;
        font-size: 14px;
        text-align: center;
        clear: both;
    }
    .stn-zfwj .title {
        font-size: 21px;
        width: 500px;
        line-height: 30px;
        margin: 0 auto;
        font-weight: bold;
        text-align: center;
        margin-top: 18px;
    }
    .stn-zfwj .text {
        width: 600px;
        margin: 18px auto 0 auto;
        padding-bottom: 50px;
    }


    /*专题栏目*/
.ztlm-ad {
}
.ztlm-ad img {
    width: 100%;
}

/*表单*/
.st-form-mid {
    float: left;
    display: block;
    line-height: 38px;
    margin-right: 10px;
}
.st-err {
    text-align: center;
    padding: 40px 0;
}
.st-err .layui-icon {
    font-size: 240px;
    color: #393D49;
    display: inline-block;
}
.st-err-text {
    width: 500px;
    margin: 30px auto;
    padding-top: 18px;
    border-top: 5px solid #cf1c1c;
    font-size: 18px;
}

.stzw-txt {
    line-height: 40px;
    font-size: 16px;
    padding: 10px;
}
.stzw-txt .title {
    font-weight: bold;
}
    .stzw-txt p.link a {
        font-size: 26px;
        line-height: 50px;
        color: red;
    }
        .stzw-txt p.link a:hover {
            color: #d13232;
        }

        /*搜索*/
.sts-list {
    min-height: 400px;
}

    .sts-list .list li:nth-child(odd) {
        background: url(/images/li/1.gif) no-repeat 4px 11px;
        line-height: 25px;
        margin: 15px 0 10px 0;
        padding-left: 22px;
        font-size: 16px;
        font-family: 微软雅黑,宋体,'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: darkblue;
    }
    .sts-list .list li:nth-child(even) {
        line-height: 40px;
        padding-left: 22px;
        border-bottom: 1px dashed #ccc;
        color: #333;
    }
    .sts-list .list a {
        font-family: 微软雅黑,宋体,'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        color: darkblue;
    }
    .sts-list .list a:hover {
        color: dodgerblue !important;
    }
        .sts-list .list a:hover span {
            color: dodgerblue !important;
        }

    .sts-list .list li:nth-child(odd) div {
        /*margin-right: 80px;*/
    }

    .sts-list .list span.date {
        float: right;
        /*margin-right: -80px;*/
    }

    .sts-list .list li:nth-child(odd) a.cate {
        padding: 0 4px;
        color: #003399;
    }
.sts-title {
    padding-left: 18px;
    font-size: 12px;
    color: #999;
}
.sts-console {
    padding-left: 18px;
    font-size: 16px;
}


/* 标题栏 */
.stp-biaoti {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    margin-top: 10px;
    background: url(../images/bt-bg.gif) no-repeat;
}

    .stp-biaoti .title {
        font-size: 22px;
        color: #b80000;
        font-weight: bold;
        padding-left: 60px;
    }
    .stp-biaoti .right {
        text-align: right;
        padding-right: 16px;
    }
    .stp-biaoti .bt-nav {
        font-size: 14px;
        color: #666;
        padding-left: 90px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .stp-biaoti .bt-nav span {
            color: #b80000;
            padding: 0 8px;
        }

        .stp-biaoti .bt-nav a {
            font-size: 14px;
            color: #b80000;
            padding: 0 8px;
        }

        .stp-biaoti .bt-nav .home {
            color: #000;
        }

		
/*位置导航*/
.stp-crumb {
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    padding-left: 18px;
    background: url(/images/home.gif) no-repeat 5px 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .stp-crumb a, .stp-crumb span {
        color: #000;
        padding: 0 8px;
    }
.stp-crumb a:hover {
    color: red;
}


.stn-article .text img {
    max-width: 1195px;
}

.dtr-show-bigImg {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

    .dtr-show-bigImg img {
        max-width: 100%;
        margin: 0 auto;
    }

#dtr-show-mengceng {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    display: none;
    z-index: 9999;
}


.lcnav-wp{
	background-color: #0073FE;
}
.lcnav ul{
	margin:0;
}
.lcnav>ul>li{
	float: left;
	width: 12.1%;
	position: relative;
	padding-left: 2px;
	background-image: url(/images/nav_li.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.lcnav>ul>li:first-child{
	padding-left: 0;
	background-image: none;
}

.lcnav>ul>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#fff;
	font-size: 16px;
}

.lcnav>ul>li#time{
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	padding: 0!important;
	width: 22%!important;
}

.lcnav>ul>li:hover>a,.lcnav>ul>li.active>a{
	background-color:#0073FE; 
}


.lcnav>ul>li ul{
	position: absolute;
	left: -35px;
	right: 0;
	top: 45px;
	background-color: #0073FE;
	z-index: 2000;
	display: none;
	width: 232px;
}
.lcnav>ul>li ul>li{
	padding: 3px 0;
}
.lcnav>ul>li ul>li>a{
	display: block;
	line-height: 35px;
	text-align: center;
	color:#fff;
	font-size: 14px;
	transition: .3s;
}
.lcnav>ul>li ul>li>a:hover{
	background-color:#0073FE; 
}




.lc_banner {
	height: 140px;
    background-image: url(/images/top_bg.png);
    background-size: 100% 100%;
}

.lc_logo {
	padding-top: 20px;
}
.lc_logo img {
    height: 50px;
    width: auto;
    margin: 20px 0;
    float: left;
}

.lc_nav {
	background: #0073FE;
}
.clear {
    clear: both;
}







.lc_clearfix {
    *zoom:1}

.lc_clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

.lc_fl {
    float: left
}

.lc_fr {
    float: right
}






.security {
    height: 100px;
    background-color: #e8e8e8
}

.security ul {
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0 15px 60px;
    background-color: #e8e8e8
}

.security li {
    width: 25%;
    font-size: 14px;
    height: 70px;
    line-height: 70px;
    color: #333;
    float: left
}

.security li img {
    margin-right: 15px
}

.public_footer {
    width: 100%;
    background-color: #232227
}

.public_footer .content {
    width: 1200px;
    margin: 0 auto;
    color: #aaa;
    background-color: #232227
}

.footTop {
    padding: 30px 0;
    border-bottom: 1px solid #7f7f81
}

.public_footer .content .itemPart1 {
    width: 260px;
    font-size: 14px;
    position: relative
}

.public_footer .content .itemPart1:after {
    content: "";
    height: 200px;
    width: 1px;
    background: #7f7f81;
    position: absolute;
    top: 0;
    left: 260px
}

.public_footer .content .itemPart1 li:not(:last-of-type) {
    margin-bottom: 18px
}

.public_footer .content .itemPart1 li a {
    color: #dbdbdb;
    font-size: 14px
}

.itemPart1 ul {
    padding-left: 90px
}

.public_footer .content .itemPart2 {
    width: 415px
}

.public_footer .content .itemPart2 .left {
    width: 135px;
    float: left;
    margin-left: 65px;
    padding-top: 35px
}

.public_footer .content .itemPart2 .right {
    width: 210px;
    float: left
}

.public_footer .content .itemPart2 .right p {
    font-size: 12px;
    font-weight: 700;
    margin-top: 45px;
    color: #7f7f81
}

.public_footer .content .itemPart2 .right h2 {
    font-size: 28px;
    font-weight: 700;
    color: #416aa2
}

.public_footer .content .itemPart2 .right a {
    font-size: 12px;
    color: #7f7f81
}

.public_footer .content .itemPart2 .right h3 {
    font-size: 14px;
    font-weight: 400;
    color: #7f7f81
}

.public_footer .content .itemPart2 .right h3 button {
    width: 45px;
    height: 20px;
    border-radius: 1px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #416aa2;
    border: none;
    margin-left: 5px
}

.bold {
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.footBottom {
    height: 95px;
    padding: 30px 0 0;
    font-size: 14px;
    text-align: center
}

.footBottom .copyright {
    color: #fff
}

.footBottom .numIcp {
    color: #999;
    line-height: 34px
}

.footBottom .numIcp a {
    color: #fff
}




.top_right_box {
    right: 30px;
    position: absolute;
    width: 240px;
    color: #fff;
}
.top_right_box a {
    color: #fff;
}