body{
    background-color: #E9EEF5 !important;
    width: 100%;
    overflow-x: hidden;
    color: #333;
    font-size: 12px;
    font-family: "微软雅黑", "Arial", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
.header-pic{
    width: 100%;
    position: relative;
    margin-top: -70px;
}

.header-pic img{
    width: 100%;
}

.header-pic .tit-box{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1200px;
    height: 120px;
    transform: translate(-50%,-50%);
}

.header-pic .tit-box .tit {
    color: #FFFFFF;
    font-size: 48px;
    line-height: 2;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0,0,0,.3);
}

.header-pic .tit-box .aline{
    width: 60px;
    height: 2px;
    background-color: #fff;
}

.header-pic .tit-box .dec {
    color: #e6e7ee;
    font-size: 24px;
    line-height: 3;
}
.content{
    width: 70%;
    margin: 20px auto;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    font-family: 'PingFangSC-Regular', 'PingFang SC';
    color: #333333;
    display: flex;
    justify-content: center;
}
.contenttd{
    width: 90%;
    height: 130px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-left:5%;
    margin-right:2%;
}
.tbtitle1{
    padding-top: 0.2rem;
}
#Screen1 table{
    border-spacing: 0px 20px;
    margin-top:20px;
    margin-bottom:20px;
}
#Screen2 table{
    border-spacing: 0px 20px;
    margin-top:20px;
    margin-bottom:20px;
}
.news_left{
    float: left;
    width: 470px;
    margin-left: 20px;
    margin-top:10px;

}
.news_left_title{
    font-family: 'PingFangSC-Regular', 'PingFang SC';
    font-weight: 650;
    color: rgb(51, 51, 51);
    font-size: 18px;
    height: 38px;
    width: 65%;
    margin-top: 10px;
    margin-bottom: 0px;
    /* 只显示一行 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inherit;
}
.news_left_text{
    font-weight: 400;
    color: rgb(153, 153, 153);
    font-family: 'PingFangSC-Regular', 'PingFang SC';
    font-size: 14px;
    line-height: 22px;
    /* 显示两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 80%;
}
.news_date{
    display: flex;
    font-size: 14px;
    color: #CCCCCC;
    line-height: 28px;
    margin-left:75%;
    margin-top:20px;
    position: absolute;
}

.page td{
    border: 1px solid;
    border-color: rgb(228,228,228);
    height: 32px;
    color: #999999;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    background-color:#ffffff
}
.page td a{
    color: #999999;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;

}
.pagediv{
    width: 100%;
    position:absolute;
    top:64rem;
}


.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;
    text-align: center;
}
.foot_text_ph{
    font-size: 0.28rem !important;
}
.footerdiv{
    width: 100%;
    height: 60px;
    background-color: #1a8a69;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.footerdiv img{
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 0.2rem;
}
.footerdivph{
    height: 1rem;
}
.footerdivph img{
    width: 0.4rem;
    height: 0.4rem;
}

/*自适应*/

@media screen and (max-width:2200px){
    .minheight{
        min-height: 0 !important;
    }
}
@media screen and (max-width:1700px) {
    .content{
        width: 90%;
        margin-left: 5%;
    }
  .minheight{
    min-height:calc(100vh - 400px);
}
}

@media screen and (max-width:645px){
    .header-pic img{
        height: 250px;
    }
    .headertitle1{
        top: 80px;
    }
    .headertitle2{
        top: 125px;
    }
    .content{
        width: 90%;
        height: 780px;
        margin-left: 5%;
        top: 170px;
    }
    .contenttd{
        width: 85%;
        margin: 0 auto;
    }
    .news_left{
        width: 97%;
    }
    .news_date{
        margin-left: 70%;
        margin-top: 100px;
    }
    .news_left_title{
        width: 92%;
    }
    .news_left_text{
        width: 90%;
    }
    .pagediv{
        top: 1050px;
    }
}

/*采购信息*/


.pull {
    float: left;
    width: 100%;
}
.linetitle {
    border-bottom: 1px #eee solid;
    overflow: hidden;
    margin: 5px 0;
}
.linetitle >h1 {
    margin: 0;
    margin-left: 0px;
    font-size: 16px;
    padding: 0 10px;
    float: left;
    line-height: 50px;
    border-bottom: 0px #7ca425 solid;
    color: #333;
    font-weight: bold;
}
.linetitle a {
    float: right;
    margin-right: 0px;
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    background: #fff;
}
.tab_look_morepc{
    width: 0.8rem;
    height: .3rem;
    line-height: .3rem;
    font-size: .15rem;
    margin-bottom: 0.2rem;
    color: #999;
    background-color: #F7F7F7;
    text-align: center;
}
.slideTxtBox {
    width: 100%;
    text-align: left;
    border: 0px solid #eee;
}
.tab_wrappc {
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding: 0 10px 0 20px;
    margin-top: 15px;
    padding-left: 10px;
    position: relative;
    border-bottom: 0px solid #eee;
}
.tab_wrappc>span {
    display: inline-block;
    margin-right: .5rem;
    font-size: 16px;
    color: #999999;
    font-weight: 400;
    transition: all .3s ease;
}
.tab_wrappc ul {
    float: left;
    position: absolute;
    left: 15px;
    top: -1px;
    height: 60px;
}
.tab_wrappc ul li.on {
    height: 42px;
    color: #fff;
    border-bottom: 0px #7ca425 solid;
    background: #345edd;
}
.tab_wrappc ul li {
    float: left;
    width: 120px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #eee;
    margin-right: 10px;
}
.slideTxtBox .tab_contentpc ul {
    position: relative;
    border-top: 1px #eee solid;
    height: 2.5rem;
}
.slideTxtBox .tab_contentpc li {
    line-height: 24px;
    overflow: hidden;
}
.infolist li a {
    display: block;
    border-bottom: 0px #eee dashed;
    overflow: hidden;
    color: #666;
}
.infolist li .title {
    width: 85%;
    float: left;
    display: table;
    line-height: 35px;
    vertical-align: middle;
    margin-left: 2%;
}
.infolist li .data {
    float: left;
    display: table-cell;
    width: 100px;
    text-align: center;
    color: #b3b3b3;
    font-size: 12px;
    line-height: 20px;
    padding-top: 8px;
}
/* 切换需要添加的类 */
.tab_change {
    font-weight: 600 !important;
    color: #333333 !important;
}
.tab_bottompc {
    position: absolute;
    /*left: .2rem;*/
    bottom: 0;
    display: block;
    width: 0.64rem;
    height: .03rem;
    background-color: #3F88FF;
}
.tab_contentpc{
    border:1px #eee solid;
}
.tab_contentpc1{
    display: none;
}
.tab_contentpc2{
    display: none;
}
 /*手机端--B*/
.index_title{
    display: flex;
    height: 0.8rem;
    align-items: center;
}
.index_title p{
    font-size: .34rem;
    font-family: 'Microsoft Yahei', sans-serif, 'SimSun', 'SimHei';
    margin-left: 0.2rem;
}
.index_title a{
    right: 0.5rem;
    position: absolute;
}
.important_news {
    box-sizing: border-box;
    padding: .48rem .15rem .48rem .15rem;
    margin: 0 .2rem;
    background-color: #fff;
    border-radius: 6px;
}

.import_news_first {
    padding-bottom: .2rem;
    border-bottom: 1px solid #E3E3E3;
}

.import_news_first h1 {
    text-align: center;
    font-size: .34rem;
    color: #175DD1;
    font-weight: bold;
}

.import_news_first p {
    text-align: center;
    margin-top: .1rem;
    font-size: .26rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 96%;
}

.import_news_item {
    padding: .2rem .1rem .05rem .1rem;
    display: flex;
    align-items: center;
}

.import_news_left {
    flex: 1;
    overflow: hidden;
}

.import_news_right {
    width: 1.2rem;
}

.import_news_left h2 {
    font-size: .32rem;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.import_news_left p {
    margin-top: .1rem;
    font-size: .26rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.import_news_line {
    width: 1px;
    height: .74rem;
    background-color: #E3E3E3;
}

.import_news_right>p {
    font-size: .48rem;
    color: #B5B5B5;
    text-align: center;
}

.import_news_right>span {
    display: block;
    text-align: center;
    font-size: .2rem;
    color: #B5B5B5;
}
.tab_wrap {
    position: relative;
    box-sizing: border-box;
    padding: .18rem .1rem;
    margin: .2rem .2rem .3rem .2rem;
    border-bottom: 1px solid #B2D6EF;
}
.tab_wrap_line1{
    margin: 0 0 .2rem 0;
}

.tab_wrap>span {
    display: inline-block;
    margin-right: .5rem;
    font-size: .34rem;
    color: #999999;
    font-weight: 400;
    transition: all .3s ease;
}

.tab_bottom {
    position: absolute;
    left: .1rem;
    bottom: 0.7rem;
    display: block;
    width: 1.35rem;
    height: .06rem;
    background-color: #3F88FF;
}

.tab_content {
    box-sizing: border-box;
    padding: 0.06rem 0.15rem 0.2rem 0.15rem;
    margin: 0 0.2rem 0.2rem 0.2rem;
    background-color: #fff;
    border-radius: .06rem;
}
.tab_content1{
    display: none;
}
.tab_content2{
    display: none;
}


.tab_list_item {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-left: 0.14rem;
    box-sizing: border-box;
    border-bottom: 1px solid #EBEBEB;
}

.tab_list_item::before {
    content: '';
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    background: #3F88FF;
    margin-right: 0.16rem;
}

.tab_list_item a {
    line-height: 0.5rem;
    font-size: .32rem;
    color: #333;
    width: 6.37rem;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tab_look_more {
    display: block;
    text-align: center;
    margin: .24rem auto 0 auto;
    width: 2.4rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .26rem;
    color: #999;
    background-color: #F7F7F7;
}
 /*手机端--E*/

/*新修改格式----B*/
.dR{
    border-bottom: rgba(228, 228, 228, 1) 1px solid;
    border-top: rgba(228, 228, 228, 1) 1px solid;
}
.drcenter{
    width: 90%;
    margin: 0 auto;
}
.dRLdate{
    width: 100px;
    height: 120px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    float: left;
}
.dRLdate-year{
    line-height: 24px;
    font-size: 17px;
    color: #b10004;
    text-align: center;
    margin-top: 7px;
    border-right: rgba(228, 228, 228, 1) 1px solid;
    /*position: absolute;*/
}
.dRLdate-day{
    line-height: 24px;
    font-size: 39px;
    color: #b10004;
  margin-top:37px;
  font-weight:100;
    text-align: center;
    border-right: rgba(228, 228, 228, 1) 1px solid;
}

.dRtext{
    list-style-type:none; /*li行前无黑点*/
    width: 440px;
    height: 100px;
    text-align: left;
    margin-top: 20px;
    margin-left: 120px;
}
.drighttitle{
    width: 84%;
    text-align: left;
    line-height: 22px;
    font-size: 16px;
    font-family: 'PingFangSC-Regular', 'PingFang SC';
    color: #333333;
    font-kerning: normal;
    /*margin:0 auto;*/
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inherit;
}
.drighttext{
    text-align: left;
    line-height: 25px;
    font-size: 12px;
    font-family: 'PingFangSC-Regular', 'PingFang SC';
    color: #333333;
    font-kerning: normal;
    color: rgb(153, 153, 153);
    margin-top : 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 84%;
}
/*新修改格式----E*/

.table1 td a:hover{
    color:#00a1e9;
}

.infolist a:hover{
    color:#00a1e9;
}


