﻿.Color_A_003 a {
    color: #605f5d;
    transition: 0.3s;
}
.Color_A_003 a:hover {
    color: #006da9;
}

#IndexBanner {
    padding-bottom: 46.28%;
}

.Index1 {
    margin: 20px 0;
    overflow: hidden;
}
#Index1Ul {
    left: 0%;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    transition: 0.5s;
}
#Index1Ul img {
    width: 100%;
    padding-bottom: 50%;
    background-size: 100% 100%;
}
#Index1Ul p {
    padding: 5px;
    border-bottom: 2px solid #dfdfdd;
}
#Index1Ul p span:nth-child(2) {
    width: calc(100% - 26px);
    overflow: hidden;
    text-overflow: ellipsis;
}
#Index1Ul li:nth-child(odd) p span:nth-child(1) {
    color: #848282;
}
#Index1Ul li:nth-child(odd) p span:nth-child(2) {
    color: #0065a2;
}
#Index1Ul li:nth-child(even) p span:nth-child(1) {
    color: #0065a2;
}
#Index1Ul li:nth-child(even) p span:nth-child(2) {
    color: #848282;
}
.Index1 > p {
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: block;
    z-index: 2;
    cursor: pointer;
}
.Index1 > p:nth-child(1) {
    left: 0;
}
.Index1 > p:nth-child(1) img {
    transform: rotate(180deg);
}
.Index1 > p 
.Index1 > p:nth-child(2) {
    right: 0;
}

.IndexLink {
    min-height: 127px;
}
.IndexLink p {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
}
.IndexLink p::before {
    content: " ";
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    display: block;
    position: absolute;
    background-color: #004a8f;
    border-radius: 20px;
}