/* con-info样式 start */
.con-info {
    /* background-color: rgb(240, 240, 240); */
    /* background-image: url("../imgs/bacc.jpg"); */
    background-color: rgb(52, 152, 219);
    background-size: cover;
    background-position: center;
    color: white;
}

.con-info-con {
    padding: 50px 0;
    /* background-color: rgba(230, 230, 230, 0.6); */
}

.con-info-con h2 {
    text-align: center;
    font-weight: bold;
    margin: 0;
    font-size: 30px;
}

.info-con-text {
    margin-top: 50px;
}

.con-text-first {
    height: 40px;
    text-align: end;
}

.con-text-line {
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-bottom: 10px;
}

.con-text-line span {
    line-height: 35px;
}

/* .info-con-text div {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
} */

.line-head {
    font-weight: bold;
    white-space: nowrap;
}

.text-warning {
    font-weight: bold;
    color: #F25F5C;
}



/* con-download样式 start */
.con-download {
    padding: 60px 0;
    background-color: rgb(240, 240, 240);
}

.con-download-list {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.con-download-list img {
    width: 80px;
}

.download-list-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 200px;
    height: 200px;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    /* box-shadow: 0 0 10px gray; */
    /* border: 1px solid rgb(168, 168, 168); */
    font-size: 16px;
    color: #2c2c2c;
}

.download-list-con:hover {
    transform: translateY(-5px);
}

.download-list-con a {
    font-size: 16px;
    color: black;
    border: 1px solid black;
    padding: 5px 60px;
    border-radius: 5px;
}

.con-download-list div {
    background-color: white;
}

.download-list-con a:hover {
    font-size: 18px;
    border: 2px solid black;
}

.common-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #20b2aa;
    overflow: hidden;
    margin: 30px 0;
}

/* con-form 样式 */
.con-form {
    background-color: rgb(240, 240, 240);
    padding: 50px;
}

/* footer 底部导航 样式 */
.footer {
    padding: 50px 0;
    background-color: #333c45;
}

.footer>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.footer a,
.footer span {
    color: rgb(203, 202, 202);
}

.footer a:hover {
    color: #F25F5C;
}

.footer-nav {
    margin-bottom: 20px;
}

.footer-nav a {
    margin: 0 10px;
}

.footer-record img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.record-con {
    margin: 10px 0;
    display: flex;
}

.copyright {
    margin-top: 20px;
}

/* con-core 样式 */
.con-core {
    padding-bottom: 50px;
}

.con-common-wids {
    display: flex;
    font-display: row;
    align-items: center;
    justify-content: space-between;
}

.con-common-wids img {
    height: 500px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.common-wids-con p {
    line-height: 30px;
}