.banner{
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
}
.swiper-slide img{
    width: 100%;
}
.container{
    width: 100%;
    /*min-height: 865px;*/
}
.con-box{
    max-width: 1534px;
    min-width: 1200px;
    width: 82%;
    margin: 0 auto;
}
.con-box .title h3{
    display: inline-block;
    font-size: 20px;
    color: #014099;
    margin: 24px 0;
}
.con-box .title .title-right{
    display: inline-block;
    float: right;
    margin-top: 30px;
    color: #333333;
}
.con-box .title .title-right img{
    vertical-align: top;
}
.con-box .title .title-right span{
    color: #333333;
    margin: 0 5px;
    vertical-align: middle;
}
.con-box .title-line{
    width: 100%;
}
.con-box .conBody{
    margin: 40px 0 60px;
}

.con-box .crumbs{
    padding: 24px 0;
    border-bottom: solid 1px #d9d9d9;
}
.con-box .crumbs img{
    vertical-align: sub;
}

.con-box  .detail{
    display: inline-block;
    width: 70%;
    margin: 16px 0;
    padding-right: 2%;
    border-right: solid 1px #d9d9d9;
    min-height: 450px;
}
.detail .title{
    text-align: center;
    border-bottom: solid 1px #d9d9d9;
}
.detail .title h1{
    font-size: 28px;
    font-weight: normal;
    color: #222222;
}
.detail .title img{
    vertical-align: middle;
}
.detail .title span{
    vertical-align: middle;
    margin-right: 26px;
    color: #222222;
}
.detail .title span:hover{
    text-decoration:underline;
}
.detail .body{

}
.detail .body p{
    font-size: 16px;
    color: #222222;
    text-indent: 0;
    line-height: 2.3em;
}

.con-box  .notice{
    display: inline-block;
    width: 26%;
    margin-left: 1%;
    vertical-align: top;
    float: right;
}
.notice ul{
    padding-left: 6%;
}
.notice ul li{
    font-size: 21px;
    line-height: 1em;
    padding: 30px 0 14px;
    list-style: square;
    color: #0b5aa8;
}
.notice ul li span{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.notice ul li a{
    float: right;
    font-size: 14px;
    color: #005ea5;
    margin-top: 4px;
}
.notice .date-list{
    width: 100%;
    /*!* å¼¹æ€§ç›’å­ *!*/
    /*display: flex;*/
    /*!* æ²¿è¡Œè½´çº¿ä¸¤ç«¯å¯¹é½ï¼Œå­å…ƒç´ ä¹‹é—´æœ‰é—´éš™ *!*/
    /*justify-content: space-between;*/
    /*!* å­å…ƒç´ æº¢å‡ºçˆ¶å®¹å™¨æ—¶æ¢è¡Œ *!*/
    /*flex-flow: row wrap;*/
    margin-top: 22px;
    margin-bottom: 20px;
}
.notice .date-list a:hover{
    text-decoration: underline;
}
.notice .date-list .list-item{
    width: 100%;
    background-color: #f1f1f1;
    margin-top: 22px;
}
.notice .list-item .lf{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 4.5% 5%;
}
.notice .list-item .lf i{
    display: block;
    font-size: 30px;
    color: #4d7bb9;
    margin: 0 0 8px;
}
.notice .list-item .lf em{
    display: block;
    font-size: 14px;
    color: #4d7bb9;
    font-style: normal;
}
.notice .list-item img{
    vertical-align: middle;
    margin-right: 18px;
}
.notice .list-item a{
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    font-size: 16px;
    color: #333333;
    line-height: 1.5em;
}

/*åª’ä½“æŸ¥è¯¢*/
@media screen and (min-width:1680px) and (max-width:1920px){
    .notice .list-item a {
        width: 60%;
    }
}
@media screen and (min-width:1600px) and (max-width:1680px){
    .notice .list-item a {
        width: 62%;
        font-size: 15px;
    }
}
@media screen and (min-width:1440px) and (max-width:1600px){
    .notice .list-item a {
        width: 60%;
        font-size: 14px;
    }
}
@media screen and (min-width:1366px) and (max-width:1440px){
    .notice .list-item a {
        width: 57%;
        font-size: 13px;
    }
}
@media screen and (max-width:1366px){
    .notice .list-item a {
        width: 58%;
        font-size: 12px;
    }
}


