@charset "UTF-8";


/* Base Reset */
* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:focus {
    outline: 0;
}

img {
    border: 0;
}

a img {
    vertical-align: middle;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.none {
    display: none;
}

.hidden {
    visibility: hidden;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

body,
p {
    font: 14px/1 Microsoft YaHei, Helvetica, STHeiti STXihei, Microsoft JhengHei,  Tohoma, Arial;
    color: #333;
    font-family: "Microsoft YaHei";
}

body {
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #333;
    transition: all 0.4s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #1495ea;
}

.wrapper {
    width: 100%;
    /* background-color: #fff; */
}

.wrapper .inner {
    width: auto;
    max-width: 1400px;
    margin: 0 auto;
}

/**滚动条**/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #FFF;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #AAA;
}


/**头部**/
.header {
    /* border-top: 5px solid #9f8bf1; */
}

.header .inner {
    padding: 10px 0;
}


/**站点LOGO**/
.logo-panel {
    float: left;
}

.logo-window {
    padding: 25px 0;
    margin-left: 10px;
}

.logo-window img {
    vertical-align: middle;
}

.wp-head-tools {
    float: right;
}


/**搜索**/
.search-panel {
    float: right;
    position: relative;
    /* clear: right; */
    margin-right: 10px;
}

.search-window {
    background-color: #fff;
    overflow: hidden;
    width: 55px;
}

.wp-search {
    position: relative;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 55px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 30px;
    line-height: 38px;
    border: 0;
    outline: 0;
    background: none;
    color: #888;
    font-size: 14px;
    padding-left: 5px;
    /* border: 1px solid #f7e7e7; */
}

.wp-search .search-btn {
    width: 55px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.wp-search .search-btn input.search-submit {
    width: 55px;
    height: 40px;
    border: 0;
    outline: 0;
    background: #1856A9 url(../images/searchbg.png) center no-repeat;
    cursor: pointer;
}

.searchbtn {
    width: 55px;
    height: 40px;
    border: 0;
    outline: 0;
    background: #1856A9 url(../images/searchbg.png) center no-repeat;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 120;
    cursor: pointer;
}

/**CSS3拓展属性**/
/* WebKit, Blink, Edge */
::-webkit-input-placeholder {
    color: #888;
}

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
    color: #888;
}

/* Mozilla Firefox 19+ */
::-moz-placeholder {
    color: #888;
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
    color: #888;
}

/**校训**/
.motto {
    float: right;
    margin: 6px 25px 0 0;
}


/**顶部副导航**/
.top-nav-panel {
    float: right;
    margin-bottom: 10px;
}

.top-nav-panel .wp-menu .menu-item {
    float: left;
    display: inline-block;
}

.top-nav-panel .wp-menu .menu-item a.menu-link {
    display: inline-block;
    margin: 0 10px;
    height: 36px;
    line-height: 36px;
    color: #1d8be8;
    font-size: 15px;
}

.top-nav-panel .wp-menu .menu-item a.menu-link:hover {
    text-decoration: underline;
    color: #a2b969;
}


/**主导航**/
.navi {
    background-color: #41a3f0;
}

.navi.roll {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.main-nav-panel {}

.menu-switch-arrow {
    display: none;
}

.main-nav-panel .wp-menu {
    margin: 0 auto;
}

.main-nav-panel .wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 100;
}

.main-nav-panel .wp-menu .menu-item.selected {
    background-color: #7985d8;
}

.main-nav-panel .wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 43px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
}

.main-nav-panel .wp-menu .menu-item a.menu-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #7985d8;
}

.main-nav-panel .wp-menu .menu-item a.menu-link.parent {
    background-color: #7985d8;
}

.main-nav-panel .sub-menu {
    background: #41a3f0;
    display: none;
    position: absolute;
    left: 0;
    top: 46px;
    z-index: 100;
    min-width: 100%;
}

.main-nav-panel .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
    border-bottom: 1px solid #ddd;
}

.main-nav-panel .sub-menu .sub-item a {
    display: block;
    color: #fff;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    display: block;
    text-align: center;
    font-size: 15px;
}

.main-nav-panel .sub-menu .sub-item a:hover {
    color: #fff;
    display: block;
    background: #7985d8;
}

.main-nav-panel .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    z-index: 200;
    background-color: #41a3f0;
    border-left: 1px solid #ddd;
}


/**焦点图片**/
.banner .inner {
    max-width: 1920px;
}

.fcous-panel {
    width: 100%;
}

.fcous-panel .focus-window {
    width: 100%;
    overflow: hidden;
}

.focus .focus-title-bar {
    max-width: 1200px;
    left: 50%;
    right: auto;
    height: 50px;
    margin-left: -600px;
}

.focus .focus-title-bg {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.focus .focus-title {
    width: 88%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-weight: normal;
    font-family: "Microsoft YaHei";
    overflow: hidden;
    text-overflow: ellipsis;
}

.focus .focus-title a:hover {
    color: #95caf1;
}

.focus .focus-text-box {
    bottom: 30%;
    max-width: 1200px;
    left: 50%;
    margin-left: -600px;
    width: 40%;
    top: auto;
    height: 115px;
    margin-bottom: -34.5px;
}

.focus .focus-text-bg {
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.focus .focus-text {
    padding: 0;
    margin: 20px;
    line-height: 26px;
    color: #fff;
    font-size: 15px;
    max-height: 78px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.focus .focus-text a {
    color: #fff;
}

.focus .focus-text a:hover {
    color: #95caf1;
}

.focus .focus-page {
    width: 22px;
    height: 8px;
    line-height: 8px;
    border-radius: 8px;
    background: #fff;
    margin: 0 5px;
}

.focus .focus-page-active {
    background: #8eb9ff;
}

.focus .focus-navigation {
    width: 43px;
    height: 43px;
    line-height: 43px;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: -21.5px;
    text-indent: -9999px;
}

.focus-navigation:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.focus .focus-prev {
    background: url(../images/f_leftbg.png) left center no-repeat;
    left: 30px;
}

.focus .focus-next {
    background: url(../images/f_rightbg.png) right center no-repeat;
    right: 30px;
}

.focus .focus-pagination {
    right: 50%;
    height: 32px;
    margin-right: -600px;
    max-width: 1200px;
}


/**新闻基础样式**/
.tt {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #57b8ef;
}

.tt .tit {
    display: inline-block;
    font-weight: normal;
    float: left;
}

.tt .tit .title {
    display: inline-block;
    font-size: 20px;
    color: #001933;
    line-height: 45px;
}

.more_btn {
    display: inline-block;
    line-height: 45px;
    float: right;
}

.more_text {
    font-size: 16px;
    cursor: pointer;
    color: #0d5dca;
}

.main2 .post-32 .tt .more_btn span.more_text {
    color: #ffed13;
    font-size: 16px;
    line-height: 38px;
}

.more_text:hover {
    color: #51c22c;
    transition: all 0.4s ease-in-out;
}

.post-41 .news_list {
    display: flex;
    justify-content: space-between;
}

.news_list .news {
    width: 100%;
    float: left;
}

.news_list .news .news_title {
    /* float: left; */
    font-size: 15px;
    line-height: 38px;
    color: #383838;
    /* width: 70%; */
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
}

.news_list .news .news_title a {
    color: #383838;
}

.news_list .news .news_title a:hover {
    color: #1495ea;
}

.news_list .news .news_meta {
    float: right;
    display: inline-block;
    font-size: 15px;
    line-height: 38px;
    color: #6d6d6d;
}


/**主体**/
.container {
    margin: 35px 0;
}

.mod_left {
    width: 60%;
    float: left;
}

.mod_left .sudy-tab {
    position: relative;
}

.mod_left .sudy-tab .tab-menu {
    height: auto;
    border-bottom: 1px solid #57b8ef;
    margin-bottom: 5px;
}

.mod_left .sudy-tab .tab-menu li {
    height: 42px;
    line-height: 42px;
    font-weight: normal;
    background: none;
    border-radius: 0;
    margin: 0 5px;
    font-size: 20px;
}

.mod_left .sudy-tab .tab-menu li.selected {
    background: none;
    border-bottom: 3px solid #0074B3;
    color: #333;
}

.mod_left .sudy-tab .tab-list li .more_btn {
    position: absolute;
    top: 0;
    right: 0;
}

.mod_right {
    width: 35%;
    float: right;
}

.post-6 .news_list .news {
    border-bottom: 1px dashed #e1e1e1;
}

.post-7,
.post-9 {
    margin-top: 15px;
}

.post-7 .con,
.post-9 .con {
    padding-top: 4px;
}

.post-7 .news_list .news .news_imgs,
.post-9 .news_list .news .news_imgs {
    float: left;
    margin-right: -280px;
    width: 280px;
    overflow: hidden;
    position: relative;
}

.post-7 .news_list .news .news_imgs a,
.post-9 .news_list .news .news_imgs a {
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    background-color: #efefef;
}

.post-7 .news_list .news .news_imgs img,
.post-9 .news_list .news .news_imgs img {
    width: 100%;
    height: auto;
    transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    transition: all 1s ease 0s;
}

.post-7 .news_list .news .news_con,
.post-9 .news_list .news .news_con {
    float: right;
    width: 100%;
}

.post-7 .news_list .news .news_con .news_arti,
.post-9 .news_list .news .news_con .news_arti {
    margin: 5px 0 0 300px;
}

.post-7 .news_list .news .news_con .news_arti .news_title,
.post-9 .news_list .news .news_con .news_arti .news_title {
    width: 100%;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    max-height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    text-overflow: initial;
}

.post-7 .news_list .news .news_con .news_arti .news_text,
.post-9 .news_list .news .news_con .news_arti .news_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #888;
    line-height: 24px;
    max-height: 120px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    text-indent: 28px;
}

.post-7 .news_list .news:hover .news_imgs img,
.post-9 .news_list .news:hover .news_imgs img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 1s ease 0s;
}

.post-8 {
    margin-top: 20px;
}

.post-8 .news_list .news {
    border-bottom: 1px dashed #e1e1e1;
}

.post-9 .news_list.news-bot {
    margin-top: 20px;
}

.post-9 .news_list.news-bot .news {
    border-bottom: 1px dashed #e1e1e1;
}

.post-10 .news_list .news {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
}

.post-10 .news_list .news .news_box .news_con {
    width: 100%;
    float: right;
}

.post-10 .news_list .news .news_box .news_con .news_arti {
    margin-left: 100px;
}

.post-10 .news_list .news .news_box .news_date {
    width: 74px;
    margin-right: -74px;
    position: relative;
    background: #7490a7;
    padding: 5px 0;
    float: left;
}

.post-10 .news_list .news .news_box .news_date .date-day {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 38px;
    font-family: "Candara";
    font-size: 32px;
    color: #fff;
}

.post-10 .news_list .news .news_box .news_date .date-year {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 26px;
    font-family: "Candara";
    font-size: 14px;
    color: #fff;
}

.post-10 .news_list .news .news_box .news_con .news_arti .news_title {
    width: 100%;
    line-height: 28px;
}

.post-10 .news_list .news .news_box .news_con .news_arti .news_text {
    width: 100%;
    float: left;
    margin-top: 6px;
    line-height: 20px;
    font-size: 12px;
    color: #888;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-10 .news_list .news a.news_box:hover .news_date {
    background: #4e6dde;
    transition: all 0.4s ease-in-out;
}

.post-10 .news_list .news a.news_box:hover .news_title {
    color: #1495ea;
    transition: all 0.4s ease-in-out;
}

.post-11 .con {
    overflow: hidden;
}

.post-11 .news_list {
    margin: 0 -20px;
}

.post-11 .news_list .news {
    width: 25%;
}

.post-11 .news_list .news .news_box {
    margin: 0 20px;
    position: relative;
    overflow: hidden;
}

.post-11 .news_list .news .news_box .news_imgs {
    padding-top: 75%;
    background-color: #F1F1F1;
    position: relative;
    overflow: hidden;
}

.post-11 .news_list .news .news_box .news_imgs img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.post-11 .news_list .news .news_box .news_bg {
    background: url(../images/newsbg.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s ease 0s;
}

.post-11 .news_list .news .news_box .news_con {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.post-11 .news_list .news .news_box .news_con .news_title {
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.post-11 .news_list .news .news_box:hover .news_bg {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-11 .news_list .news .news_box:hover .news_con {
    bottom: 50%;
    margin-bottom: -16px;
}

.post-12 {
    width: 100%;
    overflow: hidden;
}

.post-12 .con {
    margin-top: 5px;
    overflow: hidden;
}

.post-12 .tempWrap {
    width: 100% !important;
}

.post-12 .news_list .news {
    width: 33.3%;
}

.post-12 .news_list .news .news_box {
    margin: 0 10px;
    position: relative;
}

.post-12 .news_list .news .news_box .news_imgs {
    padding-top: 75%;
    background-color: #F1F1F1;
    position: relative;
    overflow: hidden;
}

.post-12 .news_list .news .news_box .news_imgs img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

.post-12 .news_list .news .news_box .news_con {
    position: absolute;
    bottom: 0;
    background: url(../images/conbg.png) repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 10px;
}

.post-12 .news_list .news .news_box .news_con .news_title {
    width: 100%;
    color: #fff;
    text-align: center;
}

.post-12 .news_list .news .news_box:hover .news_imgs img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: all 0.5s;
}

.post-12 .news_list .news .news_box:hover .news_con .news_title {
    color: #75c2f5;
    transition: all 0.5s;
}

.post-13 .news_list .news .news_title,
.post-13 .news_list .news .news_meta {
    line-height: 34px;
}

.post-14 .con {
    padding: 0 20px;
}

.post-14 .news_list {
    margin: 0 -20px;
}

.post-14 .news_list li.news {
    float: left;
    width: 20%;
    padding: 0px;
    text-align: center;
    border: none;
}

.post-14 .news_list li.news .news_box {
    margin: 0 10px;
}

.post-14 .news_list li.news .news_box .link_icon {
    display: inline-block;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-14 .news_list li.news .news_box .link_icon:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.post-14 .news_list li.news .news_box .link_icon .icon {
    width: 44px;
    height: 44px;
    margin: 10px 0px 0px;
    background: none;
    text-align: center;
    display: inline-block;
}

.post-14 .news_list li.news .news_box .link_icon .icon img {
    width: 100%;
    height: auto;
}

.post-14 .news_list li.news .news_box .link_con {
    display: block;
    line-height: 18px;
    margin: 12px 10px;
    max-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-14 .slick-slider {
    padding: 0;
}

.post-14 .slick-prev,
.post-14 .slick-next {
    width: 40px;
    height: 64px;
    margin-top: -48px;
}

.post-14 .slick-prev {
    background: url(../images/nextbg.png) left center no-repeat;
    left: 0;
}

.post-14 .slick-next {
    background: url(../images/nextbg.png) right center no-repeat;
    right: 0;
}

.post-14 .slick-active:first-child .link_icon {
    background: none;
}


/**链接**/
.link {
    background: #e5efe9;
}

.link .inner {
    padding: 35px 0;
}


/**友情链接**/
.botlinks {
    width: 80%;
    margin: 0 -15px;
}

.botlinks .links-wrap {
    float: left;
    display: inline-block;
    line-height: 28px;
    width: 25%;
}

.botlinks .links-wrap .links-box {
    border: 1px solid #bfbfbf;
    margin: 0 15px;
    position: relative;
}

.botlinks .links-wrap .links-box a.links-arrow {
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 28px 0 20px;
    font-size: 12px;
    color: #696969;
    background: #e7f1e8 url(../images/arrow.png) no-repeat right top;
    text-align: left;
}

.botlinks .links-wrap .links-box a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    color: #3f96da;
    background-position: right bottom;
    text-decoration: underline;
    cursor: pointer;
}

.botlinks .links-wrap .links-box .link-items {
    display: none;
    position: absolute;
    right: -1px;
    bottom: 28px;
    width: 100%;
    height: auto;
    max-height: 192px;
    overflow: auto;
    overflow-x: hidden;
    background: #e5efe9;
    z-index: 999;
    border: 1px solid #bfbfbf;
    border-bottom: 0;
}

.botlinks .links-wrap .links-box .link-items a {
    display: block;
    line-height: 22px;
    padding: 5px 8px;
    color: #444;
}

.botlinks .links-wrap .links-box .link-items a span {
    display: block;
    margin: 0 6px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.botlinks .links-wrap .links-box .link-items a:hover {
    color: #7b98ea;
    background: #f9e6ed;
    cursor: pointer;
}


/**二维码**/
.icon-code {
    width: 20%;
    float: right;
    padding-top: 5px;
}

.shares {
    text-align: right;
    height: 50px;
    padding-bottom: 54px;
}

.shares ul {
    display: inline-block;
    width: 42px;
    margin: 0;
    float: right;
}

.shares li {
    float: left;
    margin: 0px 0 0 25px;
    position: relative;
    padding: 0;
    width: 42px;
    height: 35px;
}

.shares li a {
    display: inline-block;
    width: 42px;
    height: 35px;
    line-height: 20px;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.shares li .con {
    /* display: none; */
    /* position: absolute; */
    /* bottom: 35px; */
    /* left: 50%; */
    /* z-index: 100; */
    /* margin-left: -106px; */
    /* width: 100px; */
}

.shares li .con img {
    /* width: 200px; */
    /* height: 200px; */
    /* vertical-align: top; */
    /* position: relative; */
    /* top: -165px; */
    /* right: 62px; */
}

.shares li .con span {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}

.shares li.i1 a {
    background: url(../images/wechat.png) top center no-repeat;
}

.shares li.i2 a {
    background: url(../images/sina.png) top center no-repeat;
}

.shares li.i3 a {
    background: url(../images/twitter.png) top center no-repeat;
}

.shares li a:hover {
    background-position: bottom center;
}








