/* 内容样式 */
.content{
    width: 80%;
    min-width: 1200px;
    margin: 30px auto;
    flex: 1 0 auto;   
}
.more{
    cursor: pointer;
}
.box_detail{
    display: flex;
    justify-content: space-between;
}
.box_detail .detail_left{
    width: 68%;
}
.box_detail .detail_left .new_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 3px #327ccc;
    padding: 3px 0;
}
.box_detail .detail_left .new_top .new_top_title{
    display: flex;
    align-items: center;
}
.box_detail .detail_left .new_top .new_top_title div{
    width: 32px;
    height: 32px;
}
.box_detail .detail_left .new_top .new_top_title img{
    width: 100%;
    height: 100%;
}
.box_detail .detail_left .new_top .new_top_title span{
    font-size: 20px;
    color: #327ccc;
    margin-left: 5px;
}
.box_detail .detail_left .new_content{
    margin-top: 30px;
    display: flex;
}
.box_detail .detail_left .new_content .new_content_text{
    width: 62%;
    margin-left: 20px;
}
.box_detail .detail_left .new_content .new_content_text h3{
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    color: #327ccc;
}
.detail_left .new_content .new_content_text p{
    padding: 0 10px;
    height: 40px;
    font-size: 14px;
    text-indent: 28px;
    color: #333;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.detail_left .new_content .new_content_text .line{
    width: 100%;
    margin: 10px 0;
}
.detail_left .new_content .new_content_text .line img{
    width: 100%;
}
.detail_left .new_content .new_content_text ul li{
    display: flex;
    justify-content: space-between;
    margin-top: 3px;
    padding: 5px;
}
.detail_left .new_content .new_content_text ul li .tips{
    display: flex;
    align-items: center;
}
.detail_left .new_content .new_content_text ul li .tips a{
    display: block;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail_left .new_content .new_content_text ul li .tips::before{
    content:"";
    display:block;
    width: 7px;
    height: 5px;
    background-image: url("../img/list_ico.png");
    background-size: cover;
    margin-right: 10px;
}
.box_detail + .box_detail {
    margin-top: 30px;
}
.box_detail .detail_right{
    width: 30%;
    margin-top: -4px;
}
.box_detail .detail_right .notice_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 3px #327ccc;
    padding: 3px 0;
}
.box_detail .detail_right .notice_top_title{
    display: flex;
    align-items: center;
}
.box_detail .detail_right .notice_top_title div{
    width: 35px;
    height: 36px;
}
.box_detail .detail_right .notice_top .notice_top_title img{
    width: 100%;
    height: 100%;
}
.box_detail .detail_right .notice_top .notice_top_title span{
    font-size: 20px;
    color: #327ccc;
    margin-left: 5px;
}
.box_detail .detail_right .notice_content{
    /* min-width: 351px; */
	min-height: 283px;
    background-color: #f5f8ff;
    margin-top: 30px;
    padding: 22px 20px;
}
.box_detail .detail_right .notice_content ul li{
    display: flex;
    align-items: center;
}
.box_detail .detail_right .notice_content ul li .blue{
    width: 63px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background-color: #327ccc;
    font-size: 30px;
    color: #fff;
}
.box_detail .detail_right .notice_content ul li .white{
    width: 63px;
    height: 31px;
    line-height: 31px;
    background-color: #ffffff;
    font-size: 14px;
    text-align: center;
}
.box_detail .detail_right .notice_content ul li span{
    margin-left: 30px;
    display: inline-block;
    width: 400px;
    overflow:hidden;
    white-space:nowrap; 
    text-overflow:ellipsis;
}
.box_detail .detail_right .notice_content ul li + li{
    margin-top: 30px;
    border-top: solid 2px #fff;
    padding-top: 15px;
}
/* 法规制度 */
.box_detail .detail_left .system_content{
    width: 100%;
    margin-top: 30px;
}
.system_text li{
    display: flex;
    justify-content: space-between;
    padding: 16px 5px;
    border-bottom: dashed 1px #666;
}
.system_text li a{
    display: block;
    width: 500px;
    overflow:hidden;
    white-space:nowrap; 
    text-overflow:ellipsis;
}
/* 服务指南 */
.system_right_content{
    background: #fff !important;
    padding: 6px 0 !important;
}
.system_right_content li{
    /* min-width: 350px; */
	min-height: 76px;
    background-color: #f5f8ff;
    border: solid 1px #bfbfbf;
    font-size: 22px;
    padding-left: 35px;
}
.system_right_content li + li{
    border-top: solid 1px #bfbfbf !important;
}
/* 友情链接 */
.link_content .link_box{
    /* min-width: 351px; */
	min-height: 242px;
    padding: 15px;
}
.link_content .link_box li{
    font-size: 16px;
    color: #333;
}
.link_content .link_box li::before{
    content:"";
    display:block;
    width: 7px;
    height: 5px;
    background-image: url("../img/list_ico.png");
    background-size: cover;
    margin-right: 10px;
}
.link_content .link_box li + li{
    border: none !important;
    margin-top: 0 !important;
}