/*commom style*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
  border: none;
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font-family: "微软雅黑";
}
ul,
ol {
  list-style: none;
}
a,
ins {
  text-decoration: none;
}
*:focus {
  outline: none;
}
a {
  color: #333333;
}
a:hover {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.cf {
  zoom: 1;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
body {
  width: 100%;
  background: #fbfbfb;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.big-box,
.big-box2 {
  width: 1200px;
  margin: 30px auto;
}
.big-box .dq-box,
.big-box2 .dq-box {
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  margin-bottom: 30px;
}
.big-box .dq-box a,
.big-box2 .dq-box a {
  color: #999999;
}

/* 标题 */
.tab-tit {
  width: 100%;
  margin-bottom: 20px;
  height: 35px;
}
.tab-tit a {
  font-size: 22px;
  color: #666666;
  display: inline-block;
  margin-right: 15px;
  height: 35px;
  cursor: pointer;
  line-height: 30px;
}
.tab-tit a.addh {
  color: #4876ff;
  background: url(hshu.png) no-repeat center bottom;
}
.tab-tit a:hover {
  color: #4876ff;
  background: url(hshu.png) no-repeat center bottom;
}

/* 左 */
.box-left {
  width: 100%;
  padding: 25px;
  background: #ffffff;
  /* -webkit-box-shadow: 11px 13px 23px 2px rgba(103, 103, 103, 0.1);
  -moz-box-shadow: 11px 13px 23px 2px rgba(103, 103, 103, 0.1);
  -o-box-shadow: 11px 13px 23px 2px rgba(103, 103, 103, 0.1);
  box-shadow: 11px 13px 23px 2px rgba(103, 103, 103, 0.1); */
  border-radius: 8px;
}
.zctop-box {
  width: 100%;
  /* min-height: 249px; */
  margin: 0 auto;
  background: url(bg2.png) no-repeat;
  padding: 18px 20px 10px;
  border-radius: 8px;
}
.zctop-box .zctop-tit {
  font-weight: Bold;
  font-size: 26px;
  color: #333333;
  line-height: 40px;
  margin: 0 0 15px 0;
}
.zctop-box .zctopp1 {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  width: 85px;
}
.zctop-box .zctopp2 {
  font-size: 16px;
  color: #333333;
  width: 200px;
  line-height: 30px;
}
.zctop-box .zctopp2 span {
  color: #ff8f1f;
  font-weight: bold;
}
.zctop-box .zctopp1 span {
  display: block;
  width: 16px;
  height: 30px;
  background: url(yanj.png) no-repeat 0 center;
  padding-right: 18px;
  float: left;
}
.zctop-box .zctopp3 {
  font-size: 16px;
  color: #4876ff;
  line-height: 30px;
  width: 50px;
}
.zctop-box .zctopp3 span {
  display: block;
  width: 16px;
  height: 30px;
  background: url(xing.png) no-repeat 0 center;
  padding-right: 18px;
  float: left;
}
.zctop-box ul {
  margin-top: 15px;
}
.zctop-box ul li {
  float: left;
  width: 347px;
  line-height: 32px;
  font-size: 16px;
  color: #999999;
}
.cont-tit {
  font-weight: Bold;
  font-size: 18px;
  color: #333333;
  height: 24px;
  width: 100%;
  margin: 18px 0 10px 0;
  background: url(lshu.png) no-repeat 0 center;
  padding-left: 10px;
}
.lf-cont {
  width: 100%;
  margin: 0 auto;
}
.lf-cont .cont-box {
  margin-bottom: 30px;
}
.lf-cont .cont-box p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  text-indent: 32px;
  font-family: "微软雅黑";
}

/* 右 */
.box-rig {
  width: 380px;
}
.box-rig-box1 {
  width: 100%;
  padding: 25px;
  background: #ffffff;
  -webkit-box-shadow: 11px 13px 23px 2px rgba(103, 103, 103, 0.1);
  -moz-box-shadow: 11px 13px 23px 2px rgba(103, 103, 103, 0.1);
  border-radius: 8px;
  -o-box-shadow: 11px 13px 23px 2px rgba(103, 103, 103, 0.1);
  box-shadow: 11px 13px 23px 2px rgba(103, 103, 103, 0.1);
}
.box-rig-box1 p {
  font-size: 22px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 10px;
}
.box-rig-box1 p a {
  color: #000000;
  font-size: 22px;
}
.box-rig-box1 ul li {
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 45px;
  padding-left: 20px;
  background: url(dian.png) no-repeat 0 22px;
  border-bottom: 1px solid #eeeeee;
}
.box-rig-box1 ul li a {
  font-size: 16px;
  color: #333333;
}

.box-rig-box2 {
  width: 100%;
  padding: 25px;
  background: #ffffff;
  -webkit-box-shadow: 11px 13px 23px 2px rgba(103, 103, 103, 0.1);
  -moz-box-shadow: 11px 13px 23px 2px rgba(103, 103, 103, 0.1);
  margin-top: 30px;
  border-radius: 8px;
  -o-box-shadow: 11px 13px 23px 2px rgba(103, 103, 103, 0.1);
  box-shadow: 11px 13px 23px 2px rgba(103, 103, 103, 0.1);
}
.box-rig-box2 p {
  font-size: 22px;
  color: #000000;
  line-height: 30px;
}
.box-rig-box2 p a {
  color: #000000;
  font-size: 22px;
}
.box-rig-box2 ul li {
  width: 149px;
  margin: 30px 30px 0 0;
  text-align: center;
  height: 50px;
  float: left;
  line-height: 50px;
  background: #edf5ff;
  border: 1px solid #a4caff;
  border-radius: 4px;
}
.box-rig-box2 ul li a {
  font-size: 16px;
  color: #1677ff;
}
.box-rig-box2 ul li:nth-child(2n) {
  margin: 30px 0 0 0;
}

/* 政策解读 */

.big-box2 .box-left {
  width: 1200px;
}
.big-box2 .zctop-box {
  width: 1148px;
  min-height: 185px;
  margin: 0 auto;
  background: url(bg2.png) no-repeat;
  padding: 18px 20px 10px;
  border-radius: 8px;
}
.big-box2 .zctop-box .jdtopp1 {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  width: 75px;
}
.big-box2 .zctop-box .jdtopp2 span {
  color: #ff8f1f;
  font-weight: bold;
}
.big-box2 .zctop-box .jdtopp1 span {
  display: block;
  width: 16px;
  height: 30px;
  background: url(yanj.png) no-repeat 0 center;
  padding-right: 18px;
  float: left;
}
.big-box2 .zctop-box .jdtopp3 {
  font-size: 16px;
  color: #4876ff;
  line-height: 30px;
  width: 50px;
}
.big-box2 .zctop-box .jdtopp3 span {
  display: block;
  width: 16px;
  height: 30px;
  background: url(xing.png) no-repeat 0 center;
  padding-right: 18px;
  float: left;
}
.big-box2 .zctop-box ul {
  margin-top: 0;
  float: left;
}
.big-box2 .zctop-box ul li {
  float: left;
  width: 220px;
  line-height: 32px;
  font-size: 16px;
  color: #999999;
}
.big-box2 .zctop-box ul li:nth-child(2) {
  width: 270px;
  margin-left: 10px;
}
.big-box2 .lf-cont {
  width: 1105px;
  margin: 0 auto;
}
