.mandate{
    min-height: 730px;
    background: url("../images/背景.png") no-repeat;
    background-size: 100% 100%;
}
.mandate-title{
    padding-top: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #f45044;
    text-align: center;
}
.mandate-content{
    padding-top: 25px;
    text-align: center;
}
.mandate-content div{
    display: inline-block;
    margin: 0 auto;
}
.mandate-content div p{
    line-height: 22px;
    padding-bottom: 5px;
    color: #000000;
    text-align: left;
    font-size: 16px;
}
.mandate-content div p i{
    display: inline-block;
    position: relative;
    top: 8px;;
    width: 24px;
    height: 24px;
    padding-right: 26px;
}
.governContent{
	font-size: 18px;
}
/*20170721横屏跟pc端显示的一样*/
/* @media(min-width: 768px) and (max-width: 991px){
	.governContent{
	   font-size: 12px;
    }
}
@media (max-width: 767px) {
    .mandate{
        min-height: 580px;
    }
    .mandate-title{
        padding-top: 55px;
    }
	.governContent{
	   font-size: 8px;
    }
}
@media (max-width: 650px) {
    .mandate-content div{
        width: 220px;
    }
} */
.main-content-jj{
    border-radius: 26px;
    background-color: #fff;
    opacity: 0.8;
    min-height: 300px;
    margin: auto;
    width: 78.5%;
}
.attachment-jj{
    height: 47px;
    color:#088bfd;
    background-color: #000000;
    width: 100%;
    margin: 5px -25px 5px 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0.6;
    line-height: 47px;
    padding: 0 2px;
}