@charset "utf-8";
.channel-slide {
    width: 500px;
}
.channel-news {
    width: 500px;
}
.channel-news .tab-box{}
.channel-news .tab-box .hd {position: relative;background: #fff;border-bottom: 3px solid #e1e1e1;}
.channel-news .tab-box .hd li{width: 33%;margin-right: 0px;background: #ffffff;height: 42px;}
.channel-news .tab-box .hd .on{border-bottom: 3px solid #1a5bc3;background: #ffffff;height: 45px;}
.channel-news .tab-box .hd .on a,.tab-box .hd h3 a{color:#0146AE;font-weight:600;}

.channel-news .cont-info {
    margin-bottom: 0px;
    padding: 10px 0;
    border-bottom: 0px solid #e6e6e6;
}

.channel-recommend {
    width: 1019px;
}

.channel-bargain {
    width: 360px;
}
.channel-left {
    width: 453px;
}
.channel-middle {
    width: 453px;
}
.channel-right {
    width: 453px;
}

.channel-brand ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.channel-brand ul li{
    width: 170px;
    height: 73px;
    margin-right: 20px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px;
}
.channel-brand ul li img{
    border: 1px solid #eaeaea;
    width: 170px;
    height: 54px;
}
.channel-brand ul li:nth-child(2n) {
    margin-right: 0
}


.channel-wrapper .column-center .product ul{
    display: flex;
    flex-wrap: wrap
}
.channel-wrapper .column-center .product li {
    width: 244px;
    padding: 20px 10px 10px 10px;
    border: 1px solid #f3f3f3;
    margin-bottom: 20px;
    margin-right: 10px;
}
.channel-wrapper .column-center .product li:nth-child(4n) {
    margin-right: 0
}
.channel-wrapper .column-center .product li .image{
    height: 190px;
}

.channel-wrapper .column-center .tech ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.channel-wrapper .column-center .tech li {
    width: 48%;
    margin-right: 3%;
    border-bottom: 1px solid #f3f3f3;
}
.channel-wrapper .column-center .tech li:nth-child(2n) {
    margin-right: 0
}
.channel-wrapper .column-center .tech li .image{
    height: 100px;
}

.channel-wrapper .column-center .download li .info{
    margin-right: 30px;
}

.channel-wrapper .company-list li {
    display: flex;
    box-sizing: border-box;
    padding: 15px 10px;
    border-bottom: 1px solid #eaeaea;
}
.channel-wrapper .company-list li:hover {box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, 0.1);}
.channel-wrapper .company-list li:hover h4 a{color: #d7000f;}
.channel-wrapper .company-list li:hover p.desc {color: #111111;}
.channel-wrapper .company-list li .name {
    width: 95px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    text-align: center;
    background: #4DBCE9;
    border-radius: 12px;
}
.channel-wrapper .company-list li .name span{
    width: 40px;
    display: inline-block;
    color: #FFFFFF;
    line-height: 26px;
    font-weight: bold;
}
.channel-wrapper .company-list li .info {
    flex: 1;
    overflow: hidden;
}
.channel-wrapper .company-list li .info h4{
    margin-top: 0;
    margin-bottom: 0
}
.channel-wrapper .company-list li .info span {
    font-size: 14px;
    border: 1px solid #eb0011;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    line-height: 20px;
    color: #eb0011;
    margin-left: 10px;
    margin-top: 10px;
}
.channel-wrapper .company-list li .info .desc{
    margin-bottom: 5px;
}
.channel-wrapper .company-list li .info .date-wrap{
    text-align: left;
    font-size: 14px;
}
.channel-wrapper .company-list li .info .date-wrap p{
    line-height: 26px;
    margin-bottom: 0px;
    color: #666;
}