.head {
	background-image: url(../imgs/bg_1.png);
	background-size: 100% 100%;
	height: 584px;
}

.head-logo img {
	margin-top: 38px;
}

.head-logo>span {
	float: right;
	margin-top: 38px;
	font-size: 0;
}

.head-logo>span a {
	color: #075A91;
	width: 114px;
	height: 36px;
	opacity: 0.8;
	background: #ffffff;
	border: 1px solid #075A91;
	border-radius: 18px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
	margin: 0 10px;
	letter-spacing: 1px;
}

.head-logo>span a:hover {
	color: #F6F8F9;
	background-color: #075A91;
}

/*  */
.content_img {
    /* display: flex; */
    margin-top: 60px;
    margin-bottom: 57px;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}
.content_img a{
    margin: 9px;
}

.content_title {
    margin-bottom: 40px;
    line-height: 45px;
    background-color: #EFF1F3;
}

.content_title_left {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background-color: #3062B9;
    width: 196px;
}

.xzzfbm {
    margin: 0 -15px 70px;
}

.xzzfbm li {
    display: inline-flex;
    justify-content: space-between;
}

.lis_1 {
    height: 50px;
    line-height: 50px;
    color: #303030;
    text-align: left;
    display: inline-flex;
    align-items: center;
    margin: 15px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #3062b9;
    border-radius: 5px;
    padding-left: 30px;
}

.lis_1 span {
    padding: 0 17px;
    color: #245399;
    font-size: 16px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}
/* ie浏览器11 */
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none){
    .lis_1 span{
        white-space: nowrap;
       }
 }

 @media screen and (min-width:0\0) and (min-resolution: .001dpcm) {
    /*IE9 CSS*/
    .lis_1 {
        height: 50px;
        line-height: 50px;
        color: #303030;
        text-align: left;
        display: block;
        align-items: center;
        margin: 15px;
        width: calc( 100% - 60px );
        background: #ffffff;
        border: 1px solid #3062b9;
        border-radius: 5px;
        padding-left: 30px;
    }
}
@media screen\0 {
    .lis_1 {
        height: 50px;
        line-height: 50px;
        color: #303030;
        text-align: left;
        display: block;
        align-items: center;
        margin: 15px;
        width: calc( 100% - 60px );
        background: #ffffff;
        border: 1px solid #3062b9;
        border-radius: 5px;
        padding-left: 30px;
    }
}
 
.popups {
    display: none;
    position: absolute;
    border: 1px solid #3062B9;
    background-color: #F5F9FF;
    z-index: 66;
    padding: 10px 10px 30px;
    left: 15px;
    border-radius: 5px;
    width: 95px;
    top: 75px;

}

.popups::before {
    content: '';
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-bottom-color: #3062B9;
    top: -14px;
    left: 26px;
    position: absolute;
}

.popups::after {
    content: '';
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-bottom-color: white;
    top: -13px;
    left: 26px;
    position: absolute;
}

.popups li {
    border-bottom: 1px dashed #707070;
    text-align: center;
    display: block;
    padding: 10px 5px 5px;
    color: #303030;
}
.popups li a{
    color: #303030;
    font-size: 12px;
}
.popups li:hover a span{
    color: #075A91;
}
.posis{
    position: relative;
}
