/*
 * Created by LR on 2017/08/31
 */

/* reset css */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a {
  margin: 0;
  padding: 0;
  color: #333;
  font: 16px/24px "微软雅黑";
}
html {
  display: inline-block;
  width: 100%;
}
img {
  border: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  border: 0;
}
strong {
  font-weight: bold;
}
ul,
ol,
li,
dt,
dd {
  list-style: none;
}
em,
i {
  font-style: normal;
}
/* base css */
.block {
    display: block;
}
.show {
    display: inherit;
}
.hide {
    display: none;
}
.dis-in-b {
    display: inline-block;
}
.img-auto {
    display: block;
    width: 100%;
    height: auto;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.right {
    float: right;
}
.left {
    float: left;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}
.line {
    border-bottom: 1px #d1d1d1 solid;
}
.dotted {
    border-bottom: 1px #a5a5a5 dotted;
}
.ml-20 {
    margin-left: 20px;
}
.ml-10 {
    margin-left: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.ml-40 {
    margin-left: 40px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.overflow {
    overflow: hidden;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
/* 头部 */
body {
  /* background: url(/webimages/rcfw-banner.png) center 130px no-repeat; */
}
.header {
  /* height: 80px; */
  height: 400px;
    background: url(/webimages/rcfw-banner.png) top center no-repeat;
    background-size: 100% 100%;
}
.header ol  li {
  float: left;
  width: 160px;
  height: 100px;
  border-left: 1px #000 dotted;
  background-color: #0659c3;
}
.header ol li.cur,.header ol li:hover {
  background-color: #ce0000;
}
.header ol li a {
  display: inline-block;
  padding-top: 20px;
  height: 80px;
}
.header ol li span {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
}
.header ol li span.cn {
  font: 24px "微软雅黑";
}
.header ol li span.en {
  font: 14px "微软雅黑";
}
.back-home {
  color: #333333;
  font: 16px/100px "微软雅黑";
}
.back-home:hover {
  color: #ff6c00;
}
/* 内容 */
.contrainer {
  margin-top: -5px;
}
.bg {
  height: 553px;
  background-image: url(/webimages/rcfw-bg.png);
}
.rcfw-rczc {
  width: 100%;
  height: 100px;
  text-align: center;
  color: #0053be;
  font: bold 30px/100px "微软雅黑";
  background: url(/webimages/rcfw-rczc-line.png) center no-repeat;
}
.rcfw-rczc-title {
  width: 1100px;
  margin: 0 auto;
  color: #ce0000;
  font: 30px "微软雅黑";
  text-align: center;
  display: inline-block;
}
.rcfw-rczc-wrap {
  width: 960px;
}
.rcfw-rczc-wrap li {
  float: left;
  margin-top: 30px;
  width: 480px;
}
.date-wrap {
  width: 80px;
  border-right: 2px solid red;
}
.date-wrap span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.date-wrap span.red {
  color: red;
  font: bold 24px "微软雅黑";
}
.date-wrap span.grag {
  font: 18px "微软雅黑";
  color: #999999;
}
.title-wrap {
  width: 370px;
  color: #666666;
  font: 16px "微软雅黑";
  padding-top: 6px;
}
.title-wrap:hover {
  color: #ff6c00;
}
.rcfw-more-btn {
  background-color: #fff;
  display: inline-block;
  text-align: center;
  width: 205px;
  height: 50px;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  color: #000;
  font: 16px/50px "微软雅黑";
}
.rcfw-more-btn:hover {
  background-color: #e71f19;
  color: #fff;
}
.row {
  width: 360px;
}
.rcfw-name {
  display: inline-block !important;
  width: 70% !important;
   color: #333333;
  font: 30px/58px "微软雅黑";
  padding-left: 120px;
  height: 58px;
}
.rcfw-tzgg-icon {
  background: url(/webimages/rcfw-tzgg-icon.png) left center no-repeat;
}
.rcfw-zpxx-icon {
  background: url(/webimages/rcfw-zpxx-icon.png) left center no-repeat;
}
.rcfw-fwzn-icon {
  background: url(/webimages/rcfw-fwzn-icon.png) left center no-repeat;
}
.row-list {
  padding: 0 20px;
}
.row-list li.mt {
    margin-top: 30px;
}
.row-list li a {
  white-space: nowrap;
  background: url(/webimages/rcfw-arrow-left.png) left center no-repeat;
  padding-left: 20px;
  color: #666666;
  font: 16px/30px "微软雅黑";
}
.row-list li a:hover,.row-one-list li a:hover {
  color: #ff6c00;
}
/* .row-center {
  margin: 0 60px;
} */
.row-one-list {
  padding: 0 20px;
}
.row-one-list li {

}
.row-one-list li a {
  background: url(/webimages/rcfw-arrow-left.png) left center no-repeat;
  padding-left: 20px;
  color: #666666;
  font: 16px/30px "微软雅黑";
}
/* 尾部 */
.footer {
  height: 120px;
  background-image: url(/webimages/rcfw-footer-bg.png);
}
.footer #imgConac{height: 70px;}
.copyright {
    margin-top: 6px;
    margin-left: 20px;
}
.copyright p {
    color: #fff;
    margin-top: 20px;
    font:  14px "微软雅黑";
}
.copyright a{color: #fff;font:  14px "微软雅黑";}
/*概览 */
.curmb-bg {
  background-color: #f7f7f7;
  height: 58px;
}
.curmb {
  background: url(/webimages/rcfw-curmb-home.png) left center no-repeat;
  padding-left: 30px;
  color: #666666;
  font: 16px/58px "微软雅黑";
}
.curmb a {
  color: #666666;
}
.curmb a:hover {
  color: #ff6c00;
}
.coulnm-name {
    color: #0173e1;
    font: 24px/30px "微软雅黑";
    height: 30px;
    display: inline-block;
    border-bottom: 1px solid #0173e1;
    padding: 10px 0;
    width: 100px;
    text-align: center;
    position: relative;
    top: 1px;
}
.list-news {
  margin-top: 40px;
}
.list-news ol {
  padding: 0 20px;
}
.list-news ol  li {
  width: 100%;
  display: inline-block;
}
.list-news ol  li a {
  font: 16px/30px "微软雅黑";
  background: url(/webimages/rcfw-list-icon.png) left 6px no-repeat;
  padding-left: 30px;
  color: #333333;
}
.list-news ol  li a:hover {
  color: #ff6c00;
}
.list-news ol  li span.date {
  color: #999999;
}
.page {
  text-align: center;
}
.page a {
  border: 1px solid #bababa;
  display: inline-block;
  padding: 0 10px;
  font: 16px/30px "微软雅黑";
}
.page a.cur , .page a:hover{
  background-color: #0173e1;
  color: #fff;
}
/* 细览 */
.detail-title {
  color: #0173e1;
  text-align: center;
  font: 30px/38px "微软雅黑";
}
.detail-msg span {
  color: #666666;
  margin: 0 20px;
  font: 14px/30px "微软雅黑";
}
.detail-msg a {
   color: #666666;
  font: 14px/30px "微软雅黑";
}
.detail-msg a:hover {
  color: #ff6c00;
}
.detail-cont p {
    font: 16px/35px "微软雅黑";
}
.detail-btn a {
  color: #fff;
  font: 14px/30px "微软雅黑";
  width: 80px;
  background: #0173e1;
  padding: 0 10px;
  display: inline-block;
}
.detail-btn span {
  padding-left: 20px;
}
.close-btn {
  background: url(/webimages/rcfw-close-btn.png) left center no-repeat;
}
.print-btn {
   background: url(/webimages/rcfw-print-btn.png) left center no-repeat;
}
.share {
  font: 14px/30px "微软雅黑";
  color: #666666;
}