.list {
    width: 96%;
    margin: 0 auto;
}


.list_title {
    width: 100%;
    font-size: 20px;
    color: #fff;
    background-color: #f4f4f4;
    margin-top: 20px;
}

.list_title p {
    display: inline-block;
    padding: 10px 30px;
    background-color: #1061a6;
}




.list_container {
    width: 100%;
}

.list_container ul {
    min-height: 500px;
    padding: 10px 0 20px;
}

.list_container ul li {
    padding: 5px 0;
}

.list_container ul li a {
    display: block;
    font-size: 16px;
    overflow: hidden;
}

.list_container ul li a p {
    float: left;
    width: 90%;
    text-indent: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    background: url(../jpg/7vza7e.jpg) no-repeat;
    background-position: 0 50%;
    transition: all 0.4s linear;
}

.list_container ul li a span {
    display: block;
    float: right;
    color: #8c8c8c;
}

.list_container ul li a:hover p {
    text-indent: 25px;
}




.photo_list {
    width: 100%;
    overflow: hidden;
    margin-top: 18px;
}

.photo_list_left {
    float: left;
    width: 20%;
}

.photo_list_left div {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #1e89db;
    padding: 9px 0;
    margin-bottom: 18px;
}

.photo_list_left ul {
    width: 100%;
    min-height: 596px;
    background-color: #eff1f6;
}

.photo_list_left ul li {
    border-bottom: 2px solid #fff;
}

.photo_list_left ul li a {
    display: block;
    font-size: 18px;
    text-align: center;
    position: relative;
    padding: 5px 0;
}

.photo_list_left ul li a span {
    display: block;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}

.photo_list_left ul li a img {
    transition: all 0.4s linear;
    position: absolute;
    top: 36%;
    right: 7%;
    transform: rotate(180deg);
}

.photo_list_left ul li a.on {
    font-weight: bold;
    color: #1e89db;
    background-color: #d9e1ec;
}

.photo_list_left ul li a.on img {
    transform: rotate(270deg);
}

.photo_list_left ul li a:hover {
    font-weight: bold;
    color: #1e89db;
    background-color: #d9e1ec;
}

.photo_list_left ul li a:hover img {
    transform: rotate(270deg);
}

.photo_list_right {
    float: right;
    width: 78%;
}

.photo_list_right.width100 {
    width: 100%;
}

.photo_list_right.gdfmw100 {
    width: 100%
}

.photo_list_right.width100>ul li {
    width: 278px;
    margin-left: 13.33px;
}

.photo_list_right.gdfmw100 .have_fm li {
    width: 198px !important;
    height: 270px;
    
    margin: 20px 0 20px 40px;
    border: 6px solid #E7E2DE;
    background: url(../png/ngf015.png) no-repeat;
    background-size: 100% 100%;
}

.photo_list_right.gdfmw100 .have_fm li a {
    width: 100%;
    display: block;
}

.photo_list_right.gdfmw100 .have_fm li img {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    width: 120px;
}

.photo_list_right.gdfmw100 .have_fm li .ul_title {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
}

.photo_list_right.gdfmw100 .have_fm li .info_ul {
    
}

.photo_list_right.gdfmw100 .have_fm li p {
    color: #358AC5;
    font-size: 12px;
}

.photo_list_right.gdfmw100 .have_fm li .info_ul span {
    display: block;
    line-height: 25px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.photo_list_right.width100>ul li img {
    width: 278px;
    height: 70px;
}

.photo_list_right div.photo_lr_title {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
}

.photo_list_right div.photo_lr_title p {
    display: inline-block;
    padding: 8px 24px;
    background-color: #1e89db;
}

.photo_list_right ul {
    width: 100%;
    overflow: hidden;
}

.photo_list_right ul li {
    float: left;
    width: 22%;
    margin-top: 20px;
    margin-left: 4%;
}

.photo_list_right ul li a {
    display: block;
    font-size: 16px;
    text-align: center;
}

.photo_list_right ul li a img {
    width: 100%;
    height: 120px;
}

.photo_list_right ul li a p {
    width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 5px;
    margin: 0 auto;
}




.ztzl_list {
    width: 100%;
}

.ztzl_list ul {
    width: 100%;
    overflow: hidden;
}

.ztzl_list ul li {
    float: left;
    width: 22%;
    margin-top: 20px;
    margin-left: 4%;
}

.ztzl_list ul li a {
    display: block;
    font-size: 16px;
    text-align: center;
}

.ztzl_list ul li a img {
    width: 100%;
    height: 80px;
}

.ztzl_list ul li a p {
    width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 5px;
    margin: 0 auto;
}




.nav_list {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    overflow: hidden;
}

.nav_list_main {
    float: left;
    width: 20%;
}

.nav_list_title {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #1e89db;
    padding: 9px 0;
    margin-top: 18px;
}

.nav_list_nav_main {
    width: 100%;
    margin-top: 20px;
}

.nav_list_nav_main ul {
    min-height: 596px;
    background-color: #eff1f6;
}

.nav_list_nav_main ul li {
    border-bottom: 2px solid #fff;
}

.nav_list_nav_main ul li a {
    display: block;
    font-size: 18px;
    text-align: center;
    position: relative;
    padding: 5px 0;
}

.nav_list_nav_main ul li a span {
    display: block;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}

.nav_list_nav_main ul li a img {
    transition: all 0.4s linear;
    position: absolute;
    top: 36%;
    right: 7%;
    transform: rotate(0deg);
}

.nav_list_nav_main ul li a.on {
    font-weight: bold;
    color: #1e89db;
    background-color: #d9e1ec;
}

.nav_list_nav_main ul li a.on img {
    transform: rotate(90deg);
}

.nav_list_nav_main ul li a:hover {
    font-weight: bold;
    color: #1e89db;
    background-color: #d9e1ec;
}

.nav_list_nav_main ul li a:hover img {
    transform: rotate(90deg);
}

.nav_list_list {
    float: right;
    width: 78%;
}

.nav_list_list_title {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 18px;
    overflow: hidden;
}

.nav_list_list_title p {
    display: inline-block;
    padding: 8px 24px;
    background-color: #1e89db;
}

.nav_list_list_container {
    width: 100%;
}

.nav_list_list_container ul {
    padding: 15px 0 5px;
}

.nav_list_list_container ul li {
    padding: 5px 0;
}

.nav_list_list_container ul li a {
    display: block;
    font-size: 16px;
    overflow: hidden;
}

.nav_list_list_container ul li a p {
    float: left;
    width: 88%;
    text-indent: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    background: url(../jpg/7vza7e.jpg) no-repeat;
    background-position: 0 50%;
    transition: all 0.4s linear;
}

.nav_list_list_container ul li a span {
    display: block;
    float: right;
    color: #8c8c8c;
}

.nav_list_list_container ul li a:hover p {
    text-indent: 25px;
}


.sjly {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.sjly .ly {
    padding-left: 20px;
}


@media (max-width: 760px) {
    .list {
        width: 94%;
    }

    
    .list_title {
        font-size: 16px;
    }

    .list_title p {
        padding: 7px 14px;
    }

    .list_container ul {
        min-height: auto;
        padding: 10px 0;
    }

    .list_container ul li a {
        font-size: 14px;
    }

    .list_container ul li a p {
        width: 70%;
    }

    
    .photo_list_left,
    .photo_list_right {
        float: none;
        width: 100%;
    }

    .photo_list_left ul {
        min-height: auto;
        margin-bottom: 15px;
    }

    .photo_list_left div,
    .photo_list_right div.photo_lr_title {
        font-size: 18px;
    }

    .photo_list_right ul li {
        float: none;
        width: 100%;
        margin: 10px auto;
    }

    .photo_list_right ul li a {
        font-size: 14px;
    }

    .photo_list_right ul li a img {
        width: 94%;
        height: 162px;
    }

    .photo_list_right ul li a p {
        width: 90%;
    }

    
    .ztzl_list ul li {
        float: none;
        width: 100%;
    }

    
    .nav_list_main,
    .nav_list_list {
        float: none;
        width: 100%;
    }

    .nav_list_title {
        font-size: 18px;
        margin-top: 10px;
    }

    .nav_list_nav_main {
        margin-top: 10px;
    }

    .nav_list_nav_main ul {
        min-height: auto;
    }

    .nav_list_nav_main ul li a {
        font-size: 16px;
    }

    .nav_list_list_title {
        font-size: 18px;
        margin-top: 10px;
    }

    .nav_list_list_title p {
        width: 100%;
        text-align: center;
        padding: 9px 0;
    }

    .nav_list_list_container ul {
        padding: 10px 0 0;
    }

    .nav_list_list_container ul li {
        padding: 2px 0;
    }

    .nav_list_list_container ul li a {
        font-size: 14px;
    }

    .nav_list_list_container ul li a p {
        width: 72%;
    }

}