/**CSS Document**/

/*栏目*/
.ms-column-list {
    background: #fff;
    padding: 1rem 0;
}

.ms-column-list ul li{
    padding: 1rem 0;
    border-bottom: 1px solid #e5e5e5;
    display: block;
}

.ms-column-list ul li:last-child{
    border: 0;
}

.ms-column-list ul li:first-child{
    padding-top: 0;
}

.ms-column-list .column-img{
    width: 30%;
    margin-right: 1rem;
}

.ms-column-list .column-img a{
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;
}
.ms-column-list .column-img img{
    position:  absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ms-column-list .column-text{
    width: 65%;
}

.ms-column-list .column-text h2{
    display: block;
    font-size: 1.2rem;
    height: 3.2rem;
    overflow: hidden;
    margin-bottom: 0.6rem;
}

.ms-column-list .column-text h2 a{
    color: #222;

}

.column-text span{
    color: #888;
    font-size: 0.8rem;
}

.column-text .column-a{
    float: left;
    color: #379be9;
    margin-right: 0.3rem;
}

/*加载更多*/

.ms-column-list .ms-move{
    text-align: center;
    margin-top: 1rem;
}

.ms-column-list .ms-move a{
    display: inline-block;
    border-radius: 4px;
    background: #fff;
    font-size: 1.3rem;
    padding: 0.6rem 2rem;
    border: 1px solid #ccc;
    color: #888;
}

.ms-column-list .ms-move i{
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background: url("../images/move.png") no-repeat;
    background-size: 100%;
    float: left;
}

/*内容页*/
.ms-content{
    background: #fff;
}

.ms-content-title{
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.ms-content-title h1{
    display: block;
    font-size: 1.8rem;
    color: #222;
    padding: 1rem 0;
    font-weight: bold;
}

.ms-content-title .ms-content-s{
    text-align: center;
    font-size: 1rem;
}

.ms-content-title .ms-content-s span{
    color: #888;
}

.ms-content-title .ms-content-s span a{
    color: #379be9;
}

.ms-content-p{
    padding: 1rem;
    font-size: 1.4rem;
}

.ms-content-p p, .ms-content-p center{
    margin-bottom: 1.5rem;
    line-height: 2.2rem;
    word-break: break-all;
    word-wrap: break-word;
}

.ms-content-p a{
    color: #009;
}

.ms-content-p img{
    max-width: 100%;
    height: auto;
}

.ms-content-p strong, .ms-content-p b{
    font-weight: bold;
}

.ms-content .wx{
    text-align: center;
    color: #888;
    font-size: 1rem;
    padding-bottom: 1rem;
}

.ms-content .wx span{
    color: red;
}

.ms-linked{
    border-top: 1px solid #ccc;
    background: #fff;
    padding: 1rem 0;
}

.ms-linked h4{
    font-size: 1.4rem;
    border-radius: 4px;
    display: block;
    text-align: center;
    padding: 1rem 0;
    margin:0 5px 10px;
    color: #fff;
    background: #4c98ec;
}

.ms-linked-list ul li{
    display: block;
    font-size: 1.2rem;
    border-bottom: 1px dashed #ccc;
    height: 3rem;
    line-height: 3rem;
    overflow: hidden;
}

.ms-linked-list ul li a{
    color: #666;
}

.ms-linked .ms-bor{
    padding: 0 5px;
}

.ms-linked-tag {
    margin: 1rem 0.5rem 0 0.5rem;
    font-size: 1rem;
}

.ms-linked-tag span{
    color: #888;
    float: left;
}

.ms-linked-tag ul li{
    border: 1px solid #ef6237;
    margin: 0 5px;
    padding: 2px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ef6237;
    display: block;
    float: left;
}

.ms-linked-tag ul li a{
    color: #ef6237;
}

/*相关文章改*/
.ms-flex {
    display: flex;
    align-items: flex-start;
    margin-top: 7.5px;;
}
.ms-flex-img {
    margin-right: 1em;
    width: 106px;
    height: 80px;;
}
.Media-figur img{
    width: 100%;
}
.ms-flex-text {
    flex: 1;
}
.ms-flex-text h2{
    display: block;
    font-size: 16px;
    height: 3.4rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #000;
}
.ms-flex-text p{
    color: #888;
    font-size: 1rem;
    height: 1.2rem;
    overflow: hidden;
}

.ms-flex .noImg h2{
    height: 1.6rem;
}

/*关于我们*/
.ms-about{
    background: #fff;
}

.ms-about .ms-logo img{
    width: 100%;
}

.ms-about .ms-logo{
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
}

.ms-about .ms-i{
    padding: 2rem 0;
}

.ms-about h2{
    display: block;
    border-left: 3px solid #ef6237;
    color: #ef6237;
    font-size: 1.3rem;
    padding-left: 0.5rem;
    height: 1.6rem;
    line-height: 1.6rem;
}

.ms-i p{
    font-size: 1.25rem;
    line-height: 2rem;
    margin-top: 2rem;
}

.ms-contact {
    padding: 1rem 0;
}

.ms-contact dl{
    display: block;
    margin: 1rem 0;
}

.ms-contact dt{
    color: #379be9;
    font-size: 1.3rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

.ms-contact dd{
    font-size: 1.2rem;
}

.ms-contact-b{
    margin-top: 3rem;
}

.ms-contact-a span{
    display: block;
    font-size: 1.1rem;
    margin: 1rem 0;
}

.ms-contact-a span a{
}

.ms-contact-a span i{
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.5rem; display: block;
}

.ms-contact-a span .seo{
    background: url("../images/seo.png") no-repeat;
    background-size: 100%;
}

.ms-contact-a span .pb{
    background: url("../images/pinpai.png") no-repeat;
    background-size: 100%;
}

.ms-contact-a span .gs{
    background: url("../images/guanggao.png") no-repeat;
    background-size: 100%;
}

.ms-contact-a span .mt{
    background: url("../images/meiti.png") no-repeat;
    background-size: 100%;
}

/*菜单*/
.ms-menu{
    background: #fff;
    padding: 1rem 0;
}

.ms-menu dl{
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}

.ms-menu dl dt{
    float: left;
    display: block;
    width: 15%;
    font-size: 1.3rem;
}

.ms-menu dl dd{
    float: left;
    display: block;
    width: 85%;
    font-size: 1.2rem;
}

.ms-menu dl dd a{
    margin-right: 1rem;
    margin-bottom: 1rem;
    display: block;
    float: left;
    color: #666;
}

/*
.no-column a{
    display: inline-block;
    border: 1px solid #379be9;
    color: #379be9;
    margin-right: 1rem;
    margin-top: 1rem;
    padding: 0.5rem 1.5rem;
    text-align: center;
    border-radius: 4px;
}
*/

.no-c a{
    display: inline-block;
    width: 25%;
    float: left;
    padding: 1rem 0;
    font-size: 1.3rem;
    text-align: center;
}

/**文章底部项目推荐**/
.xm-m {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    text-align: center;
}

.xm-m h4{
    color: #379be9;
    border-left: 3px solid #379be9;
    margin-left: 4px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.column {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
}

.column a{
    padding: 4px;
    width: 100%;
}

.column a img{
    display: block;
    width: 100%;
    margin-right: 5px;
}

.column a p{
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 13px;
}

.xm-m-img{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
}

.xm-m-img img {
    position:  absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**TAG**/
.tag-m {
    padding: 1.5rem;
    font-size: 1.4rem;
    background-color: #fff;
    border-bottom: 10px solid #e5e5e5;
    padding-bottom: 1rem;
}

.tag-m h1 {
    font-weight: bold;
    font-size: 2rem;
    margin: 1rem 0 1.5rem 0;
}

.tag-m p {
    color: #666;
    font-size: 1.2rem;
    line-height: 2.4rem;
}

.tag-m img {
    float: left;
    margin-right: 1rem;
    width: 8rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
