.yyxZcwj-header {
    padding-top: 15px;
	position: relative;
}

.yyxZcwj-header .sk-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.yyxZcwj-header img {
    
}

.yyxZcwj-header ul {
    display: flex;
}

.yyxZcwj-header ul li {
    margin-left: 16px;
}

.yyxZcwj-header ul li:first-child {
    margin-left: 0;
}

.yyxZcwj-header ul li a {
    display: block;
    width: 115px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    opacity: 0.8;
    background: #ffffff;
    border: 1px solid #4b5be9;
    border-radius: 18px;
    font-size: 14px;
    color: #1b42db;
}

#pagination {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.yyxZcwj-zcjd {
    display: block;
    width: 100%;
    margin-top: 35px;
}

.yyxZcwj-zcjd img {
    display: block;
    width: 100%;
}

.yyxZcwj-zcwd {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 65px;
}

.yyxZcwj-zcwd img {
    display: block;
    width: 100%;
    height: 80px;
}

@media (max-width: 991px) {
    .yyxZcwj-zcwd img {
        height: auto;
    }
}

.header-search {
	position: absolute;
	bottom: 62px;
	width: 100%;
}

.main-header {
    width: 75%;
    height: 70px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .7);
}

.main-header .left {
    height: 46px;
    width: 75%;
    display: flex;
}

.main-header input {
    height: 100%;
    width: calc(100% - 100px);
    border-radius: 10px 0px 0px 10px;
    border: 0;
    text-indent: 25px;
}

.main-header span {
    width: 100px;
    height: 100%;
    line-height: 46px;
    text-align: center;
    background-color: #245399;
    border-radius: 0px 10px 10px 0px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0.6px;
    cursor: pointer;
}

.main-header .right {
    margin-left: 20px;
    font-size: 18px;
    color: #245399;
    letter-spacing: 0.54px;
    cursor: pointer;
}

.main-left, .main-right {
    margin-top: 40px;
    padding: 0 15px;
    box-sizing: border-box;
}

.yyxZcwj-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.main-left {
    width: 226px;
}

.left-area1, .left-area2 {
    padding-bottom: 35px;
    position: relative;
}

.left-area3 {

}

.left-area3 .area3-title {
    width: 100%;
    height: 50px;
    background-color: #245399;
    display: flex;
    justify-content: center;
    align-items: center;
}

.area3-title span {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.54px;
    padding-left: 10px;
}

.left-area3 .area3-content {
    background-color: #EAF0FD;
    padding: 18px 25px;
}

.left-area3 .area3-content ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left-area3 .area3-content ul li {
    margin-bottom: 24px;
    font-size: 17px;
    color: #245399;
    letter-spacing: 0.48px;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}

.left-area3 .area3-content ul li::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #245399;
    left: 0;
    top: 2px;
    z-index: 1;
}

.left-area3 .area3-content ul li::before {
    position: absolute;
    content: none;
    width: 20px;
    height: 18px;
    left: 1px;
    top: 1px;
    z-index: 2;
}

.left-area3 .area3-content ul li.active::before {
    content: '';
}

.left-area3 .area3-content a {
    display: block;
    width: 100%;
    height: 27px;
    line-height: 27px;
    background-color: #245399;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.42px;
    text-align: center;
}

.left-area1::after, .left-area2::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    left: 0;
    bottom: 23px;
}

.left-block {
    margin-bottom: 10px;    
}

.left-block-title {
    height: 50px;
    background-color: #EAF0FD;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.left-block-title .left {
    display: flex;
    align-items: center;
}

.left-block-title .left img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.left-block-title .left img.icon2 {
    display: none;
}

.left-block-title .left a {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #245399;
    letter-spacing: 0.48px;
}

.left-block-title .right span {
    display: block;
    font-size: 25px;
    color: #245399;
}

.left-block-title .right span.state2 {
    display: none;
}

.left-block:hover .left-block-title, .left-block.active .left-block-title {
    background-color: #245399;
}

.left-block:hover .left-block-title .left img.icon1, .left-block.active .left-block-title .left img.icon1 {
    display: none;
}

.left-block:hover .left-block-title .left img.icon2, .left-block.active .left-block-title .left img.icon2 {
    display: block;
}

.left-block:hover .left-block-title .left a, .left-block.active .left-block-title .left a {
    color: #fff;
}

.left-block:hover .left-block-title .right span, .left-block.active .left-block-title .right span {
    color: #fff;
}

.left-block.active .left-block-title .right span.state1 {
    display: none;
}

.left-block.active .left-block-title .right span.state2 {
    display: block;
}

.block-content {
    padding: 13px;
    background-color: #EAF0FD;
    display: none;
}

.left-block.active .block-content {
    display: block;
}

.block-content li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.block-content li:last-child {
    margin-bottom: 0;
}

.block-content li img {
    margin-right: 10px;
}

.block-content li a, .block-content li span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}

.block-content li a:hover, .block-content li.active a, .block-content li span:hover, .block-content li.active span {
    color: #245399;
}

.main-right {
    width: calc(100% - 226px);
}

.main-right-title {
    padding-bottom: 43px;
    position: relative;
}

.main-right-title span {
    font-size: 25px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.75px;
    padding: 0 15px;
    position: relative;
}

.main-right-title span::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 6px;
    background-color: #245399;
    left: 0;
    bottom: -15px;
}

.main-right-title::before {
    position: absolute;
    content: '';
    width: calc(100%);
    height: 1px;
    background-color: #D9D9D9;
    right: 0;
    bottom: 30px;
}

.main-right-content {

}

.main-right-content li.zcwj-list-head {
    display: flex;
    justify-content: space-between;
    background-color: #E3ECFF;
    height: 64px;
    border-bottom: 1px solid #245399;
}

.main-right-content li.zcwj-list-head p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #245399;
    letter-spacing: 0.6px;
    position: relative;
}

.main-right-content li.zcwj-list-head p::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
}

.main-right-content li.zcwj-list-head p:last-child::after {
    content: none;
}

.main-right-content li.zcwj-list-item {
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-right-content li.zcwj-list-item:nth-child(2n + 1) {
    background-color: #FFFFFF;
}

.main-right-content li.zcwj-list-item:nth-child(2n) {
    background-color: #f6f6f9;
}

.main-right-content li.zcwj-list-item p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #303030;
    text-align: center;
}

.main-right-content li.zcwj-list-item p a {
    font-size: 14px;
    color: #303030;
    text-align: center;
}

.main-right-content li.zcwj-list-item p.title {
    text-align: left;
    justify-content: flex-start
}

.main-right-content li.zcwj-list-item p.title a {
    text-align: left;
}

.main-right-content li.zcwj-list-item p.xgjd {
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-right-content li.zcwj-list-item p.xgjd a {
    font-size: 14px;
    color: #245399;
    line-height: 30px;
}

.title {
    width: 38%;
}

.title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.wenhao {
    width: 15%;
}

.cwsj {
    width: 12%;
}

.fbrq {
    width: 12%;
}

.xgjd {
    width: 12%;
}

.xlzt {
    width: 10%;
}
