html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline-style: none;
	box-sizing: border-box;
    cursor:pointer;
	/*FF*/
}
a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    color: #0a1744;
}
html{
    /*overflow-x: hidden;*/
    min-width: 1080px;
}
body {
	line-height: 1;
	font-size: 14px;
}
.body_box{
    width: 100%;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

li {
	list-style: none;
}

.color-red {
	color: red;
}

.body_title {
	width: 100%;
	background: #fafafa;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    top: 0;
    z-index: 9999;
    /*line-height: 39px;*/
    /*padding: 10px 0px;*/
}

.body_title .title_contant {
	/*width: 1366px;*/
	/*min-width: 1366px;*/
    width: 1000px;
    height: 39px;
    /*padding: 0 16px;*/
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.title_contant p {
	color: #666666;
	font-size: 14px;
}

.title_contant .from {
	display: flex;
	margin-left: 10px;
	align-items: center;
}

.title_contant .title_contant_right ul {
	display: flex;
	margin-left: 50px;
}

.title_contant .from input {
    width: 110px;
	border-radius: 3px;
    height: 20px;
    margin-left: 5px;
	border: 1px solid #b2b2b2;
}

.title_contant .from>div {
	margin-left: 20px;
}

.title_contant .title_contant_right ul li {
	text-align: center;
	padding: 0px 10px;
	border-right: 1px solid #999999;
}

.body_header {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 15px 0px;
    margin-top: 40px;
}

.body_header_left {
	width: 600px;
}

.body_header_left img {
	width: 100%;
}

.body_header_right {
	display: flex;
}

.body_header_right .body_header_right_rx {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: right;
	color: #666666;
}

.body_header_right .body_header_right_tel {
	font-size: 35px;
	color: #f03c07;
}

.body_header_right_img {
	margin-left: 10px;
    margin-top: 5px
}

.body_body {
	width: 100%;
	/*border-top: 2px solid #fa0304;*/
}

.body_body .body_body_nav {
	margin: 0 auto;
	width: 100%;
	min-width: 100%;
	background: url(../切图/标题bg.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 15px;
	background-position-x:60%;
}

.body_body .body_body_nav ul {
	display: flex;
	width: 800px;
	margin: 0 auto;
	padding-top: 5px;

}

.body_body .body_body_nav ul li {
	line-height: 30px;
	height: 30px;
	text-align: center;
	width: 100px;
	border-radius: 4px 4px 0px 0px;
	;
	border-bottom: none;
	color: white;
	font-size: 15px;
	margin-left: 50px;
}
.body_body .body_body_nav ul li:hover{
    background: white;
    color: #fa0304;
}
.body_body .body_body_nav ul li:nth-child(1) {
	background: white;
	color: #fa0304;
}

.body_body_contant {
	
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.body_body .contant ul {
	border: 1px solid #cccccc;
	border-top: none;
	padding-top: 10px;
    max-height: 320px;
    min-height: 320px;
    overflow: hidden;
}

.body_body .contant ul li {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 13px;
	color: #4d4d4d;
	display: flex;
	align-items: center;
	padding: 10px;
}
.body_body .contant ul li:hover{
    color: #fa0304;
}
.body_body .contant ul li .list_style{
	width:5px;
	height: 5px;
	background: red;
	border-radius: 50%;
	display: inline-block;
	margin-right: 15px;
}
.body_body .contant ul li .list_text_overflow{
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.body_body .contant ul li .list_text_overflow1{
    width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.body_body .contant{
    /*width: 300px;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
	/*padding: 32px 0px 0px 15px;*/
	/*background: url(../切图/通知标题bg.png) no-repeat;*/
	    /*background-size: 100%;*/
}
.body_contant_left {
	width:320px;
	position: relative;
}
.body_contant_left_xiaosanjiao{
    position: absolute;
    left: 0;
    top: 28px;
    width: 10px;
    height: 10px;
}
.body_contant_left_xiaosanjiao>img{
    width: 100%;
    height: 100%;
}
.body_contant_left ul{
	/*padding-bottom: 16px;*/
}
.body_contant_right{
	width: 670px;
	/*border: 1px solid #cccccc;*/
}
.body_contant_right .title{
	display: flex;
	justify-content: space-between;
	background: url(../切图/新闻标题背景.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	line-height: 30px;
    height: 30px;
}
.body_contant_left .title{
	display: flex;
	justify-content: space-between;
	background: url(../切图/中国电力建设企业协会会议综合服务平台_03.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
    height: 30px;
	line-height: 30px;
}
.body_contant_right b{
	font-size: 16px;
	color: red;
} 
.body_contant_right .title span{
	display: inline-block;
	margin-left: 20px;

}
.body_contant_right .title .span_right{
	display: inline-block;
	margin-right: 20px;	
}
.body_contant_right_contant{
	display: flex;
    padding-top: 10px;
    max-height: 320px;
    min-height: 320px;
    overflow: hidden;
}
.body_contant_right_contant .contant{
	background: none;
	padding-top: 0px;
	
}
.body_contant_right_contant .contant ul{
	border: none;
	padding-top: 0px;
}
.body_contant_right_contant{
	/*padding-top: 10px;*/
	/*padding-left: 10px;*/
	/*padding-right: 10px;*/
	/*padding-bottom: 10px;*/
    border: 1px solid #cccccc;
    border-top: none;
}
.body_contant_right_contant_img{
    align-self: center;
    margin-left: 10px;
	/*width: 800px;*/
}
.body_contant_right_contant_img img{
	width: 100%;
}
.body_title2{
	
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
    margin-bottom: 15px;
}
.body_title2 img{
	width: 100%;
}
.body_body_ul{
	width: 1000px;
	margin: 0 auto;
	
}
.body_body_ul ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.body_body_ul li{
	/*margin-top: 15px;*/
	width: 25%;
    margin-bottom: 10px;
	/*border: 1px solid #CCCCCC;*/
}
.body_body_ul_box{
    width: 100%;
    padding: 0 5px;
}
.body_body_ul_box .body_body_ul_box_child{
    width: 100%;
    border: 1px solid #cccccc;
}
.body_body_ul_box .body_body_ul_box_child>img{
    width: 100%;
    height: 170px;
}
/*.body_body_ul li>img{*/
	/*width: 101%;*/
/*}*/
/*.body_body_ul li>div{*/
	/*padding: 10px 5px;*/
/*}*/
.body_body_ul_box .body_body_ul_box_child p{
	font-size: 14px;
	color: #808080;
}
.body_body_ul_box .body_body_ul_box_child .title{
    font-size: 15px;
    overflow: hidden;
    /* padding: 10px; */
    padding: 5px 0 0 5px;
    height: 50px;
    line-height: 21px;
    color: #333333;
}
.body_body_ul_box .body_body_ul_box_child>p{
	display: flex;
	align-items: center;
    margin-bottom: 5px;
}
.body_body_ul_box .body_body_ul_box_child>p img{
	margin-left: 10px;
    width: 15px;
    height: 15px;
}
.body_body_ul_box .body_body_ul_box_child>p>span{
	display: flex;
	align-items: center;
    font-size: 13px;
}
.body_body_ul_box .body_body_ul_box_child .body_body_ul_bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 10px;
	padding-bottom: 10px;
}
.body_body_ul_box .body_body_ul_box_child>p img{
	margin-right: 10px;
}
.btn{
	display: block;
    width: 65px;
    height: 25px;
	text-align: center;
	color: white;
	font-size: 16px;
	background: red;
	line-height: 30px;
	justify-content: center;
}
.bottom-box{
    height: 160px;
    background: #3b3c3e;
}
.bottom-box2{
    height: 30px;
    line-height: 30px;
    background: #3b3c3e;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.bottom-box .bottom-box-child{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    padding: 0 50px;
    height: 100%;
}
.bottom-box .bottom-box-child .bottom-box-child-first{
    float: left;
    width: 130px;
    height: 100%;
    border-right: 1px solid #5c5d5f;
    margin: 20px 0;
    text-align: center;
}
.bottom_ul_li_first{
    line-height: 36px;
    font-size: 16px;
}
.bottom_ul_li_other{
    line-height: 30px;
    font-size: 13px;
}
.bottom-box-child-last{
    float: left;
    width: 210px;
    height: 100%;
    margin: 20px 0;
    /*text-align: center;*/
}
.bottom-box-child-img{
    float: left;
    width: 300px;
    height: 100%;
    margin: 20px 0;
    border-right: 1px solid #5c5d5f;
    text-align: center;
}
.bottom-box-child-img-span{
    width: 100px;
    height: 100px;
    display: inline-block;
}
.bottom-box-child-img-span>img {
    width: 100%;
    height: 100%;
}
.rexian_img{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px
}
.rexian_img>img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

/*    此处为登录页面样式    */
.login_html,.login_body{
    height: 100%;
	background: #fbf7e6;
}

.login_box{
    width: 100%;
    height: 100%;
    background: url("../images/bg.png") no-repeat;
    background-size: 90% 80%;
    background-position: 50% 50%;
}
.login1_box{
    width: 100%;
    height: 100%;
    background: url("../images/bg1.png") no-repeat;
    background-size: 90% 80%;
    background-position: 50% 50%;
}
.login2_box{
    width: 100%;
    height: 100%;
    background: url("../images/bg2.png") no-repeat;
    background-size: 90% 40%;
    background-position: 50% 50%;
}

.login_block_top{
    height: 100px;
    /*background: #fff;*/
    /*border-top: 4px solid red;*/
}
.login_top_logo{
    height: 80px;
    margin-top: 15px;
    margin-left: 50px;
    float: left;
}
.login_top_logo>img{
    height: 100%;
}
.login_top_right_box{
    float: right;
    margin-right: 50px;
    width: 250px;
}
.login_top_right{
    float: right;
    /*width: 150px;*/
    background: red;
    /*height: 30px;*/
    border-radius: 0 0 15px 15px;
}
.login_top_right_child{
    display: inline-block;
    width: 70px;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.login_top_right_height{
    display: inline-block;
    /*width: 75px;*/
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.login_top_right_bottom{
    padding-top: 80px;
    font-size: 17px;
    color: red;
    font-weight: 600;
}
.login_top_center_box{
    float: left;
    margin-left: 50px;
    height: 80px;
    /*background: pink;*/
    /*width: 300px;*/
    margin-top: 30px;
}
.login_top_center_box>ul{
    overflow: hidden;
}
.login_top_center_box>ul>li{
    float: left;
    line-height: 80px;
    padding: 0 15px;
    font-size: 18px;
}
.login_top_center_box>ul>li:hover{
    color: #fa0304;
}
.login_block_center{
    width: 340px;
    height: 300px;
    /*background: pink;*/
    position: fixed;
    left: 50%;
    top: 40%;
    margin-left: -170px;
    margin-top: -116px;
}

/*  8.28登录  */
.body_img_8{
    min-width: 1080px;
    z-index: 2;
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-position:center;
    background-size: 90% 45%;
    bottom: 0;
    right: 0;
    position: fixed;
    position: absolute\9;
    width: 100%\9;
    height: 100%\9;
    overflow: hidden;
    left: 0;
    top: 0;
}
.body_top_8{
    position: absolute;
    width: 100%;
    height: 60%;
    background-color: rgba(221,239,250,0.6);
}

.body_logo_8{
    padding-left: 5%;
    padding-top: 30px;
    height: 110px;
}
.body_logo_8>img{
    height: 100%;
}
.body_center_8{
    z-index: 9;
    position: absolute;
    left: 43%;
    top: 40%;
    width: 740px;
    background: #efdcbc;
    padding: 20px;
    border-radius: 10px;
    /* border: 1px solid #cccccc; */
    box-shadow: 1px 1px 5px #cccccc;
    max-height: 640px;
    margin-left: -380px;
    margin-top: -116px;
}
.center_8_top{
    overflow: hidden;
    padding: 30px 0;
}
.center_8_bootom{
	height: 150px;
	line-height: 30px;
	/* background: yellow; */
	color: #888888;
	font-size: 12px;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.center_8_top_left,.center_8_top_right{
    float: left;
    text-align: center;
}
.center_8_top_left>h1{
	font-size: 20px;
	color: #0a1744;
	margin-bottom: 20px;
}
.center_8_top_left{
    width: 60%;
	border-right: 1px solid #fff;
}
.center_8_top_left>img{
    width: 100%;
    height: 100%;
}
.center_8_top_left_ul{
	width: 100%;
	overflow: hidden;
	color: #333;
	line-height: 30px;
	font-size: 16px;
}
.center_8_top_left_ul>li{
	overflow: hidden;
}
.center_8_top_left_ul>li>.center_8_top_left_ul_left{
	float: left;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: left;
}
.center_8_top_left_ul>li>.center_8_top_left_ul_right{
	float: right;
	margin-right: 15px;
}
.center_8_top_left_bottom{
	color: #ff8417;
	margin-top: 10px;
}
.center_8_top_left_bottom img{
	width: 35px;
}
.center_8_top_left_bottom>.center_8_top_left_bottom_left{
	margin-right: 50px;
}


.center_8_top_right{
    width: 40%;
	padding-left: 15px;
}
.center_8_top_right>h1{
    font-size: 20px;
    color: #0a1744;
    margin-bottom: 40px;
}
.center_8_top_right_input,.center_8_top_right_btn{
    width: 100%;
}
.center_8_top_right_input1{
    position: relative;
}
.center_8_top_right_input1>input{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding-left: 10%;
	box-sizing: border-box;
    /*position: relative;*/
}
.center_8_top_right_input1>select{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding-left: 10%;
    box-sizing: border-box;
    /*position: relative;*/
}
.center_8_top_right_input1>span{
    position: absolute;
    z-index: 99;
    width: 15px;
    height: 15px;
    margin-top: 9px;
    margin-left: 8px;
}
.center_8_top_right_input1>span>img{
    width: 100%;
    height: 100%;
}
.center_8_top_right_btn>button{
     width: 48%;
    border: none;
    color: #d4c796;
    height: 35px;
    font-size: 17px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 20px;
    background: #0a1744;
}



