﻿@charset "utf-8";
/*---------------------------------------------------------
ztzl styles
---------------------------------------------------------*/

body {
    background-color: #f4f5f9;
}

#container {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

/* 通用部分 */
.row_title {
    height: 34px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.row_title span {
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #18509f;
    border-bottom: 3px solid #184a8a;
}

.container_row1,
.container_row2 {
    padding: 20px;
}

/* 模块一 */
.container_row1 .swiper-slide {
    line-height: 27px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    background: url(xy_ztzl_rdzt_bg.png) no-repeat center;
    background-size: cover;
}

.container_row1 .swiper-slide a {
    width: 100%;
    height: 105px;
    color: #1658a0;
    padding: 0 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_row1 .swiper-button-next,
.container_row1 .swiper-button-prev {
    width: 31px;
    height: 64%;
    margin-top: 20px;
    top: 0;
}

.container_row1 .swiper-button-prev,
.container_row1 .swiper-container-rtl .swiper-button-next {
    left: 0;
    background: url(xy_icon_left.png) center no-repeat;
}

.container_row1 .swiper-button-next,
.container_row1 .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background: url(xy_icon_right.png) center no-repeat;
}

.container_row1 .mobile_rdzt {
    display: none;
}

/* 模块二 */
.container_row2 .row_list_content {
    margin: 0 -20px;
}

.container_row2 .row_list_content li {
    width: 33.333%;
    padding: 0 20px 20px;
}

.container_row2 .row_list_content li a {
    width: 100%;
    height: 100%;
    line-height: 50px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    background: url(xy_ztzl_zwzt_icon.png) no-repeat 24px center #f5faff;
    border: 1px solid #9e9e9e30;
    border-radius: 10px;
    padding: 0 18px 0 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container_row2 .row_list_content li a:hover {
    color: #1658A0;
    border: 1px solid #1964b1;
    transition: all ease-in .4s;
}

/* 手机端 */
@media (max-width: 480px) {
    #container {
        width: 100%;
        padding: 60px 0 0;
    }

    .container_row1 .mobile_rdzt {
        display: block;
    }

    .container_row1 .pc_rdzt {
        display: none;
    }

    .container_row2 .row_list_content li {
        width: 100%;
    }
}