@charset "UTF-8";

/* 全局重置 */
* {
    padding: 0;
    list-style: none;
    margin: 0;
    box-sizing: border-box;
}

/* 全局字体 */
body,
html,
#app {

    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    word-wrap: break-word;
}

/* 小屏幕 */
@media only screen and (min-width: 768px)and (max-width: 991px) {
    #app {
        max-width: 1440px;
    }


}

/* 手机端显示 */
@media only screen and (max-width: 767px) {
    #app {
        max-width: 1440px;
    }
}


input,
button {
    font-size: 16px;
    border: none;
    outline: none;
    background: none;
}

/* 全局链接样式 */
a {
    color: #333;
    text-decoration: none !important;
}

/* 全局布局 End */

/* 导航头 */
header {
    width: 100%;
    position: relative;

}



/* 底部 */
footer {
    width: 100%;
    background: #0a62bb;
    padding: 25px 0;
    clear: both;
}

/* 底部footer文档布局 */
footer .foot_tex {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding-top: 20px;
}

footer .pull-left {
    width: 18%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

footer .pull-left img {
    float: right;
}

footer .pull-right {
    width: 70%;
}

footer .pull-right p {
    display: flex;
    justify-content: center;
    line-height: 40px;
}

footer .pull-right a {
    color: #fff;
}

footer .pull-right span {
    margin-left: 15px;
}

/* 底部footer文档布局 End*/


/* 导航 */
.header_tabbar {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.header_box {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.header_tabbar .header_logo {
    width: 448px;
    height: 100%;
    display: flex;
    align-items: center;

}

.header_logo img {
    width: 54px;
    height: 38px;
    margin: 0 8px;
}

.header_logo h3 {
    color: #000;
}

/* 登录注册按钮 */
.tabbar_btn .resgin {
    background: #1478f0;
    color: #fff;
    margin-right: 10px;
}

.tabbar_btn .login_btn {
    background: #fff;
    border: 1px solid #ccc;
}

.tabbar_btn button a {
    padding: 8px 30px;
    border-radius: 50px;
}

/* Tabbar End */



/* tab栏 */
.tabbar_right {
    width: 1440px;
    margin: 0px auto;
    height: 100%;
    background: #fefefe;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.tabbar_right ul {
    width: 70%;
    display: flex;
    align-items: center;
}

.tabbar_right ul li {
    width: 18%;
    height: 100%;
}

.tabbar_right ul li a {
    padding: 20px 10px;
    font-size: 18px;
}

.tabbar_right ul li a:hover {
    color: #0a62bb;
}

.active {
    color: #0a62bb;
    /* border-bottom: 3px solid #1478f0; */
}

.tabbar_input {
    width: 25%;
    height: 40px;
    background: #eef0f6;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.tabbar_input img {
    width: 20px;
    height: 20px;
}

.tabbar_input input {
    width: calc(100% - 20px);
    padding-left: 10px;
    font-size: 14px;
}

/*  Tabbar End */


/* 顶部轮播 */
.header_Swiper {
    width: 1440px;
    margin: 0 auto;
    margin-bottom: 20px;

}

#swiper1 {
    width: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 380px;
    cursor: pointer;
    object-fit: cover;
}

/* 轮播End */

/* 中部内容 */
main {
    width: 100%;
    padding-bottom: 2%;


}

.main_Box {
    width: 1440px;
    margin: 0px auto;
    /*cursor: pointer;*/
}

/* 通知公告/常见问题 */
.main_Information {
    width: 100%;
    display: flex;
}

/* 通知公告 */
.information_announcement {
    width: 47%;
}

.information_head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.information_head p {
    font-size: 14px;
    color: #606266;
}

.information_headLeft {
    border: 1px solid #0a62bb;
    border-radius: 4px;
    padding: 5px 10px;
}

.information_announcement ul {
    margin-top: 20px;
    border: 1px solid #eee;
}

.information_announcement ul li {
    cursor: pointer;
    padding: 30px 10px;
    margin: 0 10px;
    margin-bottom: 14px;
    border-bottom: 1px solid #eee;
    display: flex;
}

.information_announcement ul li:nth-last-child(1) {
    border: none;
}

.information_announcement ul li a {
    width: 100%;
    display: flex;
}

.information_announcement ul li .left {
    width: calc(100% - 30px);
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 28px;
}

.information_announcement ul li .left:hover {
    color: #007aff
}

.information_announcement ul li .time {
    margin-right: 28px;
    font-size: 16px;
    color: #6aa1ff;
    width: 60px;
    height: 60px;
    border: 1px solid #a4c6ff;
    border-radius: 4px
}

.information_announcement ul li .time span {
    display: block;
    text-align: center
}

.information_announcement ul li .time .line {
    height: 1px;
    background: #b9cff5;
    /*width: 80%;*/
}

.information_announcement ul li .time .day {
    font-size: 18px;
    line-height: 32px
}

.information_announcement ul li .time .year {
    font-size: 12px;
    line-height: 24px
}

/* 常见问题 */
.asked_questions {
    width: 47%;
    margin-left: 6%;
}

.asked_questions ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.asked_questions ul li {
    padding: 18px 14px;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    box-shadow: 0 3px 6px #a5b5c033;
    margin-bottom: 10px
}

.asked_questions ul li:hover {
    box-shadow: 0 3px 10px #a5b5c04d
}

.asked_questions ul li:hover .title {
    color: #007aff
}

.asked_questions ul li .img-box {
    float: left
}


.asked_questions ul li .detail {
    width: 100%
}

.asked_questions ul li .detail img {
    width: 22px;
    height: 22px;
}

.asked_questions ul li .detail .detail_list:nth-child(2) img {
    width: 24px;
    height: 24px;
    margin-top: 3px;
}

.asked_questions ul li .detail .detail_list {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}


.asked_questions ul li .title {
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-left: 10px;
}

.asked_questions ul li .txt {
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-left: 10px;
}

.list1 {
    text-align: right;
    padding-right: 8%;
}

.list2 {
    text-align: right;
    padding-right: 5%;
}

.list3 {
    text-align: right;
    padding-right: 12%;
}

.information_head h3 img {
    width: 25px;
    height: 25px;
    margin-right: 6px;
}