﻿@charset "utf-8";

*{
    text-decoration: none !important;
}
.title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    display: block;
    margin-top: 20px;
}

.cate_child{
    width: 1200px;
    margin: 30px auto;
    text-align: center;
}
.cate_child>a{
    padding: 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #000;

    -webkit-transition: .6s all;
    -moz-transition: .6s all;
    -ms-transition: .6s all;
    -o-transition: .6s all;
    transition: .6s all;
}

.cate_child>a:hover{
    border: 0;
    color: #ffffff;
    background: #f85209;
}

.articles{

    width: 24%;
    float: left;
    margin: 13px;
    min-height: 200px;

    box-shadow: 0px 0px 5px #eeeeee;

    -webkit-transition: .6s all;
    -moz-transition: .6s all;
    -ms-transition: .6s all;
    -o-transition: .6s all;
    transition: .6s all;


    border: 2px solid rgba(0,0,0,0);

}
.articles:hover{
    border: 2px solid #58d969;
}

.articles>a>img{
    margin-bottom: 20px;
    max-height: 260px;
}

.articles>a>span{
    font-size: 21px;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}
.articles>a>p{
    padding: 4%;
    color: #B4BBBF;
font-size: 16px;
}


/*
内容页
*/

.mianbao{
    background: #EEEEEE;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: 微软雅黑;
}
.mianbao>p{
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
}
.mianbao a{
    color: #F84215;
}