@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: top;
    border: 0;
}

a {
    color: #000;
    text-decoration: none;
}

.wrapper {
    width: 1400px;
    margin: auto;
}


.box1 {
    position: relative;
}

.box2 {
    width: 1400px;
    height: 2750px;

    position: relative;
}

.box2-main {
    width: 1350px;
    position: relative;
    margin-left: 50px;
    margin-top: 65px;    
    margin-bottom: 80px;

}

.newsbox {
    width: 414px;
    height: 237px;
    background: url("../images/2023_zysf_002.jpg") no-repeat;
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 20px;

}




.box3 {
    width: 1400px;
    height: 270px;
    position: relative;
}

.box3-main {
    width: 1011px;
    height: 199px;
    position: absolute;
    left: 200px;
    top: 32px;
}

.keywords {

    font-size: 23px;
    font-weight: bold;
    font-family: 微软雅黑;
    line-height: 24px;
    padding: 8px 10px;
    background-color: #db2b2b;
    position: absolute;
    left: 35px;
    top: 25px;

}

.keywords a{

    color: #fff;
}

.title {

    width: 360px;
    font-size: 16px;
    line-height: 32px;
    font-family: 微软雅黑;
    text-align: left;
    position: absolute;
    left: 30px;
    top: 90px;

    font-weight: bold;

}


.title a{

    color: #fff;
}


.summary {


    font-size: 16px;
    line-height: 32px;
    font-family: 微软雅黑;
    text-align: right;
    position: absolute;
    right: 30px;
    top:180px;

    font-weight: bold;
}

.summary a {
    
    color: #ffec8c;
} 



