body {
    margin: 0;
    padding: 0;
    background: #f7f7f8;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
    display: inline-block;
}

ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.left_heade,
.right_heade {
    display: inline-block;
}

.right_heade {
    float: right;
}

.left_heade span,
.right_heade span {
    padding: 0 3px;
}

.header_ {
    display: block;
    color: #fff;
    margin: 0 auto;
}

.nav_head {
    background: #767676;
    width: 100%;
    padding: 5px 0;
}

.nav_header {
    width: 1200px;
    font-size: 13px;
    margin: 0 auto;
    color: #fff;
}
.logo_se {
    width: 100%;
    background: #f7f7f8;
}

.logo_seach {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_img {
    display: inline-block;
}

.logo_img img {
    width: 337px;
    height: 71px;
}

.logo_er {
    width: 260px;
    text-align: center;
    display: inline-block;
}

.logo_er img {
    width: 52px;
    height: 52px;
}

.logo_er span {
    font-size: 13px;
    display: block;
    color:#0eac0f;
}
.logo_er li{
    margin-left:30px;
}
.sou {
    width: 434px;
    display: inline-block;
}

.sou_list li {
    padding: 10px 15px;
    font-size: 13px;
    color: #888888;
    display: inline-block;
}

.sou_list ul {
    display: inline-block;
    position: relative;
}

.sou_list img {
    position: absolute;
    left: 62px;
    top: -13px;
}

.sou_list li:first-child {
    background: #c91623;
    color: #ffffff;
    padding: 7px 15px;
}

.sou_list li:hover {
    background: #c91623;
    color: #ffffff !important;
    padding: 7px 10px;
    margin-left: 10px;
}

.sou_list a:hover {
    color: #fff !important;
}

.search_l {
    width: 480px;
    /* margin-left: 20px; */
    overflow: hidden;
    /* padding-top: 50px; */
    float: left;
    text-align: center;
    position: relative;
    vertical-align: middle;
}

.search_l form {
    width: 100%;
    display: inline-block;
}

.search_l .int {
    width: 319px;
    height: 34px;
    /* background: #fff url(../img/ss.png) no-repeat 8px 50%; */
    padding-left: 30px;
    float: left;
    display: block;
    /* border-radius: 0 4px 4px 0; */
    border: 2px solid #c91623;
}

.search_l .btn {
    height: 41px;
    width: 80px;
    float: left;
    display: block;
    background: #c91623;
    /* border: 1px solid #ff6c00; */
    color: #ffffff;
    border-radius: 0;
    position: absolute;
    right:45px;
    top: -1px;
}
.nav_ {
    width: 100%;
    background: #c91623;
    /* padding:5px 0; */
}

.nav_class {
    width: 197px;
    color: #c91623;
    background: #fff;
    padding:6px 20px;
    text-align: center;
    border-radius: 20px;
}

.nav_ ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* display: inline-block; */
}

.nav_ li {
    display: inline-block;
    color: #f1f1f1;
    font-size: 14px;
    padding: 12px 20px;
}
.ban_mask {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: calc((100% - 1200px)/2);
    top: 0px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    height: 500px;
}
.ban_left {
    width: 215px;

    height: 500px;
    /*font-size:0;*/
    padding:0 10px;
    background: #fff;
    /*display: inline-block;*/
    /*position: absolute;*/
    /*top: 80px;*/
    /*right: 0;*/
}

.icon_ {
    display: inline-block;
    vertical-align: middle;

}

.ban_class span {
    font-weight: bold;
    font-size: 15px;
    /* margin-left: 10px; */
    vertical-align: middle;
    color: #3d3d3d;
    font-weight: bold;
}

.ban_class>ul {
    margin-top:8px;
    /* padding: 10px 0; */
    /*border-bottom:1px solid #e6e6e6;*/
}

.ban_issue {
    padding: 15px 0;
}

.small_class {
    width: 200px;
    white-space: nowrap; /* 保持文本在一行，不换行 */
    overflow: hidden; /* 隐藏超出容器的内容 */
    text-overflow: ellipsis;
    /* flex-wrap: wrap; */
    font-size: 12px;
    margin-top: 3px;
    /* margin-left: 8px; */
    color: #fff;
}

.small_class li {
    /* width: ; */
    padding: 3px 3px;
    display: inline-block;
}

.fbxx {
    padding: 3px 5px;
    background: #e6a424;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    border-radius: 3px;
}

.ban_issue>span {
    font-size: 14px;
    font-style: italic;
    color: #888888;
    margin-left: 10px;
}
/* 弹窗 */
.banner_right {
    width: 200px;
    height: 450px;
    padding: 10px 0;
    background: white;
    display: inline-block;
    color: #555555;
    text-align: center;
    font-size: 0.8rem;
    float: right;
}

.pop_head button {
    margin-top: 10px;
}
.pop_head{
    padding-top: 10px;
}
.pop_head span {
    margin: 20px 0;
}

.ple_login {
    border: 1.5px solid #333333;
    padding: 5px 15px;
    cursor: pointer;
}

.open_shop {
    border: 1.5px solid #f42424;
    padding: 5px 15px;
    cursor: pointer;
}

.pop_cont_title {
    background: #eeeeee;
    padding: 5px 0;
    margin: 11px 0px 0 0;
}

.pop_cont_title h4 {
    display: inline-block;
}

.pop_cont_ li {
    width: 180px;
    padding: 0 10px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pop_cont_title h4:hover {
    color: red;
}

.pop_cont_ ul,
.pop_cont_ li {
    margin: 0;
    list-style: none;
}

.pop_cont_ li {
    padding-top: 10px;
}

.pop_cont_quick {
    font-size: 0;
}

.quick_1 li,
.quick_2 li {
    width: 55px;
    padding: 12px 5px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
}

.quick_1 ul,
.quick_2 ul {
    display: inline-block;
    text-align: center;
}

.quick_1 span,
.quick_2 span {
    font-size: 13px;
    display: block;
    margin-top: 5px;
}
.public{
    display: inline-flex;
    justify-content: space-between;
    align-items:center;
}
.cont{
    width: 1200px;
    margin:0 auto;
    margin-top: 30px;
}
/* 好货秒杀 */
.seckill {
    width: 1200px;
    margin-top: 20px;
    background: #fff;
    font-size: 0;
}

.seck_ad {
    width: 190px;
    display: inline-block;
}

.seck_ad img {
    width: 190px;
    height: 260px;
}

.seck_list {
    width: 960px;
    display: inline-block;
    vertical-align: top;
}

.seck_list ul {
    width: 960px;
}

.seck_list li {
    width: 160px;
    padding: 15px 20px;
    display: inline-block;
    /* border-right:1px solid #efefef; */
    border-right: 1.5px solid;
    border-image: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0.00) 0%, #eeeeee 50%, rgba(255, 255, 255, 0.00) 99%) 2 2 2 2;
    border-image: -moz-linear-gradient(-180deg, rgba(255, 255, 255, 0.00) 0%, #eeeeee 50%, rgba(255, 255, 255, 0.00) 99%) 2 2 2 2;
    border-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.00) 0%, #eeeeee 50%, rgba(255, 255, 255, 0.00) 99%) 2 2 2 2;
}

.seck_list li:last-child {
    border-right: 0;
}

.seck_name {
    width: 160px;
    padding: 10px 0;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seck_list img {
    width: 160px;
    height: 160px;
    /* margin: 10px 0; */
}

.seck_price {
    height: 24px;
    background-image: url(./img/price.png);
    background-repeat: no-repeat;
    /* background-size:160px 24px; */
    margin-top: 10px;
}

.seck_price h4 {
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}

.seck_no {
    line-height: 24px;
    display: inline-block;
    margin-left: 30px;
    color: #999999;
    font-size: 13px;
    text-decoration: line-through;
}
/* 广告位 */
.ad_{
    width: 1200px;
    margin-top:20px;
    font-size:0;
}
/* 招商加盟 */
.join_buy{
    width: 1200px;
    margin-top:20px;
    font-size:0;
    background: #fff;
}
.join{
    width: 599px;
    display: inline-block;
    padding:5px 0;
    vertical-align: middle;
}
.join_t{
    border-left:5px solid #c91623;
}
.join_t span{
    font-size:24px;
    color:#c91623;
    margin-left:10px;
}

.m_{
    display: inline-block;
    float: right;
}
.join_cont{
    width: 599px;
    /* display: inline-block; */
    margin-top:5px;
    
}
.join_ad{
    width:199px;
    display: inline-block;
    vertical-align: middle;
}
.join_ad img{
    width: 199px;
    height:520px;
}
.join_list{
    width: 399px;
    display: inline-block;
}
.join_list ul{
    width: 399px;
    height: 520px;
    flex-wrap: wrap;
    vertical-align: middle;
    border-top: 1px solid #dcdcdc;
}
.join_list li{
    width:160px;
    padding:25px 19px;
    border-right:1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    display: inline-block;
}
.join_list img{
    width: 160px;
    height: 160px;
}
.join_name{
    width: 160px;
    height: 40px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 21px;
    font-size: 14px;
    color: #333;
    margin-top:5px;
}

.buy{
    width: 600px;
    display: inline-block;
    vertical-align: middle;
}
.buy_cont{
    width: 600px;
    margin-top:5px;
}
.buy_t {
    background: #f2f2f2;
    padding:5px 10px;

}
.buy_t span{
    font-size:14px;
}
.buy_t span:nth-child(2){
    float: right;
    display: inline-block;
}
.buy_list{
    width:390px;
    height: 517px;
    display: inline-block;
    margin-left:10px;
    border:1px solid #dcdcdc;
}
.buy_list ul{
    width:390px;
    height: 456px;
    display: inline-block;
    margin-top:15px;
}
.buy_list li{
    width: 390px;
    height:38px;
    line-height: 38px;
    display: inline-block;
}
.buy_name{
    width:280px;
    display: inline-block;
    font-size:15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left:10px;

}
.buy_price{
    font-size:14px;
    float: right;
    margin-right:15px;
}
/* 推荐商户 */
.comp{
    width: 1200px;
    margin-top:20px;
    font-size:0;
}
.comp_list {
    width: 1200px;
}
.comp_list ul{
    width: 1200px;
    height: 370px;
    flex-wrap: wrap;

}
.comp_list li{
    width: 220px;
    display: inline-block;
    margin-top: 15px;
}
.comp_list img{
    width: 220px;
    height: 145px;
    transition: all 0.6s; 
    overflow: hidden;
}
.comp_list img:hover{
    transform: scale(1.1);  
    background-size:110%;
}
.comp_tit{
    width:220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:15px;
    margin-top:5px;
    text-align: center;
}
/* 薯业商城 */
.steel_mall {
    width: 1200px;
    margin-top: 30px;
}

.h-l_top {
    width: 1200px;
    text-align: center;
}

.steel_mall_tit {
    text-align: center;
    padding: 20px 0;
}

.steel_mall_tit img {
    display: inline-block;
    vertical-align: middle;
}

.steel_mall_tit img {
    width: 211px;
    height: 28px;
}

.steel_mall_classify {
    width: 1100px;
    padding: 10px 50px;
    background: #c91623;
    margin-top: 15px;
}

.steel_classify1 {
    width: 170px;
    text-align: center;
    /* display: inline-block; */
    padding: 0 10px;
    border-right: 1px solid #9b7c43;
}

.choiceness h4 {
    background: red;
    color: white;
    padding: 3px 20px;
    border-radius: 20px;
}

.choiceness div {
    color: red;
}

.steel_classify1::after {
    border-right: 1px solid gainsboro;
}

.steel_classify1 h4 {
    font-size: 17px;
    padding: 3px 20px;
    color: #fff;
}

.steel_classify1 div {
    color: #cccccc;
    font-size: 14px;
}

.steel_classify1 div:hover {
    color: #ff9100;
}

.steel_classify1 h4:hover {
    background: #ff9100;
    color: white;
    padding: 3px 20px;
    border-radius: 20px;
}

/* 精选 */
.steel_goodslist {
    width: 100%;
    height: 872px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.steel_goods {
    width: 225px;
    height: 275px;
    display: inline-block;
    margin-top: 15px;
    border: 1px solid #e71f19;
    box-shadow: none;
    background: rgb(255, 255, 255);
    transition: 1s;
}

.steel_goods:hover {
    box-shadow: 8px 8px 5px #cacaca;
    transition:0.5s;
}

.steel_goods_img {
    text-align: center;
    margin-top: 20px;
}

.steel_goods_img img {
    width: 150px;
    height: 150px;
}

.steel_goods_des,
.steel_goods_prices {
    margin: 10px 20px;
}

.steel_goods_des {
    width: 190px;
    font-size: 15px;
    height: 45px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
}

.steel_goods_des::before {
    content: "自营";
    font-size: 0.7rem;
    color: white;
    background: #e1251b;
    padding: 2px 7px;
    border-radius: 3px;
    margin-right: 5px;
    vertical-align: middle;
}

.steel_goods_prices::before {
    content: "￥";
    color: red;
    display: inline-block;
    font-weight: 800px;
}

.steel_goods_prices h3 {
    display: inline-block;
    color: red;
}
.indust {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
    font-size:0;
}

.indust_left_top {
    width: 388px;
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 15px;
    border-top: 2px solid #c91623;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.in_top {
    width: 388px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dddddd;
}

.in_t_hyzh,
.in_t_nyze {
    display: inline-block;
    padding: 0 50px 10px 50px;
    font-size: 17px;
}

.in_t_hyzh {
    padding: 0 50px 8px 50px;
    border-bottom: 2px solid #c91623;
}

.in_t_nyze:hover {
    padding: 0 50px 8px 50px;
    border-bottom: 2px solid #c91623;
}

.in_cont {
    margin-top: 10px;
}

.in_cont ul {
    width: 388px;
    height: 260px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.in_cont li {
    width: 189px;
    height: 120px;
    position: relative;
    display: inline-block;
    font-size: 0;
    margin-bottom: 10px;
    overflow: hidden;
}

.in_cont img {
    width: 189px;
    height: 120px;
    transition: all 0.6s; 
}
.in_cont img:hover{
    transform: scale(1.1);  
    background-size:110%;
}
.in_tit {
    width: 179px;
    height: 36px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    background: rgba(0, 0, 0, 0.4);
    padding: 4px 5px;
    position: absolute;
    bottom: 0px;
    color: white;
    font-size: 13px;
    left: 0;
}

.indust_cont {
    width: 410px;
}

.in_c_ad {
    width: 410px;
    height: 206px;
    font-size: 0;
}

.in_c_ad_ {
    width: 350px;
}

.in_c_ad_ img {
    width: 350px;
    height: 206px;
}

.in_c_ad_,
.in_c_class {
    display: inline-block;
    vertical-align: top;
}

.in_c_class {
    color: white;
    font-size: 16px;
    height: 196px;
    background: #c91623;
    padding: 5px 0;
}

.in_c_class li {
    padding: 7px 12.5px;
}

.in_c_class li:hover {
    background: #000000;
}

.indust_ad {
    width: 300px;
}
.indust_ad ul{
    width: 300px;
    height: 648px;
    flex-wrap: wrap;
}
.indust_ad img {
    width: 300px;
    height: 206px;
     transition: all 0.6s; 
}
.indust_ad img:hover{
    transform: scale(1.1);  
    background-size:110%;
}
.indust_ad li{
    width:300px;
    display: inline-block;
    position: relative;
    margin-top:10px;
    overflow: hidden;
}
.exhib_name{
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:15px;
    margin-top:5px;
    background:rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom:0;
    left:0;
    padding:10px;
    color:#fff;
}
/* 农业技术 */
.in_c_bot {
    margin-top: 15px;
}

.in_cc_top {
    border-left: 5px solid #c91623;
}

.in_nyjs {

    font-size: 17px;
    display: inline-block;
}

.cc_cont {
    width: 410px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.cc_cont_l,
.cc_cont_r {
    display: inline-block;
}

.cc_cont_l {
    width: 140px;
    margin-top: 15px;
}

.cc_cont_l img {
    width: 140px;
    height: 90px;
}

.cc_cont_l li {
    width: 140px;
    padding-bottom:15px;
}

.ccc_l_tit {
    width: 140px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
    line-height: 25px;
}

.cc_cont_r ul {
    width: 260px;
}

.cc_cont_r li {
    width: 255px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 34px;
    line-height: 34px;
    font-size:15px;
}

.cc_cont_r li::before {
    content: '•';
    color: #0eac0f;
    margin-right: 10px;
    font-size: 18px;
}

/* 广告位 */
.ad_2 {
    width: 1200px;
    margin-top: 20px;
}

/* 农业视频 */
.video {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.video_cont ul {
    width: 1200px;
    height: 425px;
    flex-wrap: wrap;
}

.video_cont li {
    width: 224px;
    margin-top: 20px;
    display: inline-block;
    overflow: hidden;
}

.video_cont img {
    width: 224px;
    height: 148px;
    transition: all 0.6s; 
}
.video_cont img:hover{
    transform: scale(1.1);  
    background-size:110%;
}

.video_tit {
    width: 224px;
    height:42px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    text-align: center;
}
.more__ {
    font-size: 14px;
    float: right;
    /* margin-top:10px; */
}
.indust_ad{

}


.news {
    width: 1220px;
    font-size:0;
    margin-top: 20px;
}

.news_cont {
    width: 1200px;
    margin-top: 20px;
}


.news_left {
    width: 375px;
    
    background: #fff;
    padding: 14px 15px;
    
}

.news_ad {
    width: 375px;
    display: inline-block;
    position: relative;
    font-size: 0;
}

.news_ad img {
    width: 375px;
    height: 253px;
}

.news_tit {
    width: 354px;
    font-size: 14px;
    color: #fff;
    padding: 7px 10px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}

.market {
    margin-top: 10px;
}

.market_hot {
    width: 375px;
    margin-top: 15px;
}

.mark_img {
    width: 87px;
    display: inline-block;
}

.mark_img img {
    width: 87px;
    height: 74px;
}

.mark_des {
    width: 266px;
    display: inline-block;
}

.mark_tit {
    width: 265px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.mark_intro {
    width: 265px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 21px;
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}

.mark_list {
    width: 355px;
    margin-top: 10px;
}

.mark_list li {
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}

.mark_list li::before {
    content: '•';
    color: #ededed;
    margin-right: 10px;
}


.news_focus {
    width: 437px;
    
    display: inline-block;
    background: #fff;
    padding: 14px 15px;
    
}

.focus_hot_ {
    margin-top: 15px;
}

.zx {
    border: 1px solid #ff7e05;
    color: #ff7e05;
    
    font-size: 13px;
    display: inline-block;
    padding:1px 2px;
    vertical-align: middle;
}

.focus_tit_ {
    width: 355px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.focus_des_ {
    width: 440px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 21px;
    font-size: 14px;
    color: #999;
    margin-top: 14px;
}

.focus_list_ {
    margin-top: 10px;
}

.focus_list_ li {
    width: 435px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}

.focus_list_ li::before {
    content: '•';
    color: #ededed;
    margin-right: 10px;
}

.focus_img_ ul {
    width: 435px;
    margin-top: 15px;
}

.focus_img_ img {
    width: 209px;
    height: 152px;
}

.focus_img_ li {
    width: 209px;
    display: inline-block;
    position: relative;
    font-size: 0;
}

.focus_name_ {
    width: 189px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px;
    background: rgba(95, 95, 95, 0.5);
    color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news_policy {
    width: 276px;
    
    display: inline-block;
    background: #fff;
    padding: 14px;
    
    font-size: 0;
}

.more_ {
    display: inline-block;
    font-size: 13px;
    color: #999999;
    float: right;
    
    margin-top: 10px;
}

.policy_list {
    margin-top: 10px;
}

.policy_list li {
    width: 276px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}

.policy_list li::before {
    content: '•';
    color: #e5e5e5;
    margin-right: 10px;
}
.comp_t {
    font-size: 0;
    position: relative;
}

.comp_t p {
    font-weight: bold;
    padding: 5px 0;
    display: inline-block;
}

.comp_t p:nth-child(1) {
    font-size: 20px;
    color: #333;
}

.comp_t p:nth-child(2) {
    font-size: 20px;
    color: #329e38;
}
.news_class{
    display: inline-block;
}
.news_class li{
    display: inline-block;
    font-size:13px;
    color:#666666;
    padding:0 10px;
}
.comp_top h3{
    font-size:24px;
    color:#0067d0;
    padding:5px 31px;
}