a {
    text-decoration: none;
}

.active {
    border-bottom: 2px solid #eb4e3e !important;
}

header {
    border-bottom: 2px solid #eee;
    width: 100%;
}

.foot {
    position: relative;
    bottom: 0px;
    left: 0px;
    border-top: 1px solid #eee;
}

.bannerContent > img {
    display: block;
    width: 100%;
}

.content {
    background: rgba(0, 0, 0, 0.2);
}

.pageTitleContent {
    height: 200px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: url(../img/breadcrumbs.png) repeat;
}

.pageTitle {
    display: none;
    letter-spacing: 4px;
    text-shadow: 2px 2px 2px #999;
    font-size: 50px;
    color: #555;
    font-weight: 500;
}

.main {
    padding-bottom: 140px;
}

.mainTitle {
    text-align: Center;
    padding: 80px 0 60px 0;
}

.NewsBrief {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    height: 320px;
    min-height: 320px;
}

.imgContent, .brief {
    float: left;
    width: 50%;
}

.imgContent > a {
    display: block;
    width: 100%;
}

.imgContent > a > img {
    display: block;
    width: 100%;
}

.brief {
    height: 100%;
    background: #f9f9f9;
    padding: 8% 5%;
    text-align: center;
}

.brief > a {
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.brief > a > strong {
    display: block;
    font-size: 18px;
    color: #333;
}

.brief > a > strong > img {
    width: 18px;
    height: 18px;
    margin-right: 20px;
}

.brief > a > span {
    color: #666;
    font-size: 14px;
    text-align: left;
    display: block;
    margin-top: 33px;
}

/*detail*/
.pageTitle_detail {
    padding: 28px 0;
    background: #f0f0f0;
    margin-top: 0;
}

.pageTitle_detail > h2 {
    width: 52%;
    font-size: 16px;
    margin: 0 auto;
}

.pageTitle_detail .h22 {
    width: 52%;
    font-size: 16px;
    margin: 0 43%;
}

.pageTitle_detail > h2 > img {
    margin-right: 10px;
}

.article {
    width: 50%;
    margin: 0 auto;
}

.article > h3 {
    padding: 20px 0;
}

.article > p {
    color: #999;
}

.activeColor {
    color: #999;
}

.activePad {
    padding: 15px 0;
}
.activePads {
    padding: 0 0 15px 0;
}

.h3_1 {
    font-size: 28px;
    font-weight: 900;
    padding-bottom: 0px !important;
    text-align: center;
}

.h3_11 {
    font-size: 28px;
    font-weight: 900;
    padding-bottom: 0px !important;
    text-align: center
}

.h3_111 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 0px !important;
    text-align: center
}

.h3_normal {
    font-size: 22px;
    color: #666;
    font-weight: 600;
}

.small {
    margin-bottom: 20px !important;
    display: block !important;
    color: #999;
    padding-left: 10%;
}

.navigation {
    float: left;
    display: inline-block;
    width: 230px;
    margin-left: 16%;
    font-size: 16px;
}

.navigation .active {
    background: red;
    color: #fff;
    font-weight: bold;
    border: 1px solid red;
}

.size_b {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}

.size_color {
    padding: 4px;
    color: red;
}

.vav_lis {
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #CECECE;
    border-radius: 5px;
    margin: 3px 0;
}

.nav_right {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 60%;
}

.frame {
    border: 0;
}

.originally {
    display: inline-block;
    margin-top: 20px;
    padding: 4px 10px;
    background: #F0F0F0;
    color: #999;
    font-weight: bold;
}

.titBold {
    color: #000000;
    font-weight: 900;
}

@media screen and (max-width: 600px) {
    .h22{
        margin: 0 auto !important;
   }
    .navigation{
        text-align: center;
        margin-left:20%;
    }
    .nav_right{
        width: 100%;
    }
    .activePad{
        width: 100%;
    }
    .index_tit{
        height: 100% !important;
    }
}
