﻿@charset "utf-8";

#content { width: auto; min-width: 1200px; margin-bottom: 0; }
.hd .text-uppercase { text-transform: uppercase; font-size: 24px; color: #333; display: block; line-height: 30px; font-weight: 100; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }

/* box-default */
.box-default .hd { position: relative; line-height: 60px; text-align: center; margin-bottom: 50px;}
.box-default .hd .text-uppercase { letter-spacing: 10px; font-style: italic; opacity: 0.1; }
.box-default .hd h3 { font-size: 30px; text-align: center; }
.box-default .hd h3 span,
.box-default .hd h3 a { position: relative; z-index: 2; }
.box-default .hd h3::after { display: block; content: ""; width: 30px; height: 2px; background-color: #1180ef; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}

/* 轮播大图 */
.banner { position: relative; clear: both; padding-top: 40px; }
.banner .bd li { display: block; width: 100%; background-size: cover !important; animation: slideBanner 8s ease-in-out 1; }
.banner .bd li a { display: block; }
.banner .bd .con { display: none;; }
.banner .hd { height: 10px; overflow: hidden; position: absolute; left: 0; width: 100%; bottom: 55px; text-align: center; font-size: 0; }
.banner .hd li { cursor: pointer; display: inline-block; vertical-align: top; margin: 0 5px; width: 35px; height: 3px; background: #fff; border-radius: 14px; border-radius: 10px; transition: all 0.5s; }
.banner .hd li span { display: none;}
.banner .hd .on { background: #024890;}
@keyframes slideBanner {
    0% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

/* row-news --------------------------------- */
.row-news .Thd { margin-bottom: 20px; }
.row-news .Thd h3 { background: url(../../base/img/icon-menu.png) no-repeat left center; padding-left: 35px; }
.row-news .Thd h3 a { font-size: 20px; font-weight: bold; margin-right: 10px; }
.row-news .Thd .text-uppercase { text-transform: uppercase; color: #333; line-height: 30px; font-weight: 100;  }
.row-news .Tbd { display: flex; justify-content: space-between; padding-bottom: 40px; }


/* focusNews */
#focusNews { float: left; width: 504px; margin-right: 30px; position: relative; }
#focusNews .bd .con { padding: 15px 50px 20px 5px; }
#focusNews .bd .title { font-weight: bold; line-height: 30px; height: 30px; margin-bottom: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#focusNews .bd .intro { font-size: 12px; color: #999; line-height: 20px; height: 40px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
#focusNews .bd .title a { background-image: linear-gradient(#06c, #06c); background-position: right bottom; background-size: 0 1px; background-repeat: no-repeat; transition: background-size .8s;}
#focusNews .bd .title:hover a { background-position: left bottom; background-size: 100% 1px; }
#focusNews .hd { position: absolute; right: 0; bottom: 30px; width: 12px; }
#focusNews .hd li { width: 12px; height: 12px; border-radius: 100%; font-size: 0; background-color: #d0d0d0; margin: 5px 0; cursor: pointer; }
#focusNews .hd li span { display: none; }
#focusNews .hd .on { background-color: #1180ef; }

/* box-news */
.box-news { flex: 1 0 0%; min-width: 0; }
.box-news .hd { border-bottom: 1px solid #dfdedf; height: 39px; display: flex; align-items: center; justify-content: space-between;}
.box-news .hd li { float: left; margin-right: 40px; line-height: 33px; padding-bottom: 5px; }
.box-news .hd li a { padding: 0 8px; }
.box-news .hd .on { font-weight: bold; border-bottom: 2px solid #1180ef; }
.box-news .hd .more { font-size: 14px; color: #999; }
.box-news .hd .more:hover { color: #1180ef; }
.box-news .bd li { padding: 22px 0; border-bottom: 1px solid #dfdedf; }
.box-news .bd li:hover .calendar { color: #1180ef; }
.box-news .bd li:hover .title a { background-image: linear-gradient(#06c, #06c); background-position: right bottom; background-size: 0 1px; background-repeat: no-repeat; transition: background-size .8s;}
.box-news .bd li:hover .title:hover a { background-position: left bottom; background-size: 100% 1px; }
.box-news .date-list .calendar { background: none; width: 80px; height: 80px; color: #ccc;transition: all 0.5s; }
.box-news .date-list .calendar em { font-size: 40px; font-weight: bold; }

/* row-notice --------------------------------- */
.row-notice { position: relative; }
.row-notice::before { display: block; content: ""; width: 100%; min-width: 1200px; height: 82%; background-color: #f7f7f7; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

/* box-notice */
.box-notice { background-color: #fff; padding: 20px; margin-bottom: 40px; box-sizing: border-box; box-shadow: 0px 0 15px 3px rgba(0, 0, 0, 0.05); display: flex; align-items: center; justify-content: space-between; }
.box-notice .hd { margin-bottom: 15px; display: flex; align-items: center; justify-content: space-between; }
.box-notice .hd h3 { border-bottom: 2px solid #1180ef; font-weight: bold; height: 30px; line-height: 1.3; }
.box-notice .arrow { display: flex; align-items: center; justify-content: space-between; width: 50px; }
.box-notice .arrow li { width: 20px; height: 20px; border: 1px solid #dfdedf; text-align: center; line-height: 20px; color: #999; cursor: pointer; transition: all 0.5s; }
.box-notice .arrow li::after { display: block; content: "\E810"; font-family: "font-webicon"; font-size: 16px; color: inherit; }
.box-notice .arrow .prev::after { content: "\E811"; }
.box-notice .arrow li:hover { background-color: #1180ef; color: #fff; border-color: #1180ef; }
.box-notice .node-pic { width: 132px; height: 116px; margin-right: 30px; }
.box-notice .in-scroll { flex: 1 0 0%; min-width: 0; }
.box-notice .bd { overflow: hidden; }
.box-notice .bd li { position: relative; float: left; width: 440px; padding-right: 50px; margin-right: 50px; }
.box-notice .date-list .title { color: #1180ef; font-weight: bold; }
.box-notice .date-list li::after { display: block; content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 60px; background-color: #dfdfdf; }
.box-notice .date-list .title a { color: inherit; }
.box-notice .bd li:hover .title a { background-image: linear-gradient(#06c, #06c); background-position: right bottom; background-size: 0 1px; background-repeat: no-repeat; transition: background-size .8s;}
.box-notice .bd li:hover .title:hover a { background-position: left bottom; background-size: 100% 1px; }


/* box-resources */
.box-resources { margin-bottom: 50px; }
.box-resources .hd { margin-bottom: 40px; }
.box-resources .bd { position: relative; }
.box-resources .bd li { float: left; padding: 50px 20px; font-size: 18px; margin: 10px 0 0; width: 210px; height: 240px; background-color: #fff; border-radius: 10px; margin-right: 66px; text-align: center; }
.box-resources .bd li a { transition: all 0.5s; display: block; }
.box-resources .bd li i::after { display: block; transition: all 0.5s; content: "\E813"; color: #73d5f9; font-family: "font-webicon"; font-size: 65px; width: 125px; height: 125px; border-radius: 100%; background-color: #ecf9fd; margin: 25px auto; line-height: 125px; }
.box-resources .bd .li2 i::after { content: "\E814"; color: #80e7cf; background-color: #ecf9fd; }
.box-resources .bd .li3 i::after { content: "\E815"; color: #ffd37e; background-color: #fff6ef; }
.box-resources .bd .li4 i::after { content: "\E816"; color: #fd968b; background-color: #fff7f0; }
.box-resources .bd .li5 i::after { content: "\E788"; color: #73d5f9; background-color: #ecf9fd; }
.box-resources .bd li a::after { display: block; content: "查看详情"; width: 95px; height: 32px; text-align: center; transition: all 0.5s; line-height: 32px; border-radius: 32px; border: 1px solid #aad8fb; color: #3b98f5; margin: 0 auto; font-size: 14px; }
.box-resources .bd li:hover { background-color: #73d5f9; }
.box-resources .bd li:hover i::after { transform: rotateY(180deg); }
.box-resources .bd li:hover a { color: #fff; transform: translateY(-10px); }
.box-resources .bd li:hover a::after { background-color: #fff; border-color: #fff; }
.box-resources .bd .li2:hover { background-color: #80e7cf; } 
.box-resources .bd .li2:hover a::after { color: #80e7cf; }
.box-resources .bd .li3:hover { background-color: #ffd37e; }
.box-resources .bd .li3:hover a::after { color: #ffd37e; }
.box-resources .bd .li4:hover { background-color: #fd968b; }
.box-resources .bd .li4:hover a::after { color: #fd968b; }
.box-resources .bd .li7:hover a::after { color: #fd968b; }
.box-resources .bd .arrow { width: 65px; height: 65px; z-index: 1; background-color: #e8e8e8; position: absolute; top: 50%; transition: all 0.5s; transform: translateY(-50%); text-align: center; line-height: 65px; border-radius: 100%; }
.box-resources .bd .arrow:hover { background-color: #3b98f5; }
.box-resources .bd .arrow::after { font-size: 50px; font-family: "font-webicon"; display: block; content: "\E810"; color: #fff; }
.box-resources .bd .prev { left: 0; }
.box-resources .bd .prev::after { content: "\E811"; }
.box-resources .bd .next { right: 0; }

@media (min-width:1400px) {
    .box-resources .bd .prev { left: -80px; }
    .box-resources .bd .next { right: -80px; }
}

/* row-special --------------------------------- */
/* box-special */
.box-special { margin-bottom: 20px; }
.box-special .bd { margin-bottom: 40px; }

/* box-icons */
.box-icons { background-color: #fff; padding: 30px 15px 25px; box-sizing: border-box; box-shadow: 0px 0 15px 3px rgba(0, 0, 0, 0.05) }
.box-icons li { float: left; width: 12.5%; text-align: center;}
.box-icons li a::before { display: block; content: "\E60E"; font-family: "font-webicon"; font-size: 55px; color: #999; margin: 0 auto 10px; transition: all 0.5s; }
.box-icons .li2 a::before { content: "\E610"; }
.box-icons .li3 a::before { content: "\E611"; }
.box-icons .li4 a::before { content: "\E612"; }
.box-icons .li5 a::before { content: "\E601"; }
.box-icons .li6 a::before { content: "\E607"; }
.box-icons .li7 a::before { content: "\E613"; }
.box-icons .li8 a::before { content: "\E614"; }
.box-icons li:hover a::before { transform: rotateY(180deg); color: #88bff7; }


/* footer */
/* #footer { padding-top: 80px; margin-top: -80px; } */