*{
    margin: 0;
    padding:0;
    border: none;
    list-style: none;
    text-decoration: none;
}
body{
    font-family: "微软雅黑";
    letter-spacing: 2px;
    color: #363e41;

}
html{
    font-size: 100%
}
.content{
    width: 100%;
    background: #f8f8f8;
    padding-top: 40px;
}
.content .menu_active{
    width: 80%;
    margin: 0 10%;
    background: #ffffff;
    height: 300px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 4px #999999;
    -moz-box-shadow: 2px 2px 4px #999999;	/* Firefox */
    -webkit-box-shadow: 2px 2px 4px #999999;	/* Safari 和 Chrome */
    -o-box-shadow: 2px 2px 4px #999999;	/* Opera */
}
.content .menu_active .list_img{
    width: 50%;
    padding: 30px 5%;
    float: left;
    overflow: hidden;
    height: 200px;

}
.content .menu_active .list_img a{
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: block;
}
.content .menu_active .list_img img{
    width: 100%;

}
.content .menu_active .list_img img:hover{

    animation: imgmove4 2s;
    -moz-animation: imgmove4 2s;	/* Firefox */
    -webkit-animation: imgmove4 2s;	/* Safari 和 Chrome */
    -o-animation: imgmove4 2s;	/* Opera */
}
@keyframes imgmove4
{
    0% {
        width: 100%;
    }
    50%{
        width:105%;
    }
    100%{
        background-size: 100%;
    }
}
.content .menu_active .list_main{
    float: left;
    width: 35%;
    padding-right: 5%;
}
.content .menu_active .list_main h2{

    font-size: 1.2rem;
    padding: 45px 0 20px 0;

}
.content .menu_active .list_main h2 a{
    color: #363e41;
}
.content .menu_active .list_main .list_text{
    font-size: 1rem;
    line-height: 30px;
    height: 100px;
    overflow: hidden;

}
.content .menu_active .list_main .list_time{
    font-size: 0.8rem;
    color: #999999;
    text-indent: 0;
    line-height: 30px;
}
.content .menu_active .list_main .label{
    height: 30px;
    overflow: hidden;
    color: #999999;
    text-indent: 0;
    font-size: 0.8rem;
}
.content .menu_active .list_main .label .label_font{
    float: left;
    line-height: 30px;
}
.content .menu_active .list_main .label .news_label{
    float: left;
    padding: 3px 5px;
    background: #95a1bb;
    color: #ffffff;
    border-radius: 7px;
    margin: 4px 10px;
}
.content  .menu_normal{
    width: 80%;
    margin: 0 10%;
    background: #f8f8f8;
    height: 300px;
    border-bottom: 1px solid #cccccc;
}
.content .menu_normal .list_img{
    width: 50%;
    padding: 30px 5%;
    float: left;
    overflow: hidden;
    height: 200px;
}
.content .menu_normal .list_img img{
    width: 100%;
}
.content .menu_normal .list_main{
    float: left;
    width: 35%;
    padding-right: 5%;
}
.content .menu_normal .list_main h2{

    font-size: 1.2rem;
    padding: 45px 0 20px 0;

}
.content .menu_normal .list_main h2 a{
    color: #363e41;
}
.content .menu_normal .list_main .list_text{
    font-size: 1rem;
    line-height: 30px;
    height: 100px;
    overflow: hidden;

}
.content .menu_normal .list_main .list_time{
    font-size: 0.8rem;
    color: #999999;
    text-indent: 0;
    line-height: 30px;
}
.content .menu_normal .list_main .label{
    height: 30px;
    overflow: hidden;
    color: #999999;
    text-indent: 0;
    font-size: 0.8rem;
}
.content .menu_normal .list_main .label .label_font{
    float: left;
    line-height: 30px;
}
.content .menu_normal .list_main .label .news_label{
    float: left;
    padding: 3px 5px;
    background: #95a1bb;
    color: #ffffff;
    border-radius: 7px;
    margin: 4px 10px;
}
 .jiazai{
    width: 100%;
    padding: 20px 0;
     background: #f5f5f7;
}
.list_more{
    width: 100px;
    height: 40px;
    border: #00a0e9 1px solid;
    background: #00a0e9;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #ffffff;

}
.loading{
    width: 100px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    display: none;

}
/*大屏幕 */
@media (min-width: 1200px) {

}

/*平板电脑和小屏电脑之间的分辨率*/
@media (min-width: 768px) and (max-width: 979px) {
    .content .menu_active .list_main h2{
        font-size: 1rem;
    }
    .content .menu_active .list_main .list_text{
        font-size: 0.8rem;
    }
    .content .menu_normal .list_main h2{
        font-size: 1rem;
    }
    .content .menu_normal .list_main .list_text{
        font-size: 0.8rem;
    }
}

/* 横向放置的手机和竖向放置的平板之间的分辨率*/
@media (max-width: 767px) {
    .content .menu_active{
        width: 96%;
        margin: 0 2% ;
        height: 250px;
    }
    .content .menu_active .list_img{
        width: 40%;
        padding: 20px 3%;
    }
    .content .menu_active .list_main{
        width: 45%;
    }
    .content .menu_active .list_main h2{
        font-size: 0.8rem;
        padding: 20px 3%;
    }
    .content .menu_active .list_main .list_text{
        font-size: 0.8rem;
        letter-spacing: 1px;
    }
    .content .menu_normal{
        height: 250px;
        width: 96%;
        margin: 0 2% ;
    }
    .content .menu_normal .list_img{
        width: 40%;
        padding: 20px 3%;
    }
    .content .menu_normal .list_main{
        width: 45%;
    }
    .content .menu_normal .list_main h2{
        font-size: 0.8rem;
        padding: 20px 3%;
    }
    .content .menu_normal .list_main .list_text{
        font-size: 0.8rem;
        letter-spacing: 1px;
    }
}
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
    .content .menu_active{
        height: 430px;
    }
    .content .menu_active .list_img{
        width: 94%;
        height: 150px;
        overflow: hidden;
    }
    .content .menu_active .list_main{
        width: 94%;
        padding: 0 3%;
    }
    .content .menu_normal{
        height: 430px;
    }
    .content .menu_normal .list_img{
        width: 94%;
        height: 150px;
        overflow: hidden;
    }
    .content .menu_normal .list_main{
        width: 94%;
        padding: 0 3%;
    }
}

