.d-i {
  display: inline;
}
.d-b {
  display: block;
}
.d-ib {
  display: inline-block;
}
.bdr4 {
  border-radius: 4px!important;
}
.bdr8 {
  border-radius: 8px!important;
}
.t-c {
  text-align: center;
}
.t-l {
  text-align: left;
}
.t-r {
  text-align: right;
}
.t-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pointer {
  cursor: pointer;
}
.page-bar .page-breadcrumb > li {
  color: #2f6ca8;
}
.detail-content a {
  color: #2f6ca8;
}
.re-top {
  height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.re-top .top_login {
  height: 40px;
  line-height: 40px;
}
.re-top .top_login .operation {
  line-height: 40px;
}
.re-top .top_login span {
  opacity: 0.8;
}
.wrapper_main.re {
  padding-top: 0;
  background-color: #f5f5f5;
}
.wrapper_main.re .le-container {
  
}
.me-top {
  background-color: #fff;
  height: 158px;
}
.me-top .le-container {
  height: 158px;
  background-image: none;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
}
.me-top .top1 {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
}
.me-top .me-logo {
  margin-top: 10px;
}
.me-top .login-btn {
  display: inline-block;
  width: 154px;
  height: 26px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #2f6ca8;
  background-color: #8ab5e1;
  border-radius: 4px!important;
  line-height: 26px;
  text-align: center;
  padding-left: 30px;
  background-image: url(../image/icon_denglu.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.re-logo-search {
  position: absolute;
  top: 41px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.re-logo-search .logo {
  height: 48px;
}
.re-logo-search .logo img {
  height: 48px;
}
.re-logo-search .logo span {
  font-size: 26px;
  line-height: 48px;
}
.re-logo-search .big-text {
  position: absolute;
  top: 170px;
}
.re-topbg {
  min-width: 1260px;
  height: 480px;
  background: url(../image/index_img2.png) no-repeat center;
}
.re-menu {
  background-color: #528fcc;
  height: 60px;
  line-height: 60px;
}
.re-menu ul li {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 160px;
}
.re-menu ul li a {
  color: #FFFFFF;
}
.re-menu ul li.active {
  background-color: #2f6ca8;
}
.re-menu ul li:first-child.active a:after {
  width: 24px;
  margin-left: -12px;
}
.re-menu .search {
  float: right;
}
.re-menu .search .search_ptext {
  width: 300px;
  height: 36px;
  background-size: 20px;
  padding: 0 15px;
  color: #333;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.re-menu .search .searchBtn {
  margin-left: -5px;
  width: 90px;
  height: 36px;
  padding-left: 30px;
  background: #d74040;
  background-image: url(../image/icon_sousuo.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  color: #FFFFFF;
  font-weight: bold;
  display: inline-block;
  border: 0;
  vertical-align: middle;
}
.re-big-title {
  border-bottom: 1px solid rgba(58, 141, 224, 0.4);
  position: relative;
  margin: 24px 0;
}
.re-big-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100px;
  height: 3px;
  background-color: #2f6ca8;
}
.re-big-title h4 {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}
.re-slide {
  width: 500px;
  height: 310px;
  padding: 0;
  margin: 0;
  min-width: 500px;
}
.re-slide .hd {
  left: 0;
  right: 0;
  bottom: 8px;
  text-align: center;
  width: 100%;
}
.re-slide .hd li {
  float: none;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.4);
}
.re-slide .hd li.on {
  background: #ffffff;
  background-color: #FFFFFF;
}
.re-slide .bd {
  height: 310px;
}
.re-slide .bd ul li {
  height: 310px;
}
.re-slide .bd ul li .hot_img {
  height: 310px;
}
.re-slide .prev,
.re-slide .next {
  width: 36px;
  height: 56px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: 34px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  text-align: center;
  line-height: 56px;
  z-index: 99;
}
.re-slide .prev {
  left: 0;
  border-top-right-radius: 4px!important;
  border-bottom-right-radius: 4px!important;
}
.re-slide .next {
  right: 0;
  border-top-left-radius: 4px!important;
  border-bottom-left-radius: 4px!important;
}
.zxun{
overflow: hidden; display: flex;justify-content: space-around; height: 100%;
}
.box-1{

background-size: 520px 330px;
background-repeat: no-repeat;
height:330px;
width:520px;
margin-top: 30px;
}
.index-hotbox {
  width: 500px;
  height: 310px;
  padding: 0;
  margin: 0;
  background-color: #f2f3f5;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-hotbox:hover{
box-shadow: 0 0px 8px #0A5DF7;
transform: scale(1.02);
transition: all 0.5s;
}
.hot-article {
  padding: 20px 30px;
  position: relative;
}
.hot-article .inner {
  display: none;
}
.hot-article .inner.active {
  display: block;
}
.hot-article .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  margin-top: 14px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
.hot-article .date {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  margin-top: 16px;
  text-align: center;
}
.hot-article .cont {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  line-height: 24px;
  margin-top: 12px;
  max-height: 72px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /** 显示的行数 **/
}
.hot-article .hdots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  text-align: center;
  width: 100%;
}
.hot-article .hdots li {
  width: 10px;
  height: 10px;
  border-radius: 5px!important;
  margin: 0 5px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
}
.hot-article .hdots li.on {
  background-color: #d62b2b;
}
.news-box {
  width: 406px;
  height: 270px;
  padding: 0;
  margin: 0;
  float: right;
}
.news-box .header {
  height: 42px;
  background-color: #f4f4f4;
  position: relative;
}
.news-box .header h4 {
  width: 128px;
  height: 42px;
  line-height: 42px;
  padding: 0;
  margin: 0;
  color: #ffffff;
  background-color: #d74040;
  font-size: 18px;
  text-align: center;
}
.news-box .header a {
  position: absolute;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  right: 24px;
  bottom: 12px;
}
.news-box .inner {
  height: 228px;
  padding: 20px 0;
}
.news-box .inner ul li {
  margin-bottom: 12px;
  padding-left: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-box .inner ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #d8d8d8;
  position: absolute;
  left: 4px ;
  top: 8px;
  display: inline-block;
  border-radius: 10px !important;
}
.news-box .inner ul li a {
  width: 290px;
  min-width: 300px;
  max-width: 300px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-box .inner ul li span {
  color: rgba(0, 0, 0, 0.4);
}
.porlet.re {
  margin-bottom: 30px;
box-shadow: 0 9px 43px rgba(74,130,183,.15), inset 2px 0 1px hsla(0,0%,100%,.25), inset -2px 1px 2px hsla(0,0%,100%,.33);
border-radius: 20px;
background: #fff;
}
.porlet.re:hover{
box-shadow: 0 0px 8px #0A5DF7;
transform: scale(1.02);
transition: all 0.5s;
}
.me-porlet-title {
padding:30px 30px 0px 30px;
position: relative;
}
.me-porlet-title h4 {
  padding-left: 48px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
color: #fff;
  margin-bottom: 16px;
margin-top: 0px;
height: 50px;
width: 100%;
line-height: 50px;
}

.bg-title1 {
background-image: url(../image/bg_title1.png);
background-size: auto 50px;
background-repeat: no-repeat;
background-position: left center;
}
.bg-title2 {
background-image: url(../image/bg_title2.png);
background-size: auto 50px;
background-repeat: no-repeat;
background-position: left center;
}
.bg-title3 {
background-image: url(../image/bg_title3.png);
background-size: auto 50px;
background-repeat: no-repeat;
background-position: left center;
}
.bg-title4 {
background-image: url(../image/bg_title4.png);
background-size: auto 50px;
background-repeat: no-repeat;
background-position: left center;
}
.bg-title5 {
background-image: url(../image/bg_title5.png);
background-size: auto 50px;
background-repeat: no-repeat;
background-position: left center;
}
.bg-title6 {
background-image: url(../image/bg_title6.png);
background-size: auto 50px;
background-repeat: no-repeat;
background-position: left center;
}
.bg-title7 {
background-image: url(../image/bg_title7.png);
background-size: auto 50px;
background-repeat: no-repeat;
background-position: left center;
}
.me-porlet-title .head {
  position: relative;
  background-color: #f4f4f4;
}
.me-porlet-title .head .list-nav li {
  width: 128px;
  height: 42px;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
  position: relative;
}
.me-porlet-title .head .list-nav li a {
  display: block;
  height: 42px;
  line-height: 42px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}
.me-porlet-title .head .list-nav li.active a {
  background-color: #E6EEFE;
  color: #0A5DF7;
}
.me-porlet-title .head .list-nav li.active:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 6px;
  border: 6px solid #ccc;
  border-top-color: #2f6ca8;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  margin-left: -3px;
}
.me-porlet-title .head .more {
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 12px;
}
.me-porlet-title .head .more a {
  color: rgba(0, 0, 0, 0.6);
}
.porlet-body.re .information_list li:before {
  width: 6px;
  height: 6px;
  background-color: #d8d8d8;
  border-radius: 50%;
}
.porlet-body.re .information_list li a {
  color: rgba(0, 0, 0, 0.8);
}
.common_list.re {
  width: 1260px;
  margin: 0 auto;
  overflow: hidden;
}
.re-bab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.re-bab .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.re-bab .icon img {
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
}
.re-bab .word {
  display: inline-block;
  vertical-align: middle;
}
.re-bab .word b {
  color: #ffffff;
  margin-left: 6px;
}
.re-bab .re-policy,
.re-bab .re-newCenter,
.re-bab .re-guide {
  width: 407px;
  height: 76px;
  padding: 0;
  margin: 0;
  padding: 27px 66px 0 32px;
}
.re-bab .re-policy .item-title,
.re-bab .re-newCenter .item-title,
.re-bab .re-guide .item-title {
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 0;
  vertical-align: middle;
}
.re-bab .re-policy .subtitle,
.re-bab .re-newCenter .subtitle,
.re-bab .re-guide .subtitle {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.re-bab .re-policy {
  background-color: #528fcc;
}
.re-bab .re-newCenter {
  background-color: #d95b5b;
}
.re-bab .re-guide {
  background-color: #de9954;
}
.le-footer .footer-us {
  padding-bottom: 0;
}
.le-footer .footer-about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 20px;
}
.le-footer .footer-about-us dl {
  width: 130px;
  float: none;
}
.le-footer .footer-about-us dl:first-child {
  width: 260px;
}
.le-footer .footer-about-us dl dt {
  font-size: 18px;
}
.le-footer .footer-about-us dl dd {
  width: 120px;
  font-size: 13px;
  float: left;
}
.le-footer .dibu {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
}
.le-footer .dibu a {
  color: rgba(255, 255, 255, 0.8);
  margin-left: 8px;
  margin-right: 8px;
}
.hasleft-page .page-bar .page-breadcrumb {
  border-radius: 0!important;
}
.hasleft-page .page-bar .page-breadcrumb li {
  color: #666;
}
.hasleft-page .page-bar .page-breadcrumb li strong {
  
}
.hasleft-page .page-bar .page-breadcrumb li:last-child {
  color: #666666;
}
.hasleft-page .index-content .list-left {
  width: 224px;
}
.hasleft-page .index-content .list-left .title {
  background: url(../image/left_tit_bg.png) no-repeat center;
}
.hasleft-page .index-content .list-left ul li {
  background-color: #f4f4f4;
  margin-top: 0;
}
.hasleft-page .index-content .list-left ul li.active {
  background-color: #d3e3f2;
}
.hasleft-page .index-content .list-left ul li.active a {
  color: #2f6ca8;
}
.hasleft-page .index-content .list-left ul li:hover {
  background-color: #d3e3f2;
}
.hasleft-page .index-content .list-left ul li:hover a {
  color: #2f6ca8;
}
.hasleft-page .index-content .list-right {
  width: 970px;
}
.hasleft-page .panel .panel-title {
  background: none;
}
.hasleft-page .panel .panel-title img {
  vertical-align: middle;
}
.hasleft-page .panel .panel-title span {
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
}


.re-menu {
background-color: #fff;
height: 90px;
line-height: 88px;
box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
-ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.re2-logo img{
height: 50px;
width: auto;
}
.re-menu ul li a {
color: #262A47;
}
.re-menu ul li {
display: inline-block;
position: relative;
font-size: 18px;
font-weight: normal;
text-align: center;
width: 100px;
}
.re-menu .search .search_ptext {
width: 170px;
height: 36px;
background-size: 20px;
padding: 0 15px;
color: #333;
font-size: 16px;
display: inline-block;
vertical-align: middle;
border: 1px solid #0A5DF7 !important;
border-radius: 5px 0px 0px 5px !important;
}
.re-menu .search {
float: none;
position: relative;
}
.re-menu .search .searchBtn {
margin-left: -5px;
width: 36px;
height: 36px;
padding-left: 0px;
background: #fff;
background-image: url(../image/icon_sousuo3.png);
background-repeat: no-repeat;
background-position: center;
text-align: center;
font-size: 16px;
letter-spacing: 2px;
color: #FFFFFF;
font-weight: bold;
display: inline-block;
border: 0;
vertical-align: middle;
background-size: 36px 36px;
border-radius: 0px 5px 5px 0px !important;
}
.re-menu .search .searchBtn:hover {
background-image: url(../image/icon_sousuo4.png);

}
.re-menu {
line-height: 88px;
}
.re-menu ul li.active {
background-color: #ffffff;
}
.re-menu ul li.active a {
color: #0A5DF7;
}
.re-menu ul li a:hover {
color: #0A5DF7;
}
.re2-login a{
background-color: #0A5DF7 !important;
font-size: 16px;
height: 36px;
width: 60px;
vertical-align: middle;
display: inline-block;
text-align: center;
line-height: 36px;
border-radius: 6px !important;
color: #fff;
cursor: pointer;
}
.re2-login a:hover{
opacity: 0.8;
}
.re-menu .le-container{
display: flex;
justify-content: space-between;
}
.me-top{
height: 90px;
overflow: hidden;
}
.navBox{
display: flex;
justify-content: space-between;
width: 100%;
}
.nav1{
display: flex;
justify-content: space-between;
width: 900px;
}
.nav2{
display: flex;
justify-content: space-between;
width: 320px;
}
.md{
display: block;
}
.xs{
display: none;
}
.cgouBox{
display: flex;
justify-content: space-between;
width: 100%;
flex-wrap: wrap;
}
.cgou1{
width: 47%;
}
.cgou2{
width: 47%;
}
 .list_lb {
      min-height: 260px;
    }
    .me-top{min-width: 1260px;}
    .re-menu{min-width: 1260px;}
    .le-footer{min-width: 1260px;}
.porlet-body.re .information_list li a:hover {
color: #0A5DF7;
}
.re2-title{
font-size:32px;
font-weight:normal;
color:#262A47;
text-align: center;
padding:60px 0px;
background-image: url(../image/bg_title.png);
background-size: 801px 25px;
background-repeat: no-repeat;
background-position: center center;
}
.re2-title2{
font-size:40px;
font-weight:normal;
color:#262A47;
margin-bottom: 32px;
}
.re2-bg1{
background-color: #fff;
background: -webkit-linear-gradient(#fff,#fff,#F8FAFF); 
    background: -o-linear-gradient(#fff,#fff,#F8FAFF); 
    background: -moz-linear-gradient(#fff,#fff,#F8FAFF);
    background: linear-gradient(#fff,#fff,#F8FAFF); 


}
.re2-bg2{
background:#fff;

}
.re2-bg3{
height:630px;
width:100%;
}
.re2-bg4{
padding-bottom: 60px;
width:100%;
background-color: #F8FAFF;

}
.re2-bgimg2{
padding-bottom: 30px;
background-image: url(/r/cms/cgxxfbpt/default/image/bg_0.jpg);
background-size: 100% 100%;
background-repeat: no-repeat;
height: 100%;
background-position: center center;
}
.re2-bgimg1{
padding-bottom: 60px;
}
.news-box .inner ul li a {
width: 430px;
min-width: 300px;
max-width: 430px;
font-size: 16px;
line-height: 2.5;
color: rgba(0, 0, 0, 0.8);
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.news-box .inner ul li a:hover{
color: #0A5DF7;
}
.news-box .inner ul li span {
font-size: 16px;
line-height: 2.5;
}
.news-box {
width: 560px;
height: auto;
}
.news-box .inner {
height: auto;
padding: 20px 0;
}
.re2-more a{
font-size: 16px;
color:#0A5DF7;
}
.re2-more a:hover{
color:#0A5DF7;
text-decoration: underline;
}
.cgPadding{
padding: 15px 30px 0px 20px;
}
.box-targetBg{
display: flex;
justify-content: space-between;
margin-bottom: 0px  !important;
padding:0px  !important;
background-image: url(../image/bg_17.png)  !important;
background-size: 442px 343px  !important;
background-repeat: no-repeat;
background-position: center center;
width: 442px !important;
height: 343px !important;
}
.zb{
display: flex;justify-content: space-between;padding:0px;
}
.zb2{
width: 800px;
}
.box-target{
margin-bottom: 0px;
}
.dibuDf{
display:flex;
}
.s1 img{
height: 50px;
}
.search_list li .search_time {
color: #999 !important;
}
.search_list li .search_detail {
    color: #616B90 !important;
}
.search_list li .search_titile {
    color: #262A47;
max-width: 60%;
}
.search_titile:hover {
    color: #0A5DF7 !important;
}
.panel_news_list li a{
color: #262A47 !important;
font-size: 16px !important;
}
.panel_news_list li a:hover{
color: #0A5DF7 !important;
}
.detail-content h4 {
    color: #262A47 !important;
}
.box-target img{
width: 28px;
height: 28px;
}
.more {
position: absolute;
right: 46px;
top: 42px;
}
.more a{
color:#0A5DF7;
font-size: 16px;
}
.me-porlet-title .head {
position: relative;
background-color: #fff;
margin-top: 20px;
}
.list-nav{
margin-bottom: 0px;
}
.me-porlet-title .head .list-nav li {
width: auto;
height: auto;
padding: 0px;
margin: 0;
display: inline-block;
text-align: center;
position: relative;
margin-right: 10px !important;
}
.me-porlet-title .head .list-nav li a {
display: block;
height: auto;
line-height: 1;
color: rgba(0, 0, 0, 0.6);
font-size: 14px;
padding: 8px 12px;
border-radius: 5px;
background: #f2f2f2;
}
.me-porlet-title .head .list-nav li a:hover{
  background-color: #D8E5FE;
  color: #0A5DF7;
}
.me-porlet-title .head .list-nav li.active a {
  background-color: #D8E5FE;
  color: #0A5DF7;
}
.me-porlet-title .head .list-nav li.active:after {
display: none;
}
.information_list li {
margin-bottom: 8px;
}
.information_list li a {
font-size: 16px;
line-height: 2.5;
}
.information_list li span {
line-height: 2.5;
font-size: 16px;
}
.gg1{
height: 830px
}
.gg2{
height: 400px
}

.re-target33{
margin: 0 auto !important;
line-height: 150px;
width: 100%;
}
.re-target33 p {
font-size: 24px !important;
color: #fff !important;
text-align: center;
}
.re-target33 h1 {
font-size: 72px !important;
font-weight: bold;
color: #fff !important;
margin-bottom: 0px;
text-align: center;
line-height: 50px;
}
.re-target33 h1 span {
font-size: 14px;
color: #fff !important;
font-weight: normal;
margin-left: 10px;
}
.re-target44{
width: 100% !important;
height:162px;
margin-bottom: 20px !important;
justify-content: center;
}
.re-target44 .re-target{
display: flex;
align-items: center;
}
.re-target44 .re-target p {
font-size: 24px !important;
color: #616B90;
margin: 0px;
margin-right: 15px;
}
.re-target44 .re-target h1 {
font-size: 52px !important;
font-weight: bold;
color: #0A5DF7 !important;
margin-bottom: 0px;
margin-top: 0px;
}
.re-target55{
display: flex;
justify-content: space-between;
}
.re-target55 .box-target {
width: 48.5% !important;
height:160px;
justify-content: center;
}
.re-target55 .re-target{
display: flex;
align-items: center;
}
.re-target55 .re-target p {
margin: 0px;
margin-right: 15px;
font-size: 24px !important;
}
.re-target55 .re-target h1 {
margin-bottom: 0px;
margin-top: 0px;
color: #0A5DF7 !important;
font-size: 36px !important;
}
.re-target {
margin-left: 0px !important;
}
.cgouBox .nav-tabs > li.active > a, .cgouBox .nav-tabs > li.active > a:hover, .cgouBox .nav-tabs > li.active > a:focus {
color: #0A5DF7 !important;
cursor: default;
background-color: #f5f6fa !important;
border: 0px solid #ddd !important;
border-bottom-color: #0A5DF7 !important;
border-bottom: 4px solid #0A5DF7 !important;
}
.cgouBox .nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 0px solid transparent !important;
border-radius: 4px 4px 0 0;
font-size: 16px !important;
}
.me-porlet-title {
padding: 0px 30px 0px 30px;
}
.gg1 {
height: 400px;
padding: 20px;
box-sizing: border-box;
}
.gg11 img {
width: 553px;
height: 314px;
margin-top: 20px;
}
.gg2 {
height: 400px;
padding: 20px;
box-sizing: border-box;
}
.cgouBox .nav > li > a:hover, .cgouBox .nav > li > a:focus {
text-decoration: none !important;
background-color: #f5f6fa !important;
color: #0A5DF7 !important;
}
.re2-bg2 {
height: 1030px;
}
.cgPadding {
padding: 15px 0px 0px 0px;
}
.me-porlet-title {
padding: 0px 0px 0px 0px;
}
.more {
position: absolute;
right: 15px;
top: -36px;
}
.more a:hover {
color: #0A5DF7;
font-size: 16px;
}
.re-tabs{
background: #f5f6fa;
margin-top: 10px;
}
.re-bar{
display: none !important;
}
.index-content {
min-height: 700px !important;
background: #fff;
padding: 20px;
}
.re-xs-12{
padding-right: 15px;
padding-left: 15px;
}
.ads-box {
    background: #EBEEF5;
    padding: 15px 25px;
    margin-top: 15px;
}
.notice-btn{
font-size: 12px !important;
}

@media (max-width: 768px){
.re-xs-12{
padding-right: 8px !important;
padding-left: 8px !important;
}
.md{
display: none !important;
}
.xs{
display: block !important;
}


.re2-bg3{
height: 520px;
overflow: hidden;
}
.re2-bg4{
padding-bottom: 30px;
}
.re2-title{
font-size: 24px;
padding: 24px 0px;
}
.cgouBox{

}
.cgou1{
margin-bottom: 15px;
width: 100%;
}
.cgou2{
width: 100%;
}
.me-porlet-title h4{
font-size: 16px !important;
height: 40px !important;
line-height: 40px !important;
padding-left: 42px !important;
}

.more{
top: 30px !important;
    right: 32px !important;
}
.more a{
font-size: 14px !important;
}
.me-porlet-title .head .list-nav li a{
font-size: 14px !important;
}
.information_list li a{
font-size: 14px !important; 
width: 70%;
}
.information_list li span{
font-size: 12px !important; 
width: 30%;
}
.cgPadding{
padding: 8px 0px 0px 0px;
}
.le-container{
width: 100%;
}
.re2-bgimg1{
padding-bottom: 30px;
background-image: none !important;
}
.re2-bgimg2{
padding-bottom: 30px;
}
.zb{
display: block !important;
}
.zb1{
display: block !important; justify-content: space-between;margin-bottom: 0px;padding:0px 15px;
}
.zb2{
display: block !important;
    justify-content: space-between;
    padding: 0px 15px;
    width: 100%;
    box-sizing: border-box;
}
.box-target{
width: 100% !important;
padding: 20px 15px !important;
border-radius: 10px !important;
margin-bottom: 15px !important;
}
.re-target44 .re-target p {
    font-size: 16px !important;
}
.re-target44 .re-target h1 {
    font-size: 28px !important;
}
.re-target44 {
    height: 80px;
}
.re-target55 {
    display: block;
}
.re-target55 .box-target {
    width: 100% !important;
    height: 80px;
}
.re-target55 .re-target p {
    font-size: 16px !important;
}
.re-target55 .re-target h1 {
    font-size: 28px !important;
}
.box-targetBg {
    width: 100% !important;
    height: 180px !important;
}
.re-target33 {
    line-height: 70px;
    width: 100%;
    display: block !important;
}
.re-target33 h1 {
    font-size: 36px !important;
    line-height: 30px;
}
.zxun{
display: block ;
}

.box-1{
background-image: none;
height:200px;
width:320px;
margin-top: 30px;
margin: 0 auto;
}
.index-hotbox {
  width: 320px;
  height: 200px;
}
.re-slide {
  width: 320px;
  height: 200px;
  padding: 0;
  margin: 0;
  min-width: 320px;
}
.re-slide .bd{
height: 200px;
}
.re-slide .bd ul li{
height: 200px;
}
.re-slide .bd ul li .hot_img{
height: 200px;
}
.news-box {
    width: 100%;
    height: auto;
    padding: 0px 15px;
    box-sizing: border-box;
}
.news-box .inner ul li a {
    width: 70%;
    min-width: 50%;
    max-width: 70%;
    font-size: 14px;
    line-height: 2.5;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-box .inner ul li span {
    font-size: 12px;
    line-height: 2.5;
}
.le-footer {
    min-width: 100%;
}
.le-footer .dibu {
    height: auto;
    line-height: 30px;
}
.le-footer .dibu a {
    margin-left: 0px;
}
.dibuDf{
display:block;
}
.re2-more a {
    font-size: 14px;
}
.pos-relative{
padding-left: 0px;
}

.domo-pic-scroll-lr { width:320px !important; height:300px; }
.domo-pic-scroll-lr .conts li { width:300px !important; height:300px; }
.domo-pic-scroll-lr .conts li .s1 { width:300px !important; height:300px; }
.domo-pic-scroll-lr .conts li a { width:300px !important; height:300px; }

.domo-pic-scroll-lr .prev {
    left: 100px !important;
}
.domo-pic-scroll-lr .next {
    right: 100px !important;
}
.re-menu {
    min-width: 100%;
height:100px;
}
.me-top {
    min-width: 100%;
height: 100px;
}
.navBox {
    display: block;
    justify-content: space-between;
    width: 100%;
}
.nav1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0px 15px;
    box-sizing: border-box;
}
.re2-logo img {
    height: 36px;
    width: auto;
}
.nav2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0px 15px;
    box-sizing: border-box;
}
.re-menu .search {
    width: 100%;
}
.re-menu .search .search_ptext {
    width: calc(100% - 36px);
    height: 36px;
    font-size: 14px;
}
.re-menu .search .searchBtn {
    top: 14px;
}
.s1 img{
height: 45px;
}
.re-target2 p{
font-size: 14px !important;
}
.re-target2 h1{
font-size: 14px !important;
}
.re-target p{
font-size: 16px !important;
    margin-bottom: 0px;
    margin-right: 10px;
}
.re-target h1{
font-size: 48px !important;
    margin-top: 0px;
    margin-bottom: 0px;
}
.re-target h1 span {
    font-size: 12px !important;
}
.panel_news_list li a {
    font-size: 16px !important;
    line-height: 40px !important;
    color: #333333;
    width: 100% !important;
}
.panel_news_list li span {
    line-height: 30px !important;
    width: 100% !important;
    text-align: left !important;
    font-size: 12px !important;
}
.panel_news_list li:before {
    margin-top: -16px !important;
}
.detail-content {
    padding: 30px 15px !important;
}
.detail-content img {
max-width: 100% !important;
}
.noSearch img{
max-width: 100% !important;
}
.search_list {
    padding: 5px 15px !important;
}
.search_list li .search_tip {
    font-size: 12px !important;
}
.search_list li .search_time {
    font-size: 12px !important;
}
.search_list li .search_detail {
    font-size: 14px !important;
}
.information_list li {
    margin-bottom: 2px !important;
}
.me-porlet-title .head .list-nav li a {
    padding: 6px 12px;
}
.box-target img{
width: 18px;
height: 18px;
}
.re-target {
    margin-left: 5px !important;
    display: flex;
    align-items: center;
}
.news-box .inner ul li {
    margin-bottom: 2px;
}
.news-box .inner {
    padding-bottom: 0px;
}
.me-porlet-title .head {
    margin-top: 0px;
    margin-left: 0px;
}
.porlet.re {
    margin-bottom: 12px;
}
.re2-title {
    background-size: 513px 16px;
width: 80%;
overflow: hidden;
margin: 0 auto;
}
.me-porlet-title {
padding:15px 0px 0px 0px;
}
.bg-title1 {
background-size: auto 40px;
}
.bg-title2 {
background-size: auto 40px;
}
.bg-title3 {
background-size: auto 40px;
}
.bg-title4 {
background-size: auto 40px;
}
.bg-title5 {
background-size: auto 40px;
}
.bg-title6 {
background-size: auto 40px;
}
.bg-title7 {
background-size: auto 40px;
}
.gg1{
height: 300px;
overflow: hidden;
}
.gg2{
height: 300px;
}
.domo-pic-scroll-lr .prev, .domo-pic-scroll-lr .next {
    width: 40px !important;
    height: 40px !important;
}
.domo-pic-scroll-lr .prev img, .domo-pic-scroll-lr .next img {
    width: 40px !important;
    height: 40px !important;
}
.gg11 img {
width: 100%;
height: 180px;
margin-top: 10px;
}
.cgouBox .nav-tabs > li > a {
    font-size: 14px !important;
}
.cgouBox .nav > li > a {
    padding: 10px 5px !important;
}
.more {
    top: 243px !important;
    right: 0px !important;
left: 0px !important;
}
.gg1 {
    height: 540px;
    padding: 10px 5px;
    box-sizing: border-box;
}
.gg2 {
    height: 350px;
    padding: 10px 5px;
    box-sizing: border-box;
}
.re2-bg2 {
    height: 1365px;
}

}