

ul, li {
    list-style: none;
}
.row1 {
    height: 400px;
    width: 100%;
}

.row2 {
    height: 345px;
    width: 100%;
}

.row3 {
    height: 100px;
    width: 100%;
    padding: 20px;
}

.row3 a {
    color: gray;
    font-size: 15px;
}

.row1 .left {
    width: 300px;
    height: 300px;
    float: left;
}

.row1 .middle {
    width: 100%;
    height: 300px;
    float: left;
}

.row1 .right {
    width: 23%;
    height: 300px;
    float: right;
}

.row1 .middle ul {
    display: block;
    padding-left: 20px;
}

.row1 .middle ul li {
    display: block;
    width: 100%;
    line-height: 32px;
    height: 26px;
    float: left;
    margin-bottom: 9px;
}

.row1 .middle ul li a {
    display: block;
    float: left;
    font-size: 17px;
    text-indent: 10px;
    width: 80%;
    color : #000 ; transition: 0.5 s;
    text-decoration:none
}
.row1 .middle ul li  a:hover {
    color : #3578e7 ;
}

.row1 .middle ul li label {
    font-size: 17px;
    width: 10%;
    float: left;
    display: block;
    color: #5C5C5C;
}

.row1 .middle .ing {
    color: #d77506;
}

.row1 .middle ul li p {
    display: block;
    float: right;
    font-size: 17px;
    color: #5C5C5C;
}
.titlem {
    background-color:#efefef;
    margin-top: 6px;
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.titlem .en {
    font-family: Georgia;
    font-size: 16px;
    color: #000;
    padding-left: 20px;
}

.titlem .cn {
    padding-left: 10px;
    color: #153472;
    font-size: 16px;
    float: left;
    font-weight: normal;
}

.titlem .MORE {
    float: right;
    font-size: 10px;
    color: #056ed6;
    margin-right: 10px;
}

.titlem .notice {
    color: #056ed6;
    width: 130px;
    text-align: center;
    background: white;
    border-style: solid;
    border-width: 2px 0px 0px 0px;
}
.position{
    margin-bottom: 30px;
}