:root {
    --primary-color: #e3ae5a;
}

body {
    font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #333333;
}

a {
    color: #333333;
}

a, a:hover, a:visited {
    text-decoration: none
}

a:hover {
    color: var(--primary-color);
}

a:visited {
    /*color: inherit;*/
}

.container {
    width: 1200px;
    /*overflow: hidden;*/
    margin: 0 auto;
}

.flex {
    flex-direction: row;
    display: flex;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.flex-1 {
    flex: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.mt-1 {
    margin-top: 5px
}

.mt-2 {
    margin-top: 8px
}

.text-center {
    text-align: center;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.bold {
    font-weight: bold;
}
img{
    max-width: 100%;
}
/*=============*/

header {
}

.header-top {
    height: 80px;
    background-color: #e3ae5a;
    color: #ffffff;
    font-size: 12px;
}

header .logo {
    font-size: 16px;
}

header .logo img {
    max-width: 200px;
}

header .line {
    border-right: 1px solid #ffffff;
    margin: 0 15px;
    height: 30px;
}

.qlink a {
    color: #ffffff;
    margin-left: 15px;
}

.qlink a:hover {
    color: #002049;
}

.qlink a img {
    margin-bottom: 5px;
}
.mobile-qrcode{
    right: 0px;
    top: 50px;
    transition: all 0.5s linear;
    background-color: #ffffff;
    padding: 10px;
    z-index: 999;
    color: #666666;
    display: none;
    text-align: center;
}
.mobile-qrcode img{
    max-width: 120px;
}

.qqrcode{
    left: 0px;
    top: 50px;
    transition: all 0.5s linear;
    background-color: #ffffff;
    padding: 10px;
    z-index: 999;
    color: #666666;
    display: none;
    text-align: center;
}
.qqrcode img{
    max-width: 120px;
}

nav {
    height: 44px;
    line-height: 44px;
}

nav a {
    text-align: center;
    padding: 0 24px;
}

nav a:hover, nav a.active {
    background-color: #002049;
    color: #ffffff;
}

footer {
    padding: 20px 0 0;
    background-color: #f5f5f5;
    color: #555555;
    font-size: 13px;
}

footer a {
    color: #333333;
}

footer a:hover {
    color: #e3ae5a;
}

footer .fnav {
    padding: 20px 0;
}

footer .fnav a {
    margin-right: 15px;
}

footer .qrcode {
    /*border-left: 1px solid #424242;*/
    margin-left: 45px;
    margin-top: 36px;
    width: 120px;
}

footer .copyright {
    /*margin-top: 20px ;*/
    padding: 5px 0
}

footer .copyright a {
    color: #555555;
}

footer .contact {
    font-size: 13px;
    line-height: 30px;
}

.links {
    padding: 0 0 25px 0;
    border-bottom: 1px solid #e7e7e7;
    color: #333333;
}

.links a {
    color: #666666;
    margin-right: 5px;
}


/*首页*/
.swiper {
    width: 100%;
    height: 500px;
}

.swiper .swiper-pagination-bullet {
    width: 60px;
    height: 6px;
    border-radius: 3px;
    background-color: #f0f0f0;
    opacity: 1;
}

.swiper .swiper-pagination-bullet-active {
    background-color: #e0922c;
}

.title {
    padding: 20px 0 20px 0;
}

.title .name {
    font-size: 28px;
}

.title span {
    background-color: #e3ae5a;
    height: 2px;
    width: 60px;
    margin-top: 15px;
    display: inline-block;
}

.more {
    color: #002049;
    display: flex;
    align-items: center;
}

.more a {
    color: #002049;
}
.more img{
    margin-left: 3px;
}

.ads {
    height: 180px;
    display: block;
}

.tbanner {
    height: 300px;
    width: 100%;

}

.tbanner .cat-name {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
}

.main {
    padding: 30px 0;
}


.article {
    width: 920px;
}

.article .title {
    line-height: 40px;
    height: 40px;
}

.article .title .name {
    font-size: 18px;
}

.breadcrumb-c {
    background-color: #f5f5f5;
    height: 46px;
    line-height: 46px;
    position: relative;
    display: flex;
    align-items: center;
}

.breadcrumb {
    font-size: 13px;
    color: #666666;
}

.breadcrumb a {
    color: #666666;
}

.breadcrumb a:hover {
    color: #e3ae5a;
}

.acon {
    line-height: 30px;
}


.page {
    width: 90%;
    clear: both;
    margin: 0 auto;
}

.pagination {
    width: 100%;
    line-height: 2rem;
    text-align: center;
    border-top: none;
    margin: 10px 0 10px 10px;
}

.pagination li {
    display: inline-block
}

.pagination a {
    padding: 6px 10px !important;
    color: #666 !important;
    margin: 0 6px;
    border: 1px solid #E2E2E2;
    background: #fff;
    border-radius: 3px;
}

.pagination a:hover {
    background: #E2E2E2;
    color: #555;
    border-radius: 3px
}

.pagination span {
    padding: 6px 10px;
    color: #666;
    margin: 0 6px;
    border: 1px solid #E2E2E2;
    background: #E2E2E2;
    color: #555;
    border-radius: 3px
}

.pagination font {
    color: #000
}

.pagination .active span {
    background: var(--primary-color);
    color: #ffffff;
    border: 1px solid var(--primary-color);
}


.border-bottom {
    border-bottom: 1px solid #e7e7e7;
}

.detail .attr {
    padding-bottom: 10px;
    color: #999999;
}

.detail .content {
    color: #666666;
    line-height: 28px;
    padding-bottom: 20px;
}
.detail .content video{
    margin: 0 auto;
    display: block;
}

.feedback {

}

.feedback .input {
    display: flex;
    margin-bottom: 20px;
}

.feedback .input .label {
    width: 136px;
    text-align: right;
    line-height: 40px;
}

.feedback .input .label span {
    color: red;
}

.feedback .input input, .feedback .input textarea {
    border: 1px solid #e7e7e7;
    width: 310px;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
}

.feedback .input textarea {
    width: 600px;
    height: 320px;
}

.feedback .btn {
    background-color: #e3ae5a;
    color: #ffffff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
}

.feedback button {
    background-color: #dcdcdc !important;
    color: #333333 !important;
    margin-left: 50px;
}

.feedback .btns {
    margin-left: 136px;
}

.toTop {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 10px;
    bottom: 20px;
    border-radius: 50%;
    z-index: 99;
    background-color: #ffffff;
    cursor: pointer;
}

.toTop img {
    max-width: 90%;
}


.side {
    width: 260px;
    flex-shrink: 0;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.side .catname {
    height: 68px;
    line-height: 68px;
    color: #ffffff;
    background-color: #e3ae5a;
    text-align: center;
    width: 100%;
}

.side a {
    display: inline-block;
    padding: 18px 0;
    width: 260px;
    text-align: center;
    background-color: #f5f5f5;
}


.side a:hover, .side a.active {
    color: #ffffff;
    background-color: #002049;
}

.cat-3 {

}

.cat-3 a {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
    width: 570px;
}

.cat-3 a .time {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.cat-3 a .time img{
    margin-right: 3px;
}

.cat-3 a .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cat-14 {
    margin-bottom: 10px;
}

.cat-14 a {
    width: 560px;
    margin-bottom: 30px;
}

.cat-14 a img {
    width: 146px;
    height: 96px;
    margin-right: 12px;
    flex-shrink: 0;
}

.cat-14 a .name {
    font-weight: bold;
}

.cat-14 a .desc, .cat-14 a .time {
    color: #777777;
    font-size: 12px;
}

.cat-14 a .desc {
    margin: 8px 0;
}
.cat-14 a:hover,.cat-14 a:hover .name {
    color: #e3ae5a!important;
}

.cat-26 {
    margin-bottom: 10px;
}

.cat-26 a {
    width: 560px;
    margin-bottom: 20px;
}

.cat-26 a img {
    width: 146px;
    height: 96px;
    margin-right: 12px;
}

.cat-26 a .name {
    font-weight: bold;
}

.cat-26 a .desc, .cat-26 a .time {
    color: #777777;
    font-size: 12px;
}

.cat-26 a .desc {
    margin: 8px 0;
}

.cat-26 a.line-26 {
    color: #555555;
    margin-bottom: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cat-26 a.line-26:hover {
    color: var(--primary-color);
}

.cat-detail a {
    width: 100%;
}

.border-top {
    border-top: 1px solid #e7e7e7;
}

.pt-2 {
    padding-top: 15px;
}

.cat--20 a, .cat--26 a {
    margin-bottom: 20px;
}

.cat--20 .name, .cat--26 .name {
    font-weight: normal !important;
    color: #555555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
    width: 800px;
}

.cat--3 a {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 0px;
    padding: 20px 0;
}

.cat--3 .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
    width: 800px;
}
.prenext{
    line-height: 30px;
}

.desc2{
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    color: #999999;
    -webkit-box-orient: vertical;
    margin: 6px 0;
    font-size: 12px;
}