.announcement, .publicity{
    height: 290px;
    width: 100%;
    margin-top: 23px;
}
.announcement_content{
    padding-left: 73px;
}
.announcement_left{
    border: 1px solid #ccc;
    border-top: 0;
    width: 70%;
    height: 290px;
    position: relative;
    display: inline-block;
}
.announcement_left img{
    position: absolute;
    left: 0;
    top: 0;
}
.announcement_left_tab ul{
    display: flex;
    background: #f0f0f0;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #1277c5;
}
.announcement_left_tab li{
    width: calc(100% / 5);
}
.announcement_active{
    background: #e4e4e4;
    border-top: 3px solid #1277c5;
}
.announcement_left_ulBox ul{
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
}
.announcement_left_ulBox li{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #cccccc;
    padding-top: 5px;
    font-size:14px
}
.announcement_left_ulBox li:last-child{
    list-style: none;
    border-bottom: 0;
}
.announcement_left_ulBox li span:first-child{
	float: left;
	width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
    
.announcement_left_ulBox li span:nth-child(2){
	float: left;
	max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
    
.announcement_left_ulBox li span:last-child{float: right;}

.announcement_right_login{
    width: 28%;
    border: 1px solid #ccc;
}
.logon_title{
    line-height: 54px;
    font-size: 18px;
}
.login_ul{
    width: 90%;
    margin: 0 auto;
}
.login_ipt{
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 10px;
    color: #888888;
    font-size:16px
}
.login_ipt input{
    border: 0;
    width: 100px;
    outline: none;
}
.login_ipt input:nth-child(1){
    padding-left: 10px;
}
.login_ipt input:nth-child(2){
width: 50%;
}
.login_ipt:nth-child(2){
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0;
}
.login_ipt:nth-child(4){
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 0;
}
.verificationCode{
    display: inline-block;
    width: 30%;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border-left: 1px solid #ccc;
}
.rm_pw{
    height: 40px;
    line-height: 40px;
    text-align: left;
}
.rm_pw input{
    margin-right: 10px;
    border:1px solid #ccc;
}
.login_btn{
    border-radius: 5px;
    background: #1277c5;
    color: #fff;
    font-size: 16px;
    letter-spacing:2px;
    height: 30px;
    line-height: 30px;
}
.forget_pw{line-height: 40px;}

.publicity .announcement_left_ulBox li{
    list-style-image: url(../image/image_16.jpg);
}
.publicity .announcement_left_ulBox li:last-child{
    list-style: none;
    border-bottom: 0;
}
.publicity .announcement_right_login{
    height: 290px;
    background: url(../image/image_14_03.png) no-repeat center;
}
.publicity .announcement_right_login2{
    height: 290px;
}
.add_supplier{
    position: relative;
    top: 40%;
    left: 20%;
    color: #fff;
}
.add_supplier li{
    list-style: disc;
    text-align: left;
    line-height: 28px;
    font-size: 16px;
}
/* .add_supplier li:first-child{
    list-style: none;
    text-align: left;
    position: relative;
    left: -6%;
    font-size: 18px;
} */
.source_title{
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    background: #f0f0f0;
    text-align: left;
    padding-left: 20px;
}
.source_title svg{
    position: relative;
    top: 5px;
}
.source{
    height: 292px;
    width: 100%;
    margin-top: 23px;
}
.source .announcement_content,.source .announcement_content ul{padding-left: 0;}
.source .announcement_content li{list-style: none;}
.source_ul{width: 96%!important;}
.source_ul li span:first-child{
    background: #1277c5;
    font-size: 10px;
    padding: 0 5px;
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 28px;
}
.loseEfficacy{background: #8b8b8b!important;}
.source .announcement_left_ulBox li span:last-child{
    float: left;
    padding-left: 20px;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aboutUs_ul li{
    width: 45%;
    float: left;
    padding: 16px 8px 29px 8px;
}
.aboutUs_ul li svg{
    padding: 12px 0;
    border-bottom: 2px solid #1277c5;
}
.aboutUs_ul li p:last-child{
    line-height: 35px;
}
.source .announcement_right_login, .line-columnBox{
    position: relative;
}
.line{
    position: absolute;
    width: 83%;
    height: 40%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #ccc;
}
.line-column{
    position: absolute;
    height: 70%;
    top: 15%;
    right: 0;
    border-right: 1px solid #ccc;
}
.friendship{
    text-align: left;
    width: 100%;
}
.friendship_ul{
    width: 100%;
    display: flex;
}
.friendship_ul li{padding: 0 32px;}

.announcement_leftNew{
    border: 1px solid #ccc;
    border-top: 0;
    width: 70%;
    height: 590px;
    position: relative;
    display: inline-block;
}
.announcement_leftNew img{
    position: absolute;
    left: 0;
    top: 0;
}