/*背景渐变色*/
.linear-gradient {
    background: linear-gradient(to bottom, #C4DFFD 0%, #F4F7FC 20%);
}

.zx-content {
    margin: 0 2rem;
}

.news {
    background-color: #FFFFFF;
    width: 100%;
    height: 7.6rem;
    margin: .375rem 0;
}

.news .news_left {
    float: left;
    width: 55%;
    height: 6.3rem;
    margin-top: .375rem;
}

.news .news_right {
    float: right;
    width: 45%;
    height: 6.9rem;
    margin-top: .375rem;
}

/*新闻图片s*/
.title_line {
    display: inline-block;
    float: left;
    width: 89%;
    height: .625rem;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    font-size: .3rem;
    color: #000000;
    border-bottom: .03rem solid #A7CCED;
}

.ico_img {
    float: left;
    width: .625rem;
    height: .625rem;
    margin-left: .25rem;
}

.title_line span {
    margin-left: 10px;
    line-height: 0.625rem;
}

.title_line span i {
    color: #0083D5;
}

.title_line a {
    font-weight: 400;
    float: right;
    line-height: 0.625rem;
    margin-right: .125rem;
    font-size: .25rem;
    color: #AFB0B1;
}

.title_line a:hover {
    color: red;
}

/*新闻图片*/
.yx-rotaion {
    top: .375rem;
    width: 95% !important;
    height: 94% !important;
    margin-left: .25rem;
}

.yx-rotation-title {
    position: absolute;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    background: #1B5693;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    left: 0;
    bottom: 0;
    _bottom: -0.01rem;
    z-index: 1;
}

/*新闻切换*/
.yx-rotaion .rotaion_list {
    position: absolute;
}

.yx-rotaion .rotaion_list li {
    width: 100%;
    height: 100%;
}

.yx-rotaion .rotaion_list li img {
    width: 100% !important;
    height: 100% !important;
}

.yx-rotaion-title,
.yx-rotation-focus,
.yx-rotation-t {
    position: absolute
}

.yx-rotation-t {
    color: #fff;
    font-size: .3rem;
    font-family: "Source Han Sans CN VF";
    font-weight: 500;
    z-index: 2;
    bottom: 0;
    left: .25rem;
    line-height: .8rem;

}

/*点*/
.yx-rotation-focus {
    right: .25rem;
    bottom: .3rem;
    z-index: 2;
}

.yx-rotation-focus span {
    position: relative;
    width: .2rem;
    height: .2rem;
    background: rgb(255, 255, 255, .5);
    display: block;
    border-radius: .15rem;
    margin-left: .0625rem;
    float: left;
    cursor: pointer;
    text-indent: -9999px;
}

.yx-rotation-focus span.hover {
    width: .35rem;
    background: #398fd7
}

/*左右切换*/
.yx-rotaion-btn {
    top: 50%;
    margin-top: -0.125rem;
}

.yx-rotaion-btn span {
    width: .74rem;
    height: .74rem;
    cursor: pointer;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    position: relative
}

.yx-rotaion-btn .left_btn {
    float: left;
    left: .125rem;
    background: url(ico-z.png) no-repeat;
    position: absolute;
    top: 50%;
}

.yx-rotaion-btn .right_btn {
    float: right;
    right: 0.1rem;
    background: url(ico-y.png) no-repeat;
    position: absolute;
    top: 50%;
}

.yx-rotaion-btn span.hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8
}

.rotaion_list {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*新闻图片切换end*/

/*新闻列表s*/
.dot {
    display: inline-block;
    background-color: #2C84D5;
    border-radius: 50%;
    width: .125rem;
    height: .125rem;
    margin: 0 .125rem;
}

.zczx_list {
    width: 93%;
    height: 94%;
    margin-left: .25rem;
    margin-top: 1rem;
}

.zczx_list ul li {
    width: 100%;
    font-size: .275rem;
    line-height: .8rem;
    background-color: #F4F9FF;
    margin-bottom: .2rem;
    padding: 0 .1875rem;
}

.zczx_list ul li:hover {
    color: #2C84D5;
}

.zczx_list ul li span {
    float: right;
    font-family: "Source Han Sans CN VF";
    font-weight: 400;
    font-size: .25rem;
    color: #999999;
    line-height: 37px;
}

/*新闻列表end*/

/*新闻图片end*/

/*广告图片*/
.adv_img {
    width: 100%;
}

.adv_img a img {
    height: 4rem;
    width: 100%;
}

.title_line_long {
    width: 95%;
    height: .6rem;
    margin-bottom: .25rem;
}

.rlzy_content {
    width: 100%;
    background-color: #FFFFFF;

}

.rlzy_title {
    padding-top: .25rem;
    height: 1rem;
}

.rlzy_center {
    margin: .375rem .2rem;
}

.rlzy_list ul li {
    display: inline-block;
    background: url(ico_rlzy_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 97%;
    height: 1rem;
    margin: .2rem .16rem .2rem;
    line-height: 1rem;
    text-align: center;
    font-family: "Source Han Sans CN VF";
    font-weight: 500;
    font-size: .3125rem;
    color: #000000;
}

.rlzy_list ul li:hover {
	color: #2C84D5;
}