@charset "utf-8";

/* CSS Document */

.fix {
    position: fixed;
    right: 0px;
    top: calc(50% - 75px);
    width: 260px;
    z-index: 99;
}
.fix2 {
    position: fixed;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 260px;
    z-index: 99;
}

.fix2 a{
    display: block;
}
.fix2 a:nth-child(1){
    margin-bottom: 50px;
}
.content {
    overflow: hidden;
}

.mode01 {
    max-width: 1200px;
    overflow: hidden;
    margin: 25px auto 33px auto;
}

.mode01 .lf {
    width: 48.8%;
    float: left;
}

.mode01 .rt {
    width: 48.8%;
    float: right;
}

.articleTitle01 {
    height: 50px;
    line-height: 45px;
    margin-bottom: 15px;
    position: relative;
}

.articleTitle01:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, #ffc20e, #012663);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ffc20e, #012663);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ffc20e, #012663);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ffc20e, #012663);
    /* 标准*/
}

.articleTitle01 .title {
    font-size: 2.2em;
    color: #002663;
    font-weight: bold;
}

.articleTitle01 .more {
    float: right;
    padding: 12px 0;
}

.articleTitle01 .more a {
    float: right;
    display: block;
    width: 22px;
    height: 21px;
    background: url(../images/more.png) no-repeat;
}

.articleTitle01 .more a:hover {
    background: url(../images/morehover.png) no-repeat;
}

.articleList01 ul {
    overflow: hidden;
}

.articleList01 ul li {
    overflow: hidden;
    border-bottom: #c9cacb 1px solid;
    padding: 7px 0;
}

.articleList01 ul li:first-child {
    border-top: #c9cacb 1px solid;
}

.articleList01 ul li a {
    display: block;
    font-size: 1.6em;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.articleFirst {
    overflow: hidden;
    margin-bottom: 10px;
}

.articleImg {
    width: 150px;
    float: left;
}

.articleImg a {
    display: block;
    height: 0;
    padding-bottom: 67%;
    overflow: hidden;
}

.articleText {
    margin-left: 168px;
}

.articleText a {
    font-size: 1.6em;
    color: #333;
    margin-bottom: 8px;
    display: block;
    height: 22px;
    overflow: hidden;
}

.articleText p {
    font-size: 1.4em;
    display: block;
    height: 42px;
    line-height: 20px;
    overflow: hidden;
}

.articleList01 .rightDate {
    float: right;
    background: url(../images/time.png) no-repeat left center;
    padding-left: 18px;
    font-size: 12px;
    color: #6e6f72;
    padding-top: 7px;
    padding-bottom: 7px;
}


/*图片轮播*/


/*FlexSlider默认样式*/

.articleBanner {
    overflow: hidden;
    position: relative;
}

.articleBanner .flexslider {
    width: 100%;
    background: #fff;
    position: relative;
    zoom: 1;
    overflow: hidden;
}

.articleBanner .flexslider ul li {
    list-style: none;
    position: relative;
}

.articleBanner .flexslider ul li .slideImg {
    display: block;
    height: 0;
    padding-bottom: 8.4%;
    overflow: hidden;
}

.articleBanner .flexslider ul li img {
    border: none;
    width: 100%;
}

.articleBanner .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.articleBanner .loading .flex-viewport {}

.articleBanner .flexslider .slides {
    zoom: 1;
    width: 100%;
    padding: 0;
}

.articleBanner .carousel li {
    margin-right: 5px;
}


/*icon小点*/

.articleBanner .flex-control-nav {
    width: auto;
    position: absolute;
    bottom: 35px;
    right: 17%;
    text-align: center;
    z-index: 9;
    display: none;
}

.articleBanner .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.articleBanner .flex-control-paging li a {
    float: left;
    width: 8px;
    height: 8px;
    display: block;
    background: none;
    border: #d9b26f 1px solid;
    border-radius: 50%;
    cursor: pointer;
    text-indent: -9999px;
}

.articleBanner .flex-control-paging li a:hover,
.articleBanner .flex-control-paging li a.flex-active {
    background: #d9b26f;
    border: #d9b26f 1px solid;
}

.articleBanner .slides h4 a {
    color: #fff;
    opacity: 1.0;
    font-size: 14px;
    text-decoration: none;
}

.articleBanner .slides h4 a:hover {
    color: #fff;
    font-size: 14px;
}

.articleBanner .flexslider ul li .slideTxt {
    width: 98%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    margin: 1%;
    padding: 1% 0;
    border: #b4c1d4 1px solid;
}

.articleBanner .flexslider ul li .slideTxt a {
    font-size: 3.8em;
    color: #fff;
}

.flex-direction-nav {
    display: none;
}

.articleList02 ul {
    overflow: hidden;
}

.articleList02 ul li {
    overflow: hidden;
    border-bottom: #c9cacb 1px solid;
    padding: 9px 0;
}

.articleList02 ul li a {
    display: block;
    font-size: 1.6em;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.articleList02 .rightDate {
    font-size: 12px;
    color: #002663;
    float: left;
    display: block;
    width: 50px;
    height: 23px;
    border: #ddd 1px solid;
    background: #e2efff;
    text-align: center;
    line-height: 23px;
    margin-right: 10px;
}

.mode02 {
    max-width: 1200px;
    overflow: hidden;
    margin: 25px auto;
}

.mode03 {
    max-width: 1200px;
    margin: 30px auto 35px auto;
    overflow: hidden;
}

.mode03 .lf {
    width: 48.8%;
    float: left;
}

.mode03 .rt {
    width: 48.8%;
    float: right;
}

.articleList04 ul {
    overflow: hidden;
}

.articleList04 ul li {
    overflow: hidden;
    border-bottom: #c9cacb 1px solid;
    padding: 7px 0;
    position: relative;
    padding-left: 12px;
}

.articleList04 ul li:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: url(../images/li.png) no-repeat left center;
    position: absolute;
    left: 0;
    top: 18px;
}

.articleList04 ul li a {
    display: block;
    font-size: 1.6em;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.articleList04 .rightDate {
    float: right;
    background: url(../images/time.png) no-repeat left center;
    padding-left: 18px;
    font-size: 12px;
    color: #6e6f72;
    padding-top: 7px;
    padding-bottom: 7px;
}

.articleList05 ul {
    overflow: hidden;
}

.articleList05 ul li {
    overflow: hidden;
    border-bottom: #c9cacb 1px solid;
    padding: 8px 0;
    position: relative;
    padding-left: 12px;
}

.articleList05 ul li:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: url(../images/li.png) no-repeat left center;
    position: absolute;
    left: 0;
    top: 18px;
}

.articleList05 ul li:first-child {
    border-top: #c9cacb 1px solid;
}

.articleList05 ul li a {
    display: block;
    font-size: 1.6em;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.articleList05 .rightDate {
    float: right;
    background: url(../images/time.png) no-repeat left center;
    padding-left: 18px;
    font-size: 12px;
    color: #6e6f72;
    padding-top: 7px;
    padding-bottom: 7px;
}

@media screen and (max-width:1200px) {
    .mode01,
    .mode02,
    .mode03 {
        margin: 25px;
    }
}

@media screen and (max-width:1024px) {
    .mode01 .lf,
    .mode01 .rt,
    .mode03 .lf,
    .mode03 .rt {
        width: 100%;
        float: none;
    }
    .mode01 .lf,
    .mode03 .lf {
        margin-bottom: 15px;
    }
    .articleBanner .flexslider ul li .slideImg {
        padding-bottom: 10.4%;
    }
    .articleBanner .flexslider ul li .slideTxt {
        padding: 1.4% 0;
    }
}

@media screen and (max-width:1023px) {
    .fix,.fix2,.fix3 {
        display: none;
    }
}

@media screen and (max-width:992px) {
    .articleBanner .flexslider ul li .slideImg {
        height: 85px;
        padding-bottom: 0;
    }
    .articleBanner .flexslider ul li .slideTxt {
        width: 94%;
        margin: 10px;
        padding: 0;
        height: 63px;
        line-height: 63px;
    }
    .articleBanner .flexslider ul li .slideTxt a {
        font-size: 2.2em;
        font-weight: bold;
    }
}

@media screen and (max-width:767px) {
    .articleList01 ul li a,
    .articleList02 ul li a,
    .articleList04 ul li a,
    .articleList05 ul li a,
    .articleText a {
        font-size: 1.4em;
    }
    .articleText p {
        font-size: 1.2em;
    }
    .articleTitle01 .title {
        font-size: 2.0em;
    }
}