html {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  font: 12px "微软雅黑";
}

body {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-size: 16px;
}

ul li {
  list-style: none;
}

*,
div {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

img {
  border: 0px;
  box-sizing: border-box;
}

a {
  color: #333;
}

a:hover {
  color: #f87201;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

.wmain {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
  margin: 0px;
  font-family: "微软雅黑";
  position: relative;
}

/*共同的宽*/
.zhenwen {
  margin: 0 auto;

  background: #ffffff;
}

.common {
  padding: 20px;
  height: auto;
  overflow: hidden;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 0;
}

/*Banner*/
.banner {
  width: 100%;
  height: 630px;
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

.bannerOne {
  width: 100%;
  height: 500px;
  background: #7aadf7;
  position: absolute;
  z-index: 1;
}

.commonImg {
  width: 1260px;
  height: auto;
  overflow: hidden;
  margin: 0px auto;
  box-sizing: border-box;
  padding: 30px 0 60px 0;
}

.commonImg .ktperson {
  width: 100%;
}

.commonOne {
  width: 1260px;
  height: 270px;
  position: absolute;
  box-sizing: border-box;
  top: 380px;
  left: 50%;
  margin-left: -640px;
  z-index: 3;
}

.comOne_ban {
  float: left;
  width: 188px;
  height: 188px;
  margin: 10px 10px 10px 10px;
  padding: 20px 18px 0 18px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}

.comOne_ban .img {
  width: 100%;
  text-align: center;
  height: auto;
  overflow: hidden;
  padding: 5px 0 5px 0;
}

.comOne_ban .imgTiele {
  font-size: 26px;
  color: #111111;
  line-height: 34px;
  text-align: center;
}

.comOne_ban .imgfont {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-indent: 2rem;
}

/*中间内容*/
.Middle {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
  margin: 0px;
  box-sizing: border-box;
}

/*第二部分*/
.commonTwo {
  width: 100%;
  height: 184px;
  box-sizing: border-box;
  padding: 30px 0 0 238px;
  margin: 0px;
  background: url(../images/icon_check.png) no-repeat;
  background-size: 100% 100%;
}

.commTwo_cont {
  width: 828px;
  height: 100px;
  box-sizing: border-box;
}

.commTwo_cont1 {
  width: 100%;
  height: 30px;
  padding: 0px;
  margin: 0px;
}

.commTwo_cont3 {
  width: 250px;
  margin-top: 20px;
  color: #333;
  float: left;
}

.commTwo_cont2 {
  width: 100%;
  height: 58px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #3d98ed;
  margin-top: 8px;
}

.commTwo_cont2 .comttxt {
  width: 627px;
  height: 56px;
  border: 0px;
  padding: 0 20px;
  line-height: 56px;
  outline: none;
  border-radius: 10px;
  font-size: 18px;
}

.commTwo_cont2 .comTbtn {
  display: block;
  width: 156px;
  float: right;
  height: 58px;
  border-radius: 10px;
  background: #f87201;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 56px;
}

/*选择按钮*/
.radio_box {
  position: relative;
  float: left;
  display: inline-block;
  margin-left: 30px;
  color: #fff;
  font-size: 18px;
}

.radio_box label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  border: 2px solid #3275a6;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  color: #fff;
}

.radio_box input:checked+label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffb33a;
  border-radius: 50%;
}

.check_box em {
  margin: 0 0 0 5px;
}

.radio_box2 {
  position: relative;
  float: left;
  display: inline-block;
  margin-left: 30px;
  color: #333;
  font-size: 18px;
}

.radio_box2 label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  border: 2px solid #cccccc;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  color: #fff;
}

.radio_box2 input:checked+label:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #126ce6;
  border-radius: 50%;
}

.check_box2 em {
  margin: 0 0 0 5px;
}

/*第三部分*/
.commonThree {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 40px 0 30px 0px;
}

.commonThree02 {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 0 0px 0px;
}


.comThree_one {
  width: 100%;
  height: 54px;
  box-sizing: border-box;
  border-bottom: 2px solid #126ce6;
  padding: 0 18px 0 40px;
  margin: 0px;
}

.comThree_one .comthree_onepro {
  float: left;
  width: 164px;
  height: 52px;
  background: #126ce6;
  color: #fff;
  text-align: center;
  line-height: 52px;
  font-size: 24px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.comThree_one .comthree_onexiz {
  float: left;
  margin-left: 22px;
}

.comThree_one .comthree_onemore {
  float: right;
  line-height: 52px;
}

.comthree_onemore a {
  color: #126ce6;
  font-size: 18px;
}

.comThree_two {
  padding: 25px 0 15px 0px;
  height: auto;
  overflow: hidden;
}

.comThree_two02 {
  padding: 0px 0 0px 0px;
  height: auto;
  overflow: hidden;
}

.comThree_two span {
  float: left;
  line-height: 42px;
  height: 42px;
  font-size: 18px;
  margin-top: 8px;
}

.comThree_two .comthreetxt,
.comThree_two .comthreetxt_new,
.comThree_two .comthreetxt_new02,
.comThree_two .comthreetxt_new03,
.comThree_two .comthreetxt_new04 {
  float: left;
  margin: 10px 0 0 0px;
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  font-size: 16px;
  border-radius: 4px;
  outline: none;
  padding: 0 10px;
}

.comThree_two .div_li {
  float: left;
  margin-right: 20px;
}

.comthreetxt {
  width: 462px;
  height: 34px;
}

.comthreetxt_new {
  width: 314px;
  height: 42px;
}

.comthreetxt_new02 {
  width: 120px;
  height: 42px;
}

.comthreetxt_new03 {
  width: 240px;
  height: 42px;
  line-height: 42px
}

.comthreetxt_new04 {
  width: 170px;
  height: 42px;
}

.comthreetxt_new02 .comThree_two .comthreebtn,
.comThree_two .comthreebtn_new {
  float: left;
  display: block;
  margin: 10px 0 0 14px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  background: #619aeb;
}

.comthreebtn {
  width: 78px;
  height: 34px;
}

.comthreebtn_new {
  width: 78px;
  height: 42px;
  padding-top: 5px;
}

.comThree_three {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0;
  margin: 0px;
  list-style: none;
}

.comThree_three li {
  width: 100%;
  padding: 15px 0px;
  margin: 0;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px dashed #999999;
}

a {
  color: #111111;
}

.comThree_three li img {
  float: left;
  margin-top: 6px;
}

.comThree_three li a {
  display: block;
}

.comThree_three li a:hover {
  color: #126ce6;
}

.comThree_three li .cttreeT {
  float: left;
  width: 990px;
  height: auto;
  overflow: hidden;
  margin-left: 10px;
  font-size: 18px;
}

.comThree_three li .cttreeD {
  float: right;
  font-size: 18px;
  margin-right: 10px;
}





/*主页新增样式*/

.table_box {
  font-size: 16px;
  margin-top: 20px;
}

.table_box01 {
  margin-top: 0px;
}

.table_box td {
  padding: 5px;
  line-height: 34px;
}

.table_box td a {
  color: #f87201;
  text-decoration: underline;
}

.table_box .biaoti,
.list_br .biaoti {
  color: #126ce6;
}

.weizhi_font {
  width: 1260px;
  margin: 0 auto;
  line-height: 60px;
  font-size: 16px;
}

.weizhi_font span {
  color: #126ce6;
}

.shuju_left {
  width: 58%;
  float: left;
  height: auto;
}

.shuju_riht {
  width: 40%;
  float: right;
}

.shuju_left li {
  float: left;
  width: 315px;
  height: 137px;
  margin-right: 46px;
}

.shuju_left li div {
  clear: both;
}

.li_bg01 {
  background: url(../images/zhixun_bg.png) no-repeat center;
  margin-bottom: 36px;
  margin-top: 10px;
}

.li_bg02 {
  background: url(../images/jianyi_bg.png) no-repeat center;
  margin-bottom: 36px;
  margin-top: 10px;
}

.li_bg03 {
  background: url(../images/toushu_bg.png) no-repeat center;
}

.li_bg04 {
  background: url(../images/yijian_bg.png) no-repeat center;
}

.li_font01 {
  font-size: 18px;
  text-align: left;
  margin-left: 38px;
  color: #FFFFFF;
  margin-top: 10px;
}

.li_font02 {
  font-size: 42px;
  font-weight: bold;
  text-align: left;
  margin-left: 38px;
  color: #FFFFFF;
  margin-top: 10px;
}

.li_font03 {
  font-size: 14px;
  text-align: right;
  margin-right: 24px;
  color: #FFFFFF;
}

/*分页样式*/
.fenye_box {
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  width: 580px;
  clear: both;
}

.fenye_box li {
  float: left;
  margin: 10px 0 0 0px;
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  outline: none;
  list-style: none;
  margin-right: 6px;
}

.fenye_box a {
  display: block;
}

.fenye_box span {
  float: left;
  display: block;
  margin-left: 0px;
  margin-top: 5px;
}

.fenye_box .box_01 {
  background: #efefef;
  color: #dadada;
  width: 65px;
  height: 38px;
  line-height: 38px;
}

.fenye_box .box_02 {
  background: #ffffff;
  color: #333333;
  min-width: 50px;
  padding: 0px 3px;
  height: 38px;
  line-height: 38px;
}

.fenye_box .box_03 {
  background: #3b85d8;
  color: #ffffff;
  width: 33px;
  height: 38px;
  line-height: 38px;
}

.fenye_box .box_03 a {
  color: #ffffff;
}

.fenye_box .box_04 {
  background: #ffffff;
  color: #333333;
  width: 65px;
  height: 38px;
  line-height: 38px;
}

/*在线访谈*/
.contentNew {
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  clear: both;
  padding: 5px;
}

.contentNew_l,
.contentNew_lb {
  width: 39%;
  height: 100%;
  overflow: auto;
  overflow: hidden;
  float: left;
  border: #dbdbdb 1px solid;
}

.contentNew_l {
  height: 580px;
  background: #fbfbfb;
}

.contentNew_r {
  width: 60%;
  float: right;
  border: #dbdbdb 1px solid;
}

.contentNew_rb {
  width: 100%;
  float: right;
  border: #dbdbdb 1px solid;

}

.contentNew_rb,
.contentNew_lb {
  background: #ffffff;
}

.contentNew_r {
  background: #fbfbfb;
  height: 580px;
  overflow-y: auto;
}

.content_br {
  border-top: #126ce6 3px solid;
  padding: 10px;
}

.nrbox {
  width: 98%;
  line-height: 30px;
  font-size: 16px;
  padding-top: 25px;
}

.contentNew_rs {
  width: 100%;
  padding: 20px;
}

.contentNew_rs h1 {
  color: #126ce6;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.contentFont {
  height: 36px;
  background: #f4f3f3;
  line-height: 36px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top: 25px
}

.contentFont span {
  margin-right: 60px;
}

.contentFont02 {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  text-indent: 2em;
  margin-top: 20px
}

.content_br02 {
  border-bottom: #126ce6 3px solid;
  width: 120px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #126ce6;
  margin-left: 20px;
  float: left;
  line-height: 52px;
}

.content_br03 {
  width: 90%;
  text-align: center;
  margin: 0px auto;
}

.content_br03>a {
  color: #ffffff;
  background: #0c6bb9;
  display: block;
  width: 100%;
  height: 64px;
  line-height: 54px;
  font-size: 30px;
}

.content_br03>a.off {
  background: #808080;
}

.content_br li {
  list-style: none;
  margin-top: 20px;
}

.content_bg {
  font-size: 20px;
  font-weight: bold;
  color: #0c6bb9;
  padding-left: 10px;
  width: 140px;
  line-height: 36px;
}

.content_br i {
  width: 5px;
  height: 20px;
  background: #0c6bb9;
  margin-left: 15px;
  margin-top: 8px;
  float: left;

}

.content_fontBg01,
.content_fontBg02 {

  padding: 0px 10px 0px 0px;
  text-align: center;
  vertical-align: middle;
}

/*
.content_fontBg01 {
  background: url(/scjgj/xhtml/images/nav_3.png) no-repeat left center;
}

.content_fontBg02 {
  background: url(/scjgj/xhtml/images/nav_6.png) no-repeat left center;
}
*/

.content_font {
  line-height: 30px;
  margin: 20px;
}

.content_font02 {
  line-height: 35px;
  margin: 16px;

}

.yjzj_li {
  width: 100%;
  margin: 20px;
  clear: both;
  height: 100%;
  overflow: auto;
}

.yjzj_li li {
  margin-top: 10px;
  width: 100%;
}

.yjzj_li .li_div {
  margin-top: 20px;
  width: 55px;
  float: left;
}

.yjzj_li3 {
  width: 95%;
  margin: 20px;
}

.yjzj_li2 {
  width: 100%;
  margin: 30px 80px;
}

.yjzj_li2 li {
  margin-bottom: 20px;
  float: left;
}

.yjzj_li2 .li_div {
  margin-top: 20px;
  width: 70px;
  float: left;
}

.li_div02 {
  margin-top: 20px;
  width: 90px;
  float: left;
}

.li_div03 {
  margin-top: 20px;
  float: left;
}

.yjzj_liMar {
  margin-left: 140px;
}

.yjzj_input,
.yjzj_text,
.yjzj_input02,
.yjzj_input03,
.yjzj_text02,
.yjzj_text03 {
  margin: 10px 0 0 0px;
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  font-size: 16px;
  border-radius: 4px;
  outline: none;
  padding: 0 10px;
  line-height: 42px;
  width: 342px;
  font-family: "微软雅黑";
}

.yjzj_input {
  height: 42px;
}

.yjzj_input02 {
  height: 42px;
  width: 900px;
}

.yjzj_input02 {
  height: 42px;
  width: 900px;
}

.yjzj_input03 {
  height: 42px;
  width: 140px;
}

.yjzj_liimg {
  margin-top: 10px;
  margin-left: 20px;
  float: left;
}

.yjzj_text {
  height: 100px;
}

.yjzj_text02 {
  height: 200px;
  width: 900px;
}

.yjzj_text03 {
  height: 100px;
  width: 600px;
}

.yjzj_botton,
.yjzj_botton02,
.yjzj_botton03 {
  float: left;
  display: block;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  background: #619aeb;
}

.yjzj_botton {
  margin: 20px 130px;
  width: 164px;
  line-height: 42px;
}

.yjzj_botton02 {
  line-height: 32px;
  font-size: 16px;
  width: 85px;
  margin-top: 16px;
}

.yjzj_botton03 {
  line-height: 42px;
  width: 75px;
  margin-top: 16px;
  text-align: center;
}

.yjzj_mar {
  clear: both;
}

.yjzj_mar div {
  text-align: center;
  width: 200px;
  margin: 0 auto;
}

.yjzj_mar a {
  display: block;
  margin-right: 20px;
}

.list_br td {
  border-bottom: #999999 1px dashed;
  padding: 6px;
  line-height: 30px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_br {
  width: 95%;
}

.list_br02 {
  width: 92%;
}


/*意见征集*/

.contenttop {
  height: 60px;
  line-height: 60px;
  width: 100%;
  padding: 0px 20px;
  margin: 0px 20px;
  background: #f6f6f6;
  border-bottom: #d5d5d5 1px solid;
  font-size: 24px;
}

.contenttop_bg {
  background: url(../images/icon_0423_05.png) no-repeat left center;
  width: 35px;
  height: 60px;
  float: left;
}

.contenttop_font span {
  color: #126ce6;
  font-weight: bold;
  float: left;
}

.pinglun_l {
  color: #126ce6;
  line-height: 32px;
  border-bottom: #126ce6 1px solid;
  font-size: 16px;
}

.pinglun_l span {
  color: #ff8a00;
}

.pinglun_b {
  background: #f9f9f9;
  height: auto;
  overflow: auto;
  margin-top: 10px;
}

.pinglun_b .timep {
  border-bottom: #dadada 1px dashed;
  line-height: 36px;
  color: #999999;
  text-align: right;
  font-size: 14px;
  width: 95%;
  margin: 0 auto;
}

.pinglun_b .timep .marfont {
  margin-right: 30px;
}

.pl_content {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  text-indent: 2em;
}

.yjzj_clumn {
  color: #126ce6;
  font-weight: bold;
  border-bottom: #cccccc 1px solid;
  float: left;
  width: 100%;
  margin: 0 auto;
}

.yjzj_clumnL {
  float: left;
  text-align: left;
  width: 45%;
}

.yjzj_clumnR {
  float: right;
  text-align: right;
  padding-right: 30px;
  width: 45%;
}

.yjzj_content {
  width: 100%;
  margin: 0 auto;
}

.yjzj_content li {
  clear: both;
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-bottom: #cccccc 1px solid;
}

.yjzj_content li .div01 {
  width: 3%;
  padding-top: 5px;
  float: left;
  text-align: center;
}

.yjzj_content li .div02 {
  width: 80%;
  float: left;
  text-align: left;
}

.yjzj_content li .div03 {
  width: 12%;
  float: right;
  text-align: center;
}


/*首页样式*/

.hd-main {
  width: 100%;
  margin: 0 auto;
  background: #fafafa;
  font-family: "微软雅黑";
  color: #333333;
  font-size: 16px;
  height: 100%;
  overflow: auto;
}

.hd-main-nav {
  width: 100%;
  margin: 0 auto;
}

.hd-nav,
.OneMw {
  width: 1260px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  color: #666666;
  height: 54px;
  line-height: 54px;
}

.OneMw {
  width: 1260px;
}


.hd-content {
  width: 100%;
  margin: 0 auto;
}

.hd-content-center {
  width: 1124px;
  margin: 0 auto;
}

.hd-center-div {
  width: 49%;
  background: #ffffff;
  height: 440px;
  overflow: hidden;
  margin-top: 20px;
}

.hd-center-left {
  float: left;
}

.hd-center-right {
  float: right;
}

.hd-title {
  height: 69px;
  line-height: 60px;
  background: url(../images/img0527_02.png) repeat-x center bottom;
  width: 96%;
  margin: 0 auto;
}

.hd-title-img {
  margin: 10px 10px 0px 15px;
}

.hd-title-font {
  font-size: 18px;
  color: #303030;
  font-weight: bold;
}

.hd-title-right {
  color: #808080;
  font-size: 14px;
  margin-right: 15px;
  line-height: 85px;
}

.hd-title-right a {
  color: #808080;
}

.hd-title-right a:hover {
  color: #d10000;
}

.hd-list {
  width: 92%;
  margin: 0 auto;
  clear: both;
}

.hd-list-mar {
  padding-bottom: 10px;
}

.hd-list-mar2 {
  padding-bottom: 20px;
}

.hd-list-title {
  font-size: 16px;
  color: #303030;
  font-weight: bold;
  text-align: left;
  line-height: 50px;
  margin-left: 20px;
}

.hd-list-a {
  width: 100%;
  clear: both;
}

.hd-list-a a {
  display: block;
  clear: both;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.hd-list-a .hd-list-img {
  background: url(../images/pic0527_03.png) no-repeat center;
  height: 46px;
  line-height: 46px;
  width: 24px;
  margin-right: 8px;
}

.hd-list-a .hd-list-szxx-img {
  background: url(http://www.sc.gov.cn/10462/xhtml/images/20140806wj_137.jpg) no-repeat center;
  height: 46px;
  line-height: 46px;
  width: 24px;
  margin-right: 8px;
}

.hd-list-a td {
  line-height: 40px;
}

.hd-list-a td div {
  margin-top: 5px;
}

.hd-list-font {
  text-align: left;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 360px;
  /*width: 310px;*/
}

.hd-list-time {
  color: #808080;
  padding: 0px 10px;
}

.hd-list-div {}

.hd-list-a a:hover {
  background: #f7f7f7;
}

.hd-list-a a:hover>.hd-list-img {
  background: url(../images/pic0527_01.png) no-repeat center;
}

.hd-list-a a:hover>.hd-list-time {
  color: #d10000;
}

.hd-list-a a:hover>.hd-list-font {
  color: #333333;
}



.hd-list-s {
  width: 100%;
  height: 66px;
  line-height: 66px;
  margin-top: 15px;
}

.hd-list-center {
  border-top: #f3f3f3 1px solid;
  width: auto;
  text-align: center;
  font-size: 14px;
}

.hd-list-center span {
  color: #306f90;
}

.hd-list-center .span-mar {
  margin-right: 20px;
}



.hd-yjzj-h {
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  clear: both;
  height: 100%;
  overflow: auto;
}

.hd-xian {
  border-bottom: #f3f3f3 1px dashed;
  height: 100%;
  overflow: auto;
  width: 100%;
  margin-bottom: 10px;
  /*margin-top: 5px;*/
}

.hd-yjzj-h .yjzj-left {
  width: 62px;
  height: 62px;
  background: #e04e31;
  border-radius: 65%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  margin-top: 10px;
}

.hd-yjzj-h .yjzj-left span {
  display: block;
  padding-top: 10px;
  width: 30px;
  margin: 0 auto;
}

.hd-clear {
  clear: both;
}

.hd-yjzj-h .yjzj-right {
  width: 405px;
  margin-right: 20px;
}

.yjzj-right .right-font01 {
  font-weight: bold;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.right-font01 a:hover {
  color: #d10000;
}

.yjzj-right .right-font02 {
  color: #808080;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.yjzj-button {
  padding: 15px 0px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.yjzj-button a {
  background: #32b3af;
  width: 98px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  font-size: 14px;
  float: right;
  border-radius: 6px;
  text-align: center;
}

.yjzj-button a:hover {
  background: #e04e31;
}

.hd-bottom-mar {
  clear: both;
  width: 100%;
  margin: 0 auto;
  height: 45px;
}

/*回复末尾*/
.yjzj_clumnX {
  border-bottom: #21578f 3px solid;
  float: left;
  width: 20%;
}

.yjzj_clumn02 {
  font-weight: bold;
  line-height: 36px;
  width: 92%;
  margin: 0 auto;
  height: 100%;
  overflow: auto;
  padding: 10px 0px 20px 0px;
}

.yjzj_clumnLR {
  float: left;
  text-align: left;
  width: 90px;
}

.yjzj_clumnLL {
  float: left;
  text-align: left;
  font-size: 22px;
  color: #e0580e;
  font-weight: bold;
  margin-top: 30px;
}

.yjzj_content {
  width: 100%;
  margin: 0 auto;
}

.hd-list-a table span {
  color: #21578f;
  font-weight: bold;
  text-align: center;
}

.con2 {
  margin-top: 30px;
  padding: 5px;
}

.jgfk {
  border: #dbdbdb 1px solid;
}

.mytit {
  padding-left: 15px;
  box-sizing: border-box;
  border-top: 5px solid #0c6bb9;
}

.mytit span,
.mytit a.mytita {
  padding: 0 22px;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  background: #0c6bb9;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.con2ul {
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.con2ul li .a1 {
  color: #333333;
  width: 95%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 36px;
}

@media screen and (max-width: 760px) {
  .zhenwen {
    width: 100%;
  }

  .common {
    width: 100%;
  }

  .contentNew_l,
  .contentNew_lb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
    border: #dbdbdb 1px solid;
  }

  .contentNew_r,
  .contentNew_rb {
    width: 100%;
    float: right;
    border: #dbdbdb 1px solid;
  }

  .yjzj_li {
    margin: 10px;
  }
}