.body{
    background-color: rgba(245, 245, 245, 1);
    width: 100%;
    overflow-x: hidden;
    color: #333;
    font-size: 12px;
    font-family: "微软雅黑", "Arial", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
.banner{
    width: 100%;
}
.banner .head {
    width: 100%;
    position: relative;
}
.banner .head img{
    width: 100%;
}
.mobile-inner{
    display: none;
}
.banner .head .text {
    position: absolute;
    width: 1200px;
    height: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
}
.banner .head .text .text-div1 {
    color: #FFFFFF;
    font-size: 48px;
    line-height: 2;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0,0,0,.3);
}
.banner .head .text .aline{
    width: 60px;
    height: 2px;
    background-color: #fff;
}

.banner .head .text .text-div2 {
    color: #e6e7ee;
    font-size: 24px;
    line-height: 3;
    text-transform: uppercase;
}

.head1 {
    background-color: #fff;
    padding: 10px 0;
}

.LUJING{
    font-size: 12px;
    color: #999999;
    display: flex;
    width: 1200px;
    margin: 10px auto;
}
.LUJING a{
    display: inline-block;
    text-decoration: none;
    color: #999999;
    font-size: 16px;
    padding: 0 16px;
    line-height: 1.5;
    border-right: 1px solid #999999;
}
.LUJING a:last-child{
    border-right: none;
}
.phoneLUJING{
    font-size: 12px;
    color: #999999;
    display: flex;
    width: 70%;
    margin-left: 0.4rem;
    margin-bottom: 0.2rem;
}
.phoneLUJING a{
    text-decoration: none;
    color: #999999;
}
.lj1:hover{
    color: #478cdf;
}
.lj2:hover{
    color: #478cdf;
}
.title{
    font-size: 20px;
    height: 60px;
    font-weight: 650;
    color: #666;
    border-bottom: 1px solid rgba(228, 228, 228, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:20px;
  text-align:center;
}
.news_img{
  width: 487px;
  display: flex; 
  margin:0 auto;
}
.text{
    margin-right: 5%;
    font-size: 16px;
    color: #000;
    margin: 0 auto;
    line-height:28px;
}
.text span{
    word-break: normal;
    width: auto;
    white-space: pre-wrap !important;
    word-wrap: break-word;
    overflow: hidden;
}

.shangxia{
    width: 100%;
    height: 60px;
    margin-left: 5px;
    background-color: #F2F2F2;
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    box-shadow: 0px 0px 1px rgba(153, 153, 153, 1);
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 28px;
}
.shangxia a{
  font-weight: 650;
  font-size:16px;
  cursor:pointer;
  text-align:left;
  line-height:25px;
  color:#666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:347px;
  display:block;
}

.shangxiabottom{
    margin-left: 20px;
    background-color: #2479bf;
}
.shangxiatb{
  width:700px;
  margin:0 auto;
}

.sx{
    font-weight: 400;
    color: rgb(153, 153, 153);
    font-size: 14px;
    margin-bottom: 0px;
}
.sxtitle{
    /*width: 350px;*/
    font-weight: 650;
    font-size: 16px;
    color: #666666;
    margin-top: 0px;
}
/*左半部分*/
.news_date{
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    width: 90px;
    height:90px;
}
.xwzx{
    background-color: rgba(242, 242, 242, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    width: 90px;
    padding-bottom:10px;
}
/*Screen2---B*/
.news_content {
    background: white;
    padding: 0 0.3rem;
    box-sizing: border-box;
    padding-top: 0.59rem;
    overflow: hidden;
    padding-bottom: 10px;
}

.news_content h1 {
    width: 6.12rem;
    margin: 0 auto;
    text-align: center;
}

.news_content h1 a {
    text-align: center;
    display: block;
    font-size: 0.34rem;
    font-weight: bold;
    color: #333333;
}

.news_content_date {
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin-top: 0.33rem;
}

.line {
    width: 6.9rem;
    height: 0.01rem;
    margin-top: 0.46rem;
    margin-bottom: 0.56rem;
    background: #D3D3D3;
}

.news_content p {
    font-size: 0.32rem;
    font-weight: 400;
    color: #333333;
    /* text-indent: 2em; */
    line-height: 0.6rem;
}

.news_content img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.news_content video {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/* 下一篇 上一篇 */
.last_content {
    margin-top: 0.58rem;
    margin-bottom: 0.25rem;
}

.last_content span{
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*Screen2---E*/
/*footer*/
.footerdiv{
    width: 100%;
    height: 60px;
    background-color: #1a8a69;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.way{
    font-family: 'PingFangSC-Regular', 'PingFang SC';
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #333333;
    text-align: left;
    line-height: 28px;
    opacity: 0.6;
    margin: 0 auto;
}
.foot_text{
    color:#FFFFFF;
    font-family: 'PingFangSC-Regular', 'PingFang SC';
    font-size: 14px;
    float: left;
}

.td_left{
  text-align:center;
}
.td_left p{
  text-align:center;
}

#Screen1 img,
#Screen2 img{
    width: 800px;
    height: auto;
}