﻿.news_1{
     height: 40px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
     border-bottom: 0px solid #F2F2F2;
	 margin-left:50PX;
}

.zj_news{ width:100%; height:auto; float:right; line-height:50px; margin-top:0px;}
.zj_news ul{}
.zj_news li{ width:49%; height:240px; float: left; text-align:center; margin-left:0px;  background: url("../images/1_r4_c2.jpg")  right center; margin-top:20px;}
.zj_news li:nth-child(even) {  float: right;}
.zj_news li img{ height:240px; width:auto; float:left;}
.zj_zc{ width:346px; height:240px; float:right; margin-right:20px; text-align:left;}
.zj_zc dd{ width:100%; height:36px; line-height:36px; color:#FF0000; font-weight:bold; float:left; font-size:18px; margin-top:14px;}
.zj_zc dt{ width:100%; height:36px; line-height:36px;  float:left; font-size:16px; }

.zj_auto{ width:100%; height:180px; float:left; overflow: hidden; line-height:36px; font-size:16px; }
  
  
.zj_xq{ width:100%; height:auto; float:right; line-height:50px; margin-top:0px;}
.xq_bt{ width:100%; height:40px; line-height:40px; float:left;} 
.xq_bt dd{ width:5px; height:40px; float:left; background:#FF0000;}
.xq_bt dt{ width:400px; height:40px; float:left; margin-left:10px; font-size:18px; font-weight:bold;}
.xq_bt a{ width:auto; padding-left:20px; padding-right:20px; height:30px; background:#FF0000; color:#FFFFFF; float:right; line-height:30px; border-radius: 6px; margin-top:5px;}



.xq_bt a:hover{ background:#ff6600;}
.xq_tx{ width:100%; height:400px; line-height:40px; float:left; margin-top:30px;

    border: 1px solid #C0C0C0;
    border-right: none;
	 border-top: none;
	  border-left: none;

} 
.xq_tx img{ width:320px; height:auto; float:left;}

.zj_nzc{ width:830px; height:360px; float:right; margin-right:20px; text-align:left;}
.zj_nzc dd{ width:100%; height:36px; line-height:36px; color:#FF0000; font-weight:bold; float:left; font-size:18px; margin-top:14px;}
.zj_nzc dt{ width:100%; height:36px; line-height:36px;  float:left; font-size:16px; }
.zj_auto2{ width:100%; height:auto; float:left;line-height:36px; font-size:16px; color:#666666; }

.xq_tx2{ width:100%; height:auto; line-height:40px; float:left; margin-top:30px; font-size:16px; color:#333333;} 


 .zj_auto dl{ width:100%; height:auto; line-height:36px; float:left;padding-left: 55px; text-indent: -55px; color:#666666;}
 /*翻页代码*/
 
   .page {
      display: inline-block;
      margin: 50px;
    }

    .pagelist {
      display: inline-block;
      height: 40px;
      line-height: 40px;
    }

    .pagelist span {
      font-size: 20px;
      color: rgba(51, 51, 51, 1);
    }

    .pagelist .jump {
      padding: 6px 14px;
      text-align: center;
      cursor: pointer;
      margin-left: 10px;
      width: 40px;
      height: 40px;
      background: rgba(204, 204, 204, 0.3);
      border-radius: 6px;
    }

    .pagelist .bgprimary {
      cursor: default;
      color: #fff;
      background: rgba(255, 30, 27, 1);
      border-radius: 6px;
    }

    .jumpinp input {
      width: 55px;
      height: 26px;
      font-size: 13px;
      border: 1px solid #ccc;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      text-align: center;
    }

    .ellipsis {
      padding: 0px 8px;
      text-align: center;
      cursor: pointer;
      margin-left: 20px;
      width: 40px;
      height: 40px;
      background: rgba(204, 204, 204, 0);
      border-radius: 6px;
    }

    .bgprimary {
      cursor: default;
      color: #fff;
      background: rgba(255, 30, 27, 1);
      border-radius: 6px;
    }

    .pagelist .jump.disabled {
      pointer-events: none;
      color: rgba(153, 153, 153, 1);
    }

    .jumppoint {
      margin-left: 10px;
    }

    .pagelist .gobtn {
      font-size: 18px;
    }

    .pageNum {
      display: inline-block;
      height: 28px;
      font-size: 16px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: rgba(102, 102, 102, 1);
      line-height: 28px;
    }
	
	 /*翻页代码*/