@CHARSET "UTF-8";
.gb-title {

}

.gb-title .line {
    width: 60px;
    border-bottom: 2px solid #000;
    margin-bottom: 10px
}

.menus {
    margin: 60px auto 0 auto;
    background-image: url(/home/image/index/menus_background.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 70px 0
}

.menus .menus-item {
    transition: all .3s;
}

.menus .menus-item:hover {
    opacity: .5;
}

.card {
    /*background: #FFFFFF;*/
    /*box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)*/
    /*padding: 20px;*/
}

.card .card-title {
    font-weight: 600;
    padding: 20px 0;
    font-size: 22px;
    /*border-bottom: 1px solid #E8E8E8;*/
    border-bottom: 1px var(--gb-color) dashed;

}

.card .card-content {
    padding: 20px 0;
}

.article1 {
    width: calc(50% - 10px);
}

.article1 .fa {
    width: 100%;
}

.article1 .fa-cover {
    width: calc(50% - 10px);
    height: 145px;
    overflow: hidden;
}

.article1 .fa-cover img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.article1 .fa-cover:hover img {
    transform: scale(1.3);
}

.article1 .fa-info {
    width: calc(50% - 10px);
}

.article1 .fa-info .fa-info-title {
    font-weight: 600;
    font-size: 18px;
    overflow: hidden; /* 确保超出容器的内容被裁剪 */
    white-space: nowrap; /* 确保文本在一行内显示 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}

.article1 .fa-info .fa-info-content {
    font-size: 14px;
    margin-top: 10px;
    height: 113px;
    overflow: hidden; /* 确保超出容器的内容被裁剪 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    color: var(--gb-color);
}

.article1 .list {
    margin-top: 33px;
}

.article1 .list .list-item {
    margin-bottom: 20px;
}

.article1 .list a:last-child .list-item {
    margin-bottom: 0;
}

.article1 .list .list-item .title {
    overflow: hidden; /* 确保超出容器的内容被裁剪 */
    white-space: nowrap; /* 确保文本在一行内显示 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    margin-right: 20px;
    color: var(--gb-color);
}

.article1 .list .list-item .send-time {
    color: #777777;
    font-size: 12px;
}

/*.article1 .list .list-item:last-child{*/
/*    margin-bottom: 0;*/
/*}*/

.article2 {
    width: calc(50% - 10px);
}

.article2 .list a .list-item:hover {
    opacity: .5;
}


.article2 .list .list-item {
    margin-bottom: 20px;
}

.article2 .list a:last-child .list-item {
    margin-bottom: 0;
}


.article2 .list .list-item .arrow-icon {
    width: 25px;
}

.article2 .list .list-item .arrow-icon img {
    width: 20px;
    height: 20px;
}

.article2 .list .list-item .title {
    width: calc(100% - 25px - 65px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--gb-color);
}

.article2 .list .list-item .send-time {
    width: 65px;
    text-align: right;
    color: #777777;
    font-size: 12px;
}

.article3 .list-item {
    width: calc(25% - 20px);
}

.article3 .list-item .cover {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: rgba(0,0,0.2);

}

.article3 .list-item .cover .img {
    width: 100%;
    height: 200px;
    transition: all .3s;
    background-size: cover;
    background-repeat: no-repeat;
}


.article3 .list-item:hover .cover .img {
    transform: scale(1.2);
}

.article3 .list-item .info{
    padding: 10px 0;
    line-height: 24px;
}


.article {
    padding: 70px 0
}

.article {
    width: 100%;
    /*background: #FFFFFF;*/
}

.article .article-tabs {

}

.article .article-tabs .article-tabs-item {
    padding: 6px 20px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
    transition: all .3s;
}

.article .article-tabs .action {
    background: var(--gb-background);
    color: var(--gb-text-color);
}

.article .article-tabs .article-tabs-item:hover {
    background: var(--gb-background);
    color: var(--gb-text-color);
}

.article .article-content {
    /*margin-top: 40px;*/
}

.article .article-content .article-content-item {
    padding: 15px;
    background: #F2F2F2;
    /*width: 49%;*/
    margin-bottom: 20px;
}

.article .article-content .article-content-item .cover {
    width: 240px;
    height: 180px;
    overflow: hidden;
    /*background-image: url(/home/image/index/text_cover.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

.article .article-content .article-content-item .cover img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.article .article-content .article-content-item .cover:hover img {
    transform: scale(1.3);
}


.article .article-content .article-content-item .list {
    margin-left: 15px;
    width: calc(100% - 240px - 15px);
    background: #FFFFFF;
    border-top: 2px solid #000;
}

.article .article-content .article-content-item .list .list-item {
    border-bottom: 1px dashed var(--gb-color);
    padding: 4.5px;
    transition: all .3s;
}

.article .article-content .article-content-item .list a .list-item:hover {
    opacity: .5;
}

.article .article-content .article-content-item .list a:last-child .list-item {
    border-bottom: none;
}


.article .article-content .article-content-item .list .list-item .arrow-icon {
    width: 25px;
}

.article .article-content .article-content-item .list .list-item .arrow-icon img {
    width: 20px;
    height: 20px;
}

.article .article-content .article-content-item .list .list-item .title {
    width: calc(100% - 25px - 65px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--gb-color);
}

.article .article-content .article-content-item .list .list-item .send-time {
    width: 65px;
    text-align: right;
    color: #777777;
    font-size: 12px;
}

.article .article-left {
    width: 70%;
}

.article .article-left .article-left-content {
    margin-top: 40px;
    border: 2px solid #F2F2F2;
    border-radius: 10px;
    padding: 30px 40px;
}

.article .article-left .article-left-content .list {
}

.article .article-left .article-left-content .list a .list-item:hover {
    opacity: .5;
}

.article .article-left .article-left-content .list .list-item {
    margin-bottom: 10px;
    transition: all .3s;
}

.article .article-left .article-left-content .list .list-item .arrow-icon {
}

.article .article-left .article-left-content .list .list-item .arrow-icon {
    width: 25px;
}

.article .article-left .article-left-content .list .list-item .arrow-icon img {
    width: 20px;
    height: 20px;
}

.article .article-left .article-left-content .list .list-item .title {
    width: calc(100% - 25px - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--gb-color);
    font-size: 16px;

}

.article .article-left .article-left-content .list .list-item .send-time {
    width: 100px;
    text-align: right;
    color: #777777;
    font-size: 16px;
}

.article .article-left .article-left-content .footer-cover {
    margin-top: 30px;
    flex-wrap: wrap;
}

.article .article-left .article-left-content .footer-cover .item {
    width: 49%;
    margin-bottom: 15px;
    overflow: hidden;
    height: 200px;
    border-radius: 5px;
}

.article .article-left .article-left-content .footer-cover .item .cover {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    transition: all .3s;
}

.article .article-left .article-left-content .footer-cover .item:hover .cover {
    transform: scale(1.3);
}

.article .article-right {
    width: 29%;
}

.article .article-right .article-right-content {
    margin-top: 40px;
    height: 485px;
    /*border: 2px solid #F2F2F2;*/
    border-radius: 10px;
    padding: 30px 40px;
    background: #3A56B7;
}

.article .article-right .article-right-content .list {
}

.article .article-right .article-right-content .list .list-item {
    border-bottom: 1px dashed var(--gb-text-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all .3s;
}

.article .article-right .article-right-content .list a:hover .list-item {
    opacity: .5;
}

.article .article-right .article-right-content .list a:last-child .list-item {
    border-bottom: none;
}

.article .article-right .article-right-content .list .list-item .title {
    color: var(--gb-text-color);
}

.article .article-right .article-right-content .list .list-item .title .prefix {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.article .article-right .article-right-content .list .list-item .title .text {
    width: calc(100% - 25px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article .article-right .article-right-content .list .list-item .send-time {
    color: var(--gb-text-color);
    /*text-align: right;*/
}

.study {
    background: #FFFFFF;
    padding: 70px 0
}

.article4 .study-content {
    width: 100%;
    /*margin-top: 40px;*/
}

.article4 .study-content .study-item {
    border: 2px solid #F2F2F2;
    margin-right: 20px;
    border-radius: 5px;
    transition: all .3s;
    overflow: hidden;
}
.article4 .study-content a:last-child .study-item{
    margin-right: 0;
}

.article4 .study-content .study-item .cover {
    width: 150px;
    height: 200px;
    overflow: hidden;
}

.article4 .study-content .study-item .cover .img {
    width: 100%;
    height: 200px;
    transition: all .3s;
    background-size: cover;
    background-repeat: no-repeat;
}

.article4 .study-content .study-item:hover {
    border-color: var(--gb-background);
}

.article4 .study-content .study-item:hover .cover .img {
    transform: scale(1.2);
}

.article4 .study-content .study-item .info {
    width: calc(100% - 150px);
    background: #F2F2F2;

}

.article4 .study-content .study-item .info .title {
    font-size: 18px;
    padding: 20px;
    flex-grow: 1;
}

.article4 .study-content .study-item .info .show {
    padding: 20px;
    flex-shrink: 0;
}

.article4 .study-content .study-item .info .show .btn {
    padding: 5px 20px;
    border: 2px solid var(--gb-color);
    color: var(--gb-color);
    border-radius: 90px;
    transition: all .3s;
}

.article4 .study-content .study-item .info .show .btn:hover {
    opacity: .5;
    background: var(--gb-color);
    color: var(--gb-text-color);
}


.content {
    position: relative;
    padding: 10px 0;
}

#notice {
    padding: 10px 10px 10px 160px;
    background-image: url(/home/image/latest_release.png);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;
    height: 50px;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.gonggao {
    height: 30px;
    position: relative;
    overflow: hidden;
    width: 91%;
}

.gonggao .ul {
    width: 930px;
    position: relative;
}

.gonggao .li {
    width: 300px;
    list-style-type: disc;
    line-height: 30px;
    float: left;
    height: 30px;
    margin: 0 6px;
}

.gonggao .li > a {
    width: 280px;
}

.gonggao .li > a:hover {
    position: relative;
    top: 2px;
}

#left, #center, #right {
    height: 435px;
    display: inline-block;
}

#left {
    width: 470px;
    background-color: #FFFFFF;
}

#center {
    width: 377px;
    margin-left: 10px;
    background-color: #FFFFFF;
}

#right {
    width: 298px;
    float: right;
}

.news_1_pic {
    width: 100%;
    height: 322px;
    position: relative;
}

.news_2_pic {
    width: 100%;
    height: 100px;
    margin-top: 8px;
}

.news_2_pic img {
    width: 150px;
    height: 100px;
    float: left;
    margin-left: 10px;
}

.news_tab {
    width: 100%;
    height: 35px;
    background-color: #DDDDDD;
    line-height: 35px;
}

.news_tab_menu {
    float: left;
    width: 125px;
    text-align: center;
    cursor: pointer;
}

.news_tab_menu.active {
    background-color: #01478C;
    color: #FFFFFF;
}

.news_tab_list {
    width: 100%;
    height: 400px;
    overflow: hidden;
    padding: 10px 20px;
}

.news_tab_item {
    height: 38px;
    list-style-type: disc;
    margin-left: 8px;
    line-height: 38px;
}

.news_tab_item > a:hover {
    color: #BD2A08;
}

.right_menu_1 {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    height: 150px;
    border: 1px solid #dfdfdf;
}

.right_menu_item {
    width: 148px;
    text-align: center;
    float: left;
    height: 75px;
    font-size: 14px;
    padding-top: 12px;
}

.right_menu_item:hover {
    cursor: pointer;
    color: #FE7100;
}

.right_menu_item > img {
    width: 32px;
    height: 32px;
}

.right_menu_item > p {
    line-height: 30px;
}

.right_menu_item:first-child {
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.right_menu_item:last-child {
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    margin-left: -0.5px;
    margin-top: -0.5px;
}

.right_menu_2 {
    background-color: #FFFFFF;
    height: 274px;
    padding-top: 18px;
}

.right_menu_tab {
    display: block;
    width: 250px;
    height: 67px;
    text-align: left;
    padding: 0 18px;
    line-height: 67px;
    border: 1px solid #dfdfdf;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
}

.right_menu_tab > img {
    width: 24px;
    height: 22px;
    margin-right: 8px;
}

.right_menu_tab:hover {
    border: 1px solid #FC7408;
    color: #FC7408;
}

.banner_1 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
}

.news_box {
    position: relative;
}

.news_box_item {
    background-color: #FFFFFF;
    width: 380px;
    height: 180px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 4px;
}

.news_box_item_t {
    height: 35px;
    background-repeat: no-repeat;
    vertical-align: top;
    padding: 0 20px;
}

.news_box_item_t > span {
    color: #FFFFFF;
    line-height: 35px;
}

.news_box_item_t > a {
    color: #333333;
    float: right;
    margin-top: 12px;
}

.news_box_item_l {
    padding: 10px;
}

.news_box_item_l li {
    list-style-type: disc;
    line-height: 40px;
    width: 330px;
    margin-left: 20px;
    float: left;
}

.news_box_item_t a:hover, .news_box_item_l a:hover {
    color: #A30001;
}

.item_box {
    background-color: #FFFFFF;
}

.item_box_t {
    background-color: #01478C;
    color: #FFFFFF;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
}

.item_box_l {
    margin-bottom: 12px;
    padding-bottom: 8px;
}

.frind_link {
    width: 207px;
    height: 70px;
    margin-top: 20px;
    margin-left: 20px;
}

.item_action {
    border: 1px solid #CCCCCC;
    width: 260px;
    height: 100px;
    margin-top: 20px;
    border-radius: 4px;
    margin-left: 24px;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
}

.item_action img {
    width: 54px;
    height: 54px;
    display: inline-block;
    margin-left: 8px;
}

.item_action span {
    font-size: 16px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
}

.menus2 {

}
