@charset "utf-8";
.news.listBox {
    min-height: 400px
}
.msqyBox {
    box-shadow: 0px 0px 10px #dedede;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 20px;
}

.msqyBox .msqyT img {
    width: 100%
}

.msqyList {
    background: #f2f6fb;
}

.msqyList li {
    float: left;
    width: 27.33333%;
    margin: 20px 3%;
}

.msqyList li>a {
    width: 45%;
    text-align: center;
    font-size: 16px;
}

.msqyList li>a>p {
    height: 70px;
    line-height: 70px;
}

.msqyList li>a>span {
    color: #0f0f0f;
    display: inline-block;
    line-height: 25px;
}

.msqyList li>a>p img {
    display: inline-block;
}

.msqyList li>p {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 10px;
    background: #fff;
    position: relative;
}

.msqyList li>p img {
    width: 80px;
}

.msqyList li>p::after {
    content: '';
    width: 9px;
    height: 15px;
    background: url(../images/ms_qy_icon1.png) no-repeat;
    left: -9px;
    top: 20px;
    position: absolute;
}

@media (max-width: 1000px){
	#mainWrapper{width:100%}
}
@media (max-width: 767px){
	.msqyList li{width:44%}
}
@media (max-width: 500px){
	.msqyList li{width:94%}
}