@charset "utf-8";
html,
body {
    position: relative;
    font-size: 14px;
    background: #ffffff;
    min-width: 1366px;
}
.container{
    position: relative;
    width: 100%;
    background-color: #e5e7ea;
    margin-top: 5px;
}
.container .container-box{
    max-width: 1556px;
    width: 80%;
    margin: 0 auto;
}


.c-box-lf-title{
    font-size: 18px;
    color: #333333;
    padding-bottom: 10px;
    margin-bottom: 32px;
    border-bottom: solid 1px #bfd3e2;
}
.c-box-lf .c-box-lf-img img{
    width: 100%;
}
.c-box-lf .c-box-lf-img span{
    display: block;
    font-size: 14px;
    color: #333333;
    text-align: left;
    margin: 7px 0 20px;
    line-height: 1.5em;
}
.c-box-lf-p li{
    list-style-type:square;
    color: #034495;
    margin-left: 12px;
}
.c-box-lf-p p{
    font-size: 16px;
    color: #555555;
    line-height: 1.75em;
}
.c-box-lf-p p span{
    color: #034495;
}
.c-box-lf-p a{
    font-size: 16px;
    color: #555555;
    line-height: 1.75em;
    text-decoration: none;
    cursor: pointer;
}
.c-box-lf-a li{
    margin: 18px 0 18px 12px;
}
.c-box-rt{
    display: inline-block;
    width: 77%;
    vertical-align: top;
    margin-left: 23%;
    margin-bottom: 80px;
}
.c-box-rt a:hover{
    text-decoration: underline;
}
.c-box-rt .title{
    position: relative;
    background: url(title-bg.png) no-repeat;
    height: 78px;
    line-height: 78px;
    width: 100%;
    margin-top: 27px;
}
.c-box-rt .title h3{
    font-size: 22px;
    color: #034495;
    margin: 0;
    padding-left: 20px;
}
.c-box-rt .title .title-nav{
    position: absolute;
    right: 24px;
    top: 0;
    font-size: 14px;
    color: #999999;
}
.c-box-rt .title .title-nav i{
    margin: 0 5px;
}
.c-box-rt .title .title-nav span{
    font-size: 14px;
    color: #555555;
}
.c-box-rt .con{
    margin-top: 5px;
    background-color: #ffffff;
}
.c-box-rt .con .con-box{
    padding: 40px 20px 20px;
    /*background: url(box1_bg.png) no-repeat top right;*/
}

.flex-list {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    background-color: #ffffff;
    padding: 0 20px 20px;
}
.flex-list .flex-item{
    display: inline-block;
    width: 23%;
    margin-top: 40px;
    position: relative;
}
.flex-item img{
    width: 100%;
}
.flex-item .text{
    width: 100%;
    font-size: 16px;
    color: #333333;
    padding: 20px 0;
    text-align: center;
    background-color: #ebf0f6;
}



/*媒体查询*/
@media screen and (min-width:1681px) and (max-width:1900px){
    .flex-list .flex-item p {
        font-size: 13px;
    }
}
@media screen and (min-width:1601px) and (max-width:1680px){
    .flex-list .flex-item p {
        font-size: 12px;
    }
}
@media screen and (min-width:1441px) and (max-width:1600px){
    .flex-list .flex-item p {
        font-size: 12px;
    }
}
@media screen and (min-width:1367px) and (max-width:1440px){
    .flex-list .flex-item p {
        font-size: 12px;
    }
}
@media screen and (max-width:1366px){
    .flex-list .flex-item p {
        font-size: 12px;
    }
}