*{
    margin:0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
}
a {
    text-decoration: none;
    color:#000000;
}
#main{
    width: 100%;
    height: 457px;
    margin-right: auto;
    margin-left: auto;
    min-width: 1200px;
}
.first_banner {
    position: relative;
    width: 100%;
    height: 411px;
    background-image: url("../image/INFOR/infor_banner1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 119px;
}
.blue_block{
    background-color: #5f8fcd;
    height: 60px;
    width: 100%;
    position: relative;
    text-align: center;
    /*font-size: 0.834vw;*/
    font-size: 16px;
    font-family: 思源黑体;
    line-height: 60px;
    color: white
}
.news{
    position: relative;
    -webkit-display:flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    /*justify-content:center;*/
    flex-wrap:wrap;
    width: 100%;
    height: 1200px;
    background-image: url("../image/INFOR/infor_banner2.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.title{
    position: relative;
    width: 100%;
}
.title>p{
    font-size: 26px;
    font-family: 思源黑体;
    text-align: center;
    padding-top: 30px;
}
.content{
    width: 1000px;
    margin: 30px auto;
    height: 1000px;
}
.content>p{
    font-family: 思源宋体;
    font-size: 16px;
    text-indent:2em;
    line-height: 30px;
}
.content>p>span{
    color: #ff3637;
    
}
.content>span{
    font-family: 思源黑体;
    font-size: 20px;
    font-weight:bolder;
    text-align: center;
    color: #000000;
}
.content>img{
    display: block;
    margin: 20px auto;
}
.status_point{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000000;
}
.p_arrow:before{
    position: relative;
    top: 8px;
    content: url("../image/INFOR/detail/arrows.png");
}
.about_container{
    position: relative;
    -webkit-display:flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    background-image: url("../../cvicse/image/about_img.jpg");
    background-position: center;
    background-repeat:no-repeat;
    width:100%;
    height:165px
}
.about_container p{
    font-family: 'Times New Roman'，思源黑体
}
.about_container a:hover{
    color: #667386;
}
.about_container a:active{
    color: #979aac;
}
.records{
    position: relative;
    -webkit-display:flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    background-color: #cfcfcf;
    width:100%;
    height:46px
}
.records a:hover{
    color: #667386;
}
.records a:active{
    color: #979aac;
}
