﻿@charset "UTF-8";

.hd-main{
	padding: 20px 29px 30px
}
.hd-wrap1{
	margin-top: 50px;
	padding: 0 20px 18px;
	background: url(../images/dw-bg1.png) left bottom repeat-x;
}
.hd-wrap1 .tx{
	width: 150px;
	height: 207px;
}
.hd-wrap1-c{
	padding-top: 6px;
	width: 920px;
}
.hd-wrap1-c .job{
	color: #e42826;
	font-size: 24px;
	font-weight: bold;
}
.hd-wrap1-c .name{
	font-weight: bold;
	color: #333333;
	font-size: 24px;
	margin-top: 8px;
}
.hd-wrap1-c .intro{
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
}
.hd-wrap1-c .intro a{
	color: #e42826;
}
.hd-wrap1-c .btn{
	margin-top: 48px;
}
.hd-wrap1-c .btn a{
	display: inline-block;
	width: 130px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #dbdbdb;
	background: #fff;
	text-align: center;
	line-height: 40px;
	color: #333333;
	font-size: 16px;
	margin-right: 20px;
}
.hd-wrap1-c .btn a:hover{
	color: #fff;
	background: #e42826;
	border: 1px solid #e42826;
}
.hd-wrap2{
	margin-top: 46px;
}
.hd-tit1{
	height: 40px;
	line-height: 40px;
	background: #e42826;
	padding: 0 16px;
}
.hd-tit1 img{
	vertical-align: top;
	margin-right: 6px;
	margin-top: 9px;
}
.hd-tit1 .tit{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.hd-tit1 .con{
	color: #fff;
	font-size: 14px;
}
.hd-tit1 .con span{
	margin-left: 12px;
}
.hd-ly{
	margin-right: -20px;
	padding-top: 30px;
}
.hd-ly li{
	float: left;
	margin-right: 20px;
	margin-bottom: 22px;
	padding: 22px 32px 0;
	width: 560px;
	height: 103px;
	box-sizing: border-box;
	background: url(../images/dw-bg2.png) left bottom repeat-x;
	color: #333333;
}
.hd-ly li .tit{
	font-weight: bold;
	font-size: 18px;
}
.hd-ly li .total{
	margin-top: 14px;
	font-size: 14px;
}
.hd-ly li .total span{
	margin-right: 30px;
}
.hd-ly li .total i{
	color: #e42826;
	font-style: normal;
}
.hd-ly2 li{
	width: 270px;
	height: 128px;
	padding: 20px 30px 0;
}
.hd-ly2 li p span{
	display: block;
	line-height: 26px;
	margin-right: 0;
}
.hd-ly-tip{
	line-height: 40px;
	height: 40px;
	padding: 0 22px;
	background: #f8fafb;
	color: #333;
	font-size: 14px;
}
.hd-wrap3{
	margin-top: 50px;
}
.hd-wrap3-box{
	width: 560px;
	height: 268px;
	border: 1px solid #bcbcbc;
	padding: 10px 22px 0;
	box-sizing: border-box;
}
.hd-tit2{
	border-bottom: 1px solid #f1f1f1;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	line-height: 48px;
	padding: 0 4px;
}
.hd-list1{
	padding-top: 8px;
}
.hd-list1 li{
	height: 36px;
	line-height: 36px;
	padding-left: 12px;
	background: url(../images/dw-ic2.png) left center no-repeat;
}
.hd-list1 li a{
	display: inline-block;
	max-width: 80%;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hd-list1 li a:hover,
.hd-list2 li a:hover{
	font-weight: bold;
}
.hd-list1 li span{
	float: right;
	color: #333333;
	font-size: 16px;
}
.hd-list2{
	padding-top: 8px;
}
.hd-list2 li{
	height: 36px;
	line-height: 36px;
}
.hd-list2 li a{
	display: inline-block;
	max-width: 100%;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hd-list2 li span.sta{
	margin-right: 4px;
}
.hd-list2 li span.sta i{
	font-style: normal;
	color: #999999;
}
.hd-list2 li span.sta.cur i{
	font-style: normal;
	color: #f7960d;
}
/* 信件详情 */
.mailBox{
	border: 1px solid #f2f2f2;
	margin-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.mailBox-bg{
	position: absolute;
	bottom: 0;
	right: -5px;
}
.mailBox .title{
	width: 1100px;
	margin: 0 auto;
	border-bottom: 2px solid #bae1f4;
	padding-bottom: 30px;
	padding-top: 40px;
}
.mailBox .title .tit1{
	color: #ef0909;
	font-size: 30px;
	font-weight: bold;
}
.mailBox .title .tit2{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
}
.mailBox .title .sta{
	display: inline-block;
	width: 86px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #f3b50f;
	float: right;
}
.question-box {
  width: 1100px;
  border: 1px solid #e5e5e5;
  margin: 30px auto 0;
}
.question-box .ask-box {
  padding-right: 40px;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  text-align: right;
}
.question-box .ask-box span {
  display: inline-block;
  line-height: 50px;
  color: #333333;
  font-size: 16px;
  margin-left: 82px;
}
.question-box .ask-box span i{
  font-style: normal;
}
.question-box .ask-box span.ask {
  float: left;
  margin-left: 37px;
  width: 108px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  margin-bottom: 10px;
  background: #e42826;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.question-box .quest-cont {
  padding: 17px 38px;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
}
.pl50 {
  padding-left: 50px;
}
.pt92 {
  padding-top: 92px;
}
.pb137 {
  padding-bottom: 137px;
}
.ml30 {
  margin-left: 30px;
}
/*我要写信开始*/
.yydh-xx-outbox{
	margin-top: 30px;
}
.leader-mail{
    width:100%;
    height: 61px;
    border-bottom:1px solid #e5e9ee;
}
.leader-mail a{
    display: inline-block;
    height:59px;
    line-height: 59px;
    border-bottom: 2px solid #e42826;
    font-size: 24px;
    font-weight: bold;
    color: #e42826;
}

.yydh-xx-top {
    color: #3e3e3e;
}

.yydh-xx-toptt {
    font-size: 36px;
    display: block;
    font-family: simsun;
    font-weight: bold;
    margin-bottom: 16px;
}

.yydh-xx-top p {
    font-size: 14px;
    line-height: 30px;
    color: #3e3e3e;
    padding-right: 46px;

}
.yydh-xx-top p.redwords{
    color: #df3b3e;
}
.yydh-xx-c1 {
    border-top: 1px solid #e8ebf0;
}
.write-content{
    border: 1px solid #e8ebf0;
    margin-top: 24px;
    padding-bottom: 20px;
}
.write-tit {
    display: block;
    height:69px;
    line-height:69px;
    background: url("../images/dw-ic4.png") no-repeat 32px center;
    color: #141414;
    font-size: 18px;
    padding-left:86px;
}

.yydh-xx-c2 {
    margin: 0 40px 0 25px;
    border: 1px solid #e5e9ee;
    border-bottom: none;
}

.yydh-xx-c2 .yydh-xx1 {
	text-align: left;
    display: inline-block;
    font-size: 14px;
    color: #5f6675;
    padding-left: 18px;
    box-sizing: border-box;
    background-color: #fff;
    vertical-align: top;
    height: 30px;
    margin-top: 4px;
    margin-left: 3px;
    margin-right: 3px;
    width:960px;
    border: 1px solid #e5e9ee;
    line-height:30px;
}

.yydh-xx-c2 .yydh-xx-tt2 {
    border-right: 1px solid #e5e9ee;
    width: 100px;
    background-color: #f7f9f9;
    color: #8b8e95;
    font-size: 12px;
    height: 100%;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    width: 100px;
    vertical-align: top;
    box-sizing: border-box;
}

.yydh-xx-c2 .yydh-xx-tt2.h70{
	height: 70px;
}
.yydh-xx-c2 .yydh-xx-cont {
    height: 190px;
}

.yydh-xx-c2 .yydh-xx-neirong {
    height: 203px;
}


.yydh-xx-c2 .yydh-xx-sec {

    padding-left: 0;
    border: none;
}

.yydh-xx-c2 .yydh-xx-outline {
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #e5e9ee;
}

.yydh-xx-sec input.yydh-radio {
    margin-top: 8px;
    margin-left:24px;
    vertical-align: top;
}

.yydh-xx-c2 .yydh-xx-yzm {
    width: 216px;
}

.yydh-yzmonload {
    color: #666666;
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
    line-height: 39px;
}

.yydh-yzmonload:hover {
    color: #e42826;
    text-decoration: underline;
}

.yydh-pub-tx {
    font-size: 12px;
    color: #e36264;
    position: absolute;
    right: 20px;
    top: 10px;
}

.yydh-btn {
    margin-top: 18px;
    padding-left: 30px;
}

.yydh-btn button {
    background-color: #fff;
    font-size: 14px;
    color: #7c889e;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 5px;
    width: 98px;
    height: 28px;
    border: 1px solid #e5e9ee;
}

.yydh-btn button:hover {
    background-color: #e42826;
    color: #fff;
    border: 1px solid #e42826;
}
.yydh-btn button.yydh-btn-active {
    background-color: #e42826;
    color: #fff;
    border: 1px solid #e42826;
}
.yydh-redstar {
    font-size: 12px;
    position: absolute;
    right: -18px;
    top: 15px;
    color: #df3b3e;
}
.yydh-xx-yzmpic {
    margin-left: 10px;
}
.yydh-xx-c2 .yydh-select {
    width: 216px;
    height: 30px;
    border: 1px solid #e8ebf0;
    color: #5f6675;
    padding-left: 20px;
    line-height: 30px;
    font-size: 14px;
}
/*我要写信结束*/
/* 留言选登 */
.lyxd-content{
	margin-top: 30px;
	height: 547px;
	padding: 40px 40px 0;
	background: url(../images/dw-bg3.png) center no-repeat;
}
.lyxd-title{
	margin-bottom: 30px;
}
.lyxd-title .tit{
	display: inline-block;
	padding-left: 16px;
	background: url(../images/dw-ic5.png) left center no-repeat;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
}
.lyxd-table{
	height: 453px;
	width: 800px;
	box-sizing: border-box;
	padding: 30px 22px 0;
	background: url(../images/dw-bg4.png);
}
.lyxd-table li{
	float: left;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lyxd-table li.w450{
	width: 450px;
	padding-left: 16px;
	text-align: left;
}
.lyxd-table li.w120{
	width: 120px;
}
.lyxd-table li.w168{
	width: 168px;
}
.lyxd-table-t{
	margin-bottom: 10px;
}
.lyxd-table-t li{
	height: 37px;
	line-height: 37px;
	background: #e7e7e7;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.lyxd-table-l li{
	height: 36px;
	line-height: 36px;
}
.lyxd-table-l li.w450 a{
	display: inline-block;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 16px;
}
.lyxd-table-l li.w120{
	color: #333333;
	font-size: 16px;
}
.lyxd-table-l li.w168{
	color: #999999;
	font-size: 16px;
}
.lyxd-table-l li a:hover{
	color: #e42826;
}
.lyxd-table .page-box{
	padding: 20px 0 0;
	margin-top: 10px;
	border-top: 1px solid #e4e4e4;
}
.lyxd-r{
	width: 260px;
}
.lyxd-cx{
	box-sizing: border-box;
	height: 228px;
	background: url(../images/dw-bg5.png);
	padding: 50px 20px 0;
}
.lyxd-cx-l{
	margin-bottom: 12px;
	height: 35px;
	line-height: 35px;
	background: url(../images/dw-bg6.png) center no-repeat;
}
.lyxd-cx-l .tit{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	width: 66px;
	text-align: center;
	background: url(../images/dw-bg7.png) right center no-repeat;
}
.lyxd-cx-l input{
	padding: 0 8px;
	width: 130px;
	color: #fff;
	font-size: 16px;
	outline:none;
	border:none;
}
.lyxd-cx-l input::-webkit-input-placeholder{
    color: #fff;
}
.lyxd-cx-l input:-moz-placeholder{
    color:#fff;
}
.lyxd-cx-l input::-moz-placeholder{
    color:#fff;
}
.lyxd-cx-l input::-ms-input-placeholder{
    color:#fff;
}
.lyxd-cx button{
	width: 100%;
	height: 33px;
	background: #fff;
	border-radius: 5px;
	color: #333333;
	font-size: 16px;
	margin-top: 12px;
	cursor: pointer;
	outline:none;
	border:none;
}
.lyxd-cx button:hover{
	font-weight: bold;
}
.lyxd-xx img{
	width: 100%;
}
.lyxd-xx img:hover{
	background: #e04648;
}