@import "base.css";

.row1 {
    background-color: #f5f5f5;
    padding-bottom: 40px;
}

.row1 .en-title{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #e0e0e0;
    font-family: Arial;
    text-transform: uppercase;
    line-height: 27px;
    padding-top: 42px;
}

.row1 .title{
    display: block;
    font-size: 24px;
    color: rgb(2, 86, 172);
    background: url(../img/tit.png) center center no-repeat;
    text-align: center;
    margin-top: 10px;
}

.row1 .pro-list{
    overflow: hidden;
}

.row1 .pro-list ul{
    list-style: none;
    margin: -20px 10px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.row1 .pro-list ul li{
    width: 25%;
    padding: 0 10px;
    margin-top: 20px;
}

.row1 .pro-list ul li a{
    display: block;
}

.row1 .pro-list ul li a .img{
    padding-bottom: 75%;
    position: relative;
}

.row1 .pro-list ul li a .img .block{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.row1 .pro-list ul li a .img .block img{
    width: 100%;
    height: 100%;
}

.row1 .pro-list ul li a .pro-title{
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

.row2 {
    padding: 40px 0;
}

.row2 .widget-header{
    display: flex;
    align-items: center;
    height: 28px;
    margin-bottom: 20px;
}

.row2 .widget-header .t1{
    font-size: 18px;
    font-weight: bold;
    color: #d42828;
}

.row2 .widget-header .t2{
    font-size: 14px;
    color: #969393;
    margin-left: 10px;
}

.row2 .widget-header .more{
    margin-left: auto;
    font-size: 14px;
    color: #666;
}

.row2 .widget-header .more:hover{
    color: #d42828;
}

.row2 .news-list{
    overflow: hidden;
}

.row2 .news-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.row2 .news-list ul li{
    width: 50%;
    padding: 0 0 0 30px;
    position: relative;
    display: flex;
}

.row2 .news-list ul li::before{
    position: absolute;
    top: 50%;
    left: 13px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #cccccc;
    content: '';
    margin: -2px 0 0 0;
}

.row2 .news-list ul li a{
    display: flex;
    height: 34px;
    align-items: center;
    width: 100%;
}

.row2 .news-list ul li a span{
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row3 {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.row3 .widget-header{
    display: flex;
    align-items: center;
    height: 28px;
    margin-bottom: 20px;
}

.row3 .widget-header .t1{
    font-size: 18px;
    font-weight: bold;
    color: #d42828;
}

.row3 .widget-header .t2{
    font-size: 14px;
    color: #969393;
    margin-left: 10px;
}

.row3 .widget-header .more{
    margin-left: auto;
    font-size: 14px;
    color: #666;
}

.row3 .widget-header .more:hover{
    color: #d42828;
}

.row3 .widget-body{
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
}

.row3 .widget-body .img img{
    border: 3px solid #cccccc;
}

.row3 .widget-body .info{
    margin-left: 30px;
    flex: 1;
}

.row3 .widget-body .info h5{
    font-size: 20px;
    line-height: 1;
    color: #424348;
    margin-top: 0;
}

.row3 .widget-body .info .content{
    line-height: 1.8;
    color: #767679;
}

.row4{
    padding-bottom: 40px;
}

.row4 .widget-header{
    position: relative;
    padding:20px 0 40px;
}
.row4 .widget-header:before{
    position:absolute;
    top:45px;
    left:0;
    width:100%;
    height:1px;
    line-height:0;
    font-size:0;
    content:'';
    background-color:#d8d8d8;
}
.row4 .widget-header .title{
    position: relative;
    display:block;
    width:300px;
    margin:0 auto;
    text-align: center;
    font-size: 28px;
    background: #fff;
    color: #0473B8;
    line-height: 50px;
}
.row4 .widget-header .title:before{
    position:absolute;
    top:50%;
    left:0;
    width:12px;
    height:12px;
    line-height:0;
    font-size:0;
    content:'';
    border:2px solid #d8d8d8;
    border-radius: 50%;
    margin-top:-6px;
}
.row4 .widget-header .title:after{
    position:absolute;
    top:50%;
    right:0;
    width:12px;
    height:12px;
    line-height:0;
    font-size:0;
    content:'';
    border:2px solid #d8d8d8;
    border-radius: 50%;
    margin-top:-6px;
}

.row4 .anli-list{
    overflow: hidden;
}

.row4 .anli-list ul{
    list-style: none;
    margin: 0 -10px;
    padding: 0;
    display: flex;
}

.row4 .anli-list ul li{
    width: 25%;
    padding: 0 10px;
}

.row4 .anli-list ul li a{
    display: block;
}

.row4 .anli-list ul li a .img{
    padding-bottom: 75%;
    position: relative;
}

.row4 .anli-list ul li a .img .block{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.row4 .anli-list ul li a .img .block img{
    width: 100%;
    height: 100%;
}

.row4 .anli-list ul li a .pro-title{
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}