﻿@import url("pscroll.css");
/*内页*/
.o_big {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.o_big img {
    width: 100%;
    filter: Alpha(Opacity=0);
    opacity: 0;
}

.postions {
    height: 41px;
    line-height: 41px;
    overflow: hidden;
    background: #f1f1f1;
    color: #919191;
    font-size: 12px;
}

.postions a {
    color: #919191;
}

/*分页*/
.yema {
    width: 100%;
    text-align: center;
    clear: both;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}

.yema a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    overflow: hidden;
    padding-right: 10px;
    min-width: 12px;
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
    color: #757575;
    font-size: 13px;
    border: 1px solid #cccccc;
}

.yema a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0245de;
    border: 1px solid #0245de;
}

.yema a.on {
    color: #fff;
    background-color: #0245de;
    border: 1px solid #0245de;
}

.yema a.first, .yema a.last {
    margin-right: 0;
}

.yema a.first:hover, .yema a.last:hover {
    background-color: #ec2029;
}


/*公司动态*/
.news_bg {
    background-color: #ffffff;
    overflow: hidden;
    padding-top: 1%;
    width: 98%;
    margin: 0 auto;
}

.news_con {
    overflow: hidden;
    width: 62%;
    float: left;
    margin:0 5%;
}

.news_con ul li {
    overflow: hidden;
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 0 solid #cccccc;
    display: block;
    width: 100%;
}

.news_con ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.news_con ul li .imgs {
    width: 19%;
    margin-top: 10px;
    float: left;
    display: inline;
    overflow: hidden;
}

.news_con ul li .imgs img {
    width: 100%; /* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 10px;
}

.news_con ul li .imgs img:hover { /*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.news_con ul li .i_about_r {
    float: right;
    display: inline;
    line-height: 22px;
    width: 78%;
    overflow: hidden;
}

.news_con ul li .i_about_r h3 {
    overflow: hidden;
    font-size: 21px;
    color: #333;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    margin-bottom: 1%;
    height: 34px;
    line-height: 30px;
}

.news_con ul li:hover .i_about_r h3 {
    color: #EEAA11;
}

.news_con ul li .i_about_r label {
    display: block;
    color: #999999;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding-left: 0; /* background:url("../images/news_bg1.png"/*tpa=http://www.myccit.cn/Web/Tpl/new/Public/images/news_bg1.png*/
) left center no-repeat;
    margin-bottom: 1%;
    margin-top: 19px;
}

.news_con ul li .i_about_r .p {
    max-height: 107px;
    overflow: hidden;
    font-size: 14px;
    color: #7b7b7b;
    /*line-height: 31px;*/
}

.news_con ul li .i_about_r .news_more {
    margin-top: 19px;
    width: 106px;
    text-align: center;
    float: left; /* height:34px; *//* line-height:34px; *//* background-color:#f5f5f5; *//* border:1px solid #bababa; */
    color: #999999;
    font-size: 13px;
    transition: all 0.3s;
}

.news_con ul li .i_about_r .news_more a{
    color: #999999;
}

.news_con ul li .i_about_r .news_more a:hover{
    color: #666666;
}

/*.news_con ul li:hover .i_about_r .news_more{  background-color:#0245de; color:#fff;border:1px solid #0245de;}*/
/*.news_con ul li:hover .i_about_r h3{ color:#0245de;}*/
.scon {
    background: none !important;
}

.newscontime {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.brumpnav {
    font-size: 12px;
    margin: 15px auto;
    color: #999;
    max-width: 1200px;
    text-align: right;
}

.brumpnav a {
    color: #666;
}

.newswop {

    width: 98%;

    margin: 0 auto 2%;

    overflow: hidden;
}

.newsconL,
.newsconR
{
    width: 20%;
    background: #0077DD;
    height: 500px;
    border-radius: 10px;
}

.newsconL
{
    float: left;
    margin-left: 5%;
}

.newsconR {
    float: right;
    margin-right: 5%;
}

.newsconL h2 ,
.newsconR h2 {

    text-align: center;
    color: #ffeeaa;
    font-weight: 700;
    border-bottom: 1px solid #ffeeaa;
    padding-bottom: 17px;
    width: 90%;
    margin: 15px auto;
    font-size: 20px;
}

.newsconL a ,
.newsconR a {
    display: block;
    text-align: center;
    color: #fff;
    font-size:14px;
    width: 90%;
    margin: 10px auto;
    line-height: 34px;
}

.newsconL a.active ,
.newsconR a.active {
    background: #fff;
    color: #0077DD;
    border-radius: 5px;
    font-weight: bold;
}

.pagebanner {
    padding-bottom: 40px;
    background: #F6F6F6;
    border-bottom: 1px solid #eee;
}

.pagebanner img {
    width: 100%;
}

/*artical*/
.detail_header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    text-align: center;
    background-color: #eee;
    padding: 10px 0 5px;
}


.detail_header h1 {
    color: #0077DD;
    font-size: 28px;
    font-weight: 700;
    /* height: 47px; */
    line-height: 25px;
}

.detail_header .detail_meta {
    color: #999999;
    font-size: 12px;
    line-height: 25px;
}

.detailcon {
    line-height: 24px;
    text-align: justify;
}

.detailcon h2 ,
.detailcon h3 ,
.detailcon h4 ,
.detailcon h5 ,
.detailcon h6 {
    color: #00a1e9;
}

.detailcon h2 {
    font-size: 20px;
    margin-bottom: 1.2em;
    /*border-left: 10px solid #00a1e9;*/
    /*padding-left: 10px;*/
}

.detailcon h3 {
    font-size: 18px;
    margin-bottom: 1.1em;
}

.detailcon h4 ,
.detailcon h5 ,
.detailcon h6 {
    font-size: 16px;
    margin-bottom: 1em;
}

.detailcon p {
    font-size: 14px;
    margin-bottom: 1.2em;
}

.detailcon img {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
}

.detailcon .article_from{
    text-align: right;
}

.detailcon .article_from a{
    color: #666666;
}

.detailcon .article_from a:hover{
    color: #2e6da4;
}

.slideartical {

}

.boxtit {

    font-size: 19px;

    font-weight: 700;

    border-bottom: 1px solid #ddd;

    padding: 10px 0;
}

.newsartical {

    padding: 10px 0;
}

.newsartical a {
    color: #333;
    padding-left: 20px;
    overflow: hidden;
    background: url("../images/point.png") no-repeat left center;
    font-size: 14px;
    text-align: left;
    line-height: inherit;
}

.newsartical a:hover {
    color: #EECC44;
}

.relictartical img {
    width: 100%;
}

.relictartical a {
    color: #333;
    font-size: 14px;
}

.relictartical a p {
    height: 30px;
    line-height: 30px;
}

.relictartical a {
    color: #333;
}

.relictartical a:hover {
    color: #EECC44;
}

.fangtab span.active {

}

@media screen and (max-width: 1440px) {


    /*公司动态*/
    .news_con ul li .i_about_r h3 {
        font-size: 16px;
        margin-bottom: 0.5%;
    }

    .news_con ul li .i_about_r label {
        margin-bottom: 0.5%;
    }

    .news_con ul li .i_about_r .p {
        line-height: 22px;
        max-height: 44px;
    }

    .news_con ul li .i_about_r .news_more {
        margin-top: 1%;
        height: 32px;
        line-height: 32px;
    }


}

@media screen and (max-width: 1440px) {
    /*内页*/
    /*公司动态*/
    .news_con ul li .i_about_r h3 {
        font-size: 15px;
        margin-bottom: 0.4%;
    }

    .news_con ul li .i_about_r label {
        margin-bottom: 0.4%;
        font-size: 12px;
    }

    .news_con ul li .i_about_r .p {
        line-height: 18px;
        max-height: 36px;
        font-size: 12px;
        margin-top: 1px;
    }

}

@media screen and (max-width: 1440px) {
    /*内页*/
    .o_big {
        background-size: auto 120%;
    }

    /*公司动态*/
    .news_con ul li .i_about_r .news_more {
        margin-top: 0.5%;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }

}

@media screen and (max-width: 960px) {
    /*内页*/
    .o_big {
        background-size: auto 130%;
    }

    /*公司动态*/
    .news_con ul li .i_about_r h3 {
        font-size: 14px;
    }


}

@media screen and (max-width: 960px) {
    /*内页*/
    .o_big {
        background-size: auto 140%;
    }
    .pagebanner{
        padding-bottom: 0;
    }

    /*左右侧栏目调整*/
    .newsconL, .newsconR{
        display: none;
    }
    /*main栏目调整*/
    .news_con{
        width: 100%;
        margin: auto;
    }

    /*面包屑调整*/
    .brumpnav{
        text-align: center;
    }

    /*公司动态*/
    .news_con ul li .i_about_r .news_more {
        display: none;
    }

    .detail_header h1 {
        font-size: 18px;
    }


}

@media screen and(min-width: 320px) and (max-width: 640px) {
    /*内页*/
    .o_big {
        background-size: auto 160%;
    }

    /*公司动态*/
    .news_con ul li .imgs {
        width: 29%;
    }

    .news_con ul li .i_about_r {
        width: 67%;
    }

    .newscontime {
        display: flex;
        border-bottom: 1px solid #ddd;
    }

    .brumpnav {
        display: none;
    }

    .brumpnav a {
        color: #666;
    }

    .newswop {

        width: 98%;

        margin: 0 auto;

        overflow: hidden;
    }

    .newsconL {
        display: none;

    }

    .pagebanner {
        padding-bottom: 0;
        background: #F6F6F6;
        border-bottom: 1px solid #eee;
    }


    .slideartical {

    }

    .boxtit {

        font-size: 19px;

        font-weight: 700;

        border-bottom: 1px solid #ddd;

        padding: 10px 0;
    }

    .newsartical {

        padding: 10px 0;
    }

    .newsartical a {

        color: #000;
        padding-left: 10px;

        overflow: hidden;
        background: url("../images/point.png") no-repeat left center;

    }

    .relictartical {

    }

    .relictartical a {
        color: #000;

    }

    .relictartical a p {
        height: 30px;
        line-height: 30px;
    }

    .fangtab span.active {

    }

    .news_con {
        overflow: hidden;
        width: 100%;
        float: left;
        margin-right: 3%;
    }

    body {
        padding-top: 56px;
    }

}

