﻿@charset "utf-8";
/* 当前位置开始 */
.dqwz {
    line-height: 45px;
    background-color: #f4f4f4;
}

.dqwz .dqwz_con {	
    width: 1200px;
    margin: 0 auto;
    background: url(wsdc_icon_position_content.png) no-repeat left center;
    padding-left: 20px;
}

.dqwz a {
    font-size: 14px;
    color: #333333;
    margin: 0 6px;
}

.container {
    width: 1200px;
    margin: 30px auto 0;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.dczj-one h2 {
    font-size: 30px;
    text-align: center;
    line-height: 48px;
}

.dczj-one ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.dczj-one ul li img {
    position: relative;
    top: 3px;
}

.dczj-one ul li span {
    font-size: 18px;
    font-weight: 600;
    color: #115db2;
}

.dczj-one ul li span a {
    position: relative;
    top: 5px;
    color: #115db2;
}

.dczj-one ul li .end {
    color: #999;
}

.dczj-one .line {
    height: 3px;
    border-top: 1px solid #115db2;
    border-bottom: 1px solid #115db2;
}

.dczj-two .nav1 {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.dczj-two .nav1 li {
    width: 33%;
    height: 65px;
    cursor: pointer;
    background: #edeff3;
	margin-right: 1%;
}
.dczj-two .nav1 li:nth-child(3) {
    margin-right: 0;

}

.dczj-two .nav1 li:last-child p {
    border-right: 0;
}

.dczj-two .nav1 li p {
    height: 22px;
    font-size: 18px;
    font-weight: 600;
    color: #666;
    text-align: center;
    margin-top: 21px;
}

.dczj-two .nav1 .active {
    background-color: #115db2;
}

.dczj-two .nav1 .active p {
    color: #fff;
    border-right: 0;
}

.box1 {
    display: none;
}

.box1 .top {
    padding: 45px 4% 100px;
    margin-bottom: 50px;
    border: solid 1px #115db2;
    border-top: 5px solid #115db2;
}

.dczj-two .box1 .bottom{
    padding: 0px 3.6% 50px;
}

.dczj-two .box1 .bottom li{
    line-height: 54px;
}

.box1 .title {
    margin-bottom: 50px;
}

.box1 .title img {
    position: relative;
    top: 3px;
}

.box1 .title span {
    font-size: 18px;
    font-weight: 600;
    color: #115db2;
    margin-left: 10px;
}

.box1 .content {
    line-height: 36px;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
    }

    .breadcrumb .breadcrumb_con {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .dczj-one ul {
        flex-direction: column;
        align-items: center;
    }

    .dczj-one ul li {
        margin-bottom: 10px;
    }


.dqwz .dqwz_con {
	width: 100%;
    
}	
	


}

}

@media screen and (max-width: 420px) {
    .dczj-one h2 {
        font-size: 22px;
        line-height: 36px;
    }

    .dczj-one ul li {
        white-space: nowrap;
        overflow: hidden;
    }

    .dczj-one ul li span {
        font-size: 16px;
    }

    .dczj-two .nav1 li {
        width: 42%;
    }

    .dczj-two .nav1 li p {
        font-size: 16px;
    }
}

@media screen and (max-width: 320px) {
    .breadcrumb {
        height: auto;
    }
}