/*!
 * ETUI v3
 *
 * Copyright 2016.9*/


/*-----字体图标引入------------------------------------------------------------------------*/
@import "https://at.alicdn.com/t/c/font_178760_4avmrsp9ycz.css";
 @font-face {
    font-family: 'iconfont';
    src: url('../iconfont/iconfont.eot');
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../iconfont/iconfont.woff') format('woff'),
    url('../iconfont/iconfont.ttf') format('truetype'),
    url('../iconfont/iconfont.svg#iconfont') format('svg');
  }
/* 
 @import url("http://at.alicdn.com/t/font_178760_8mfneub8bheka9k9.css");
  .iconfont {
      font-size: inherit;
      line-height: 1;
      -webkit-text-stroke-width: 0;
  } */
  
.iconfont {
    font-size: inherit;
    line-height: 1;
    -webkit-text-stroke-width: 0;
}

a {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0069c5;
}

#skip {
    height: 0;
    overflow: hidden;
}
#main .row{
    margin:0;
    padding-left:0;
}

/*-----控件------------------------------------------------------------------------*/

body {
    position: relative;
    font-size: 14px !important;
}

table td {
    vertical-align: middle !important;
    word-wrap: break-word;
    word-break: break-all;
}

[disabled] {
    cursor: not-allowed;
}

a[disabled] {
    color: #666;
}


/* 文字颜色 */

.text-primary {
    color: #0069c5!important;
}

.text-success {
    color: #66bb6a!important;
}

.text-error {
    color: #f15a5d!important;
}

.text-info {
    color: #42a5f5!important;
}

.text-warning {
    color: #ffa726!important;
}

.text-orange {
    color: #ff7043!important;
}

.text-purple {
    color: #5c6bc0!important;
}

.text-pink {
    color: #ec407a!important;
}

.text-blue {
    color: #0069c5!important;
}

.text-default {
    color: #444 !important;
}

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #999 !important;
}



/* 标题 */

.page-header-1 h4 {
    padding: 0 15px;
    font-size: 16px;
    border-left: 3px solid #0069c5;
    color: #0069c5;
}

.page-header-1 h3 {
    padding: 0 20px;
    font-size: 18px;
    color: #0069c5;
    border-left: 4px solid #0069c5;
}

.page-header-1 h3 a {
    color: #0069c5;
}

.page-header-1 h4 small {
    margin-left: 15px;
}

.page-header-2 {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

.page-header-2 h3 {
    display: inline;
    padding: 10px 15px 16px;
    font-size: 16px;
    color: #0069c5;
    border-bottom: solid 2px #005daf;
}

.page-header-2 a {
    padding-bottom: 0;
    border-bottom: 0;
}

.page-header-2 a.pull-right {
    font-weight: 500;
}

.tab-link {
    position: absolute;
    top: 0;
    right: 0;
}

.tab-link a {
    padding: 0 12px;
    border-left: 1px solid #ebebeb;
}

.tab-link a:first-child {
    border-left: 0;
}


/* TAB标签 */

ul.nav-pills {
    background-color: #f4f2f5;
}

ul.nav-pills li:first-child {
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    overflow: hidden;
}

ul.nav-pills li:last-child {
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    overflow: hidden;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #0069c5;
}

ul.nav-tabs.nav-line {
    padding-bottom: 1px;
    border-bottom: 1px solid #ebebeb;
}

ul.nav-tabs.nav-line>li>a {
    padding: 0 15px 13px;
    font-size: 16px;
    border-bottom: 2px solid transition;
}

ul.nav-tabs.nav-line>li.active>a {
    padding: 0 15px 13px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #0069c5;
    color: #0069c5;
}


/* 二级频道标语 */

.panel-fast {
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom: 1px solid #dee0e2;
}

.panel-fast-body {
    padding: 50px 0;
    background: url(../img/fast-ms.png) right no-repeat;
}

.panel-fast-body p {
    margin: 15px 0;
    font-size: 28px;
    color: #666;
}




.yellow {
    background: #ffa000;
}

.red {
    background: #e32428;
}

.green {
    background: #58c307;
}

.blue {
    background: #20a0e4;
}

.pink {
    background: #f15a5d;
}
/*-----底部------------------------------------------------------------------------*/

.footer {
    padding-bottom: 8px;
    background-color: #565a5d;
    color: #b7b9ba;
    font-size: 12px;
}

.footer .links {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    background-color: #4e5358;
}

.footer .links ul {
    position: relative;
}

.footer .links li {
    margin-left: 166px;
    float: left;
    color: #fff;
}

.footer .links li:first-child {
    margin-left: 0;
}

.footer .links li p {
    margin: 0;
    padding: 15px 0;
}

.footer .links li p i{
    margin-left: 3px;
    font-size: 12px;
    display: inline-block;
    /*display: inline-block;*/
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);   /* IE 9 */
    -moz-transform:rotate(-90deg);  /* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
    -o-transform:rotate(-90deg);    /* Opera */
}

.footer .links .dropdown {
    position: static;
}

.footer .links .dropdown ul {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 100%;
}

.footer .links .dropdown li {
    float: none;
    margin-right: 0;
    color: #666;
}
 /*底部新增样式*/
.footer .links .dropdown{
    margin-left:248px;
}

.footer .links .dropdown li a {
    margin: 5px 0;
    float: left;
    width: 16.666%;
    clear: none;
}
.footer-logo:before
, .footer-logo:after {
    display: table;
    content: '';
}
.footer-logo:after {
    clear: both;
}
.footer-logo {
    line-height: 28px;
}

.footer-logo img {
    display: block;
    margin: 0 auto;
    width: 52px;
}

.footer-logo span {
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: #b7b9ba;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 3px;
}
.footer-logo p {
    line-height: 20px;
    margin: 15px 0 30px;
}
.footer-add {
    margin-top: 10px;
}
.footer-add li {
    float: left;
    padding: 3px 0;
}

.footer-icp {
    position: relative;
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: right;
    overflow:hidden;
}
.footer-icp a{
    display: inline-block;
    margin-left: 25px;
}


.footer-icp img {
    margin: 0 auto;
}
.footer-icp .zc img {
    width: auto;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
}
.footer-icp p {
    margin-bottom: 0;
    color: #b7b9ba;
}
.footer-icp .item {
    float:left;
    width:33%;
    text-align: center;
    min-height:80px;
}
.footer-icp .item.jc-item{
    padding-top:20px;
}
.footer-icp .item>a{
    display:block;
    height:100%;
}
.footer-icp .item.jc-item img{
    width:auto;
}
.footer-icp .zc {
    width: 35%;
}
.footer .icp {
    color: #b7b9ba;
}
.footer-help a {
    padding: 0 13px;
    color: #b7b9ba;
    line-height: 14px;
    margin-left:0;
}
.footer-help > a + a {
    border-left: 1px solid #b9b9b9;
}

.footer-help a:last-child {
    border-right: 0;
}

.footer-help a:hover {
    color: #e4e4e5;
}

.footer-bottom {
    padding-top: 8px;
    border-top: 1px solid #b7b9ba;
}

.header {
    position: relative;
    height: 750px;
    background: #fff url(../img/header.png) center center no-repeat;
}

.header .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 15px;
    border-radius: 4px;
    background-color: transparent;
    z-index: 10;
}

.header .mainNav {
    position: relative;
    padding: 0 15px;
    background-color: rgba(249, 249, 249, .8);
    border-radius: 7px;
}

.mainNav .navbar-header,
.mainNav .navbar-nav {
    float: left;
    width: 30%;
}

.mainNav .navbar-nav {
    width: 70%;
}

.header .navbar h1 {
    margin: 0;
}

.header .navbar h1 a {
    display: block;
    line-height: 40px;
    padding-top: 15px;
    font-size: 28px;
    font-weight: 600;
    color: #0369c5;
    letter-spacing: 2px;
}

.header .navbar h1 img {
    width: 40px;
    vertical-align: bottom;
}

.header .navbar-nav > li > a {
    position: relative;
    height: 70px;
    line-height: 70px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    cursor: pointer;
}

.header .navbar-nav > li > a:hover,
.header .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #0369c5;
}

.header .navbar-nav > li {
    padding: 0 10px;
}

.header .navbar-nav > li.header-search {
    position: inherit;
}

.header .navbar-nav > li.header-search .dropdown-menu {
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    background-color: transparent;
}

.header .navbar-nav > li.header-search .dropdown-menu button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background-color: transparent;
    border: 0;
    color: #0369c5;
    outline: 0;
}

.header .navbar-nav > li.header-search .form-group {
    margin-bottom: 0;
}

.header .navbar-nav > li.header-search input {
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    text-align: center;
}

/* .header .navbar-nav > li:last-child {
    margin-right: -10px;
} */

.header .navbar-nav > li:last-child a:before {
    position: absolute;
    top: 28px;
    left: -10px;
    width: 1px;
    height: 14px;
    background-color: #666;
    background-color: rgba(102, 102, 102, .5);
    content: ' ';
}

.header .navbar-nav i {
    font-weight: 600;
}

.header .navbar-nav span {
    position: relative;
    display: inline-block;
}

.header .navbar-nav > li.active span:after {
    position: absolute;
    top: 25px;
    right: 0;
    width: 5px;
    height: 5px;
    background-color: #ff0000;
    border-radius: 50%;
    content: ' ';
}

.header .dropdown-menu {
    left: 50%;
    margin-left: -80px;
    width: 160px;
    background-color: rgba(249, 249, 249, .9);
    text-align: center;
    border: 0;
}

.header .dropdown-menu i {
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
}

.header .qr-code {
    position: absolute;
    bottom: 30px;
    left: 10%;
    text-align: center;
}

.header .qr-code img {
    width: 120px;
}

.header .qr-code p {
    margin-bottom: 0;
    margin-top: 5px;
    color: #fff;
}

.anchor {
    position: fixed;
    top: 50%;
    left: 15px;
    height: 369px;
    margin-top: -210px;
    padding: 110px 20px 0;
    background: url(../img/anchor-bg.png) center 0 no-repeat;
    background-size: 100px;
    z-index: 1001;
    /* overflow: hidden; */
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.anchor.disabled {
    height: 0;
    margin-top: -50px;
    padding-top: 102px;
    overflow: hidden;
}

.anchor .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #8cb9d3;
    border-radius: 50%;
    filter: alpha(opacity=100);
    opacity: 1;
}

.anchor .close i {
    display: block;
    height: 25px;
    line-height: 23px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

.anchor-list {
    height: 256px;
    padding-left: 0;
    margin-bottom: 0;
    border: 1px solid #8cb9d3;
    border-radius: 7px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.anchor.disabled .anchor-list {
    height: 0;
    overflow: hidden;
}

.anchor-list .item {
    display: block;
    text-align: center;
}

.anchor-list .item+.item {
    border-top: 1px solid #8cb9d3;
}

.anchor-list a {
    display: block;
    width: 80px;
    padding: 5px 10px;
    background-color: #fff;
    color: #8cb9d3;
}

.anchor-list .active a
, .anchor-list a:focus
, .anchor-list a:hover {
    background-color: #8cb9d3 !important;
    color: #fff;
    outline: 0;
}

.anchor-list .active i
, .anchor-list a:focus i
, .anchor-list a:hover i {
    color: #fff;
}

.anchor-list p {
    margin-bottom: 0;
}

.anchor-list i {
    font-size: 40px;
    color: #8cb9d3;
}

.anchor-link {
    position: fixed;
    bottom: 15px;
    right: 15px;
    padding-left: 0;
    margin-bottom: 0;
    z-index: 1001;
}

.anchor-link li + li {
    margin-top: 15px;
}

.anchor-link a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    opacity: 0.7;
}

.anchor-link a:hover
, .anchor-link a:focus {
    opacity:1;
}

.anchor-link i {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
}

.consult {
    position: fixed;
    top: 50%;
    right: 50px;
    margin-top: -80px;
}

.consult a {
    display: block;
    width: 152px;
    height: 126px;
    background: url(../img/consult.png) 0 0 no-repeat;
    outline: 0;
    background-size:100%;
}

.modal-consult iframe {
    width: 100%;
    height: 600px;
}

.modal-consult .modal-dialog {
    width: 980px;
}

.modal-consult .close {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #ec6941;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: pointer;
    outline: 0;
}
.one-cent,.thr-cont{
    background:url(../img/wenlibg01.png);
}
.nav-literary {
    margin-top: -75px;
    text-align: center;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.nav-literary  li {
    width:25%;
    padding: 0 30px;
    margin-bottom: 40px;
}
.nav-literary  li span{
    display:block;
    width:140px;
    height:140px;
    margin:0 auto 15px;
    background:url(../img/wticon01.png) no-repeat center;
    background-size:100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.nav-literary  li a{
    font-size:24px;
    color:#7aaaaa;
     transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.nav-literary  li:hover span{
    transform: scale(1.05,1.05);
}
.nav-literary .literary-nav1 span{
    background:url(../img/wticon01.png) no-repeat center; 
    background-size:100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.nav-literary .literary-nav1:hover span{
    background:url(../img/cwticon01.png) no-repeat center; 
    background-size:100%;    
}
.nav-literary .literary-nav2 span{
    background:url(../img/wticon02.png) no-repeat center; 
    background-size:100%;
}
.nav-literary .literary-nav2:hover span{
    background:url(../img/cwticon02.png) no-repeat center; 
    background-size:100%;
}
.nav-literary .literary-nav3 span{
    background:url(../img/wticon03.png) no-repeat center; 
    background-size:100%;
}
.nav-literary .literary-nav3:hover span{
    background:url(../img/cwticon03.png) no-repeat center; 
    background-size:100%;
}
.nav-literary .literary-nav4 span{
    background:url(../img/wticon04.png) no-repeat center; 
    background-size:100%;
}
.nav-literary .literary-nav4:hover span{
    background:url(../img/cwticon04.png) no-repeat center; 
    background-size:100%;
}
.nav-literary  li a:hover{
    background:none!important;
    color:#c7915e;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.nav-literary  li:hover span{
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.all-tit img{
    display: block;
    margin:80px auto 30px;
}
.all-tit01 img{
    margin:30px auto 30px;
}
.dynamic-box{
    padding:20px 0 50px;
}
.dynamic-box .row{
    background:#fff;
    margin:0;
    position: relative;
}
.dynamic-box .row ul{
    margin-bottom:0;
}
.dynamic-box .left-img{
    padding:8px 0;
}
.dynamic-box .dongt-slider{
    background:#fff;
    padding:5px;
    border:1px solid #333;
    position: relative;
}
.left-img .owl-dots{
    position: absolute;
    width:100%;
    bottom:10px;
}

.left-img  .owl-dots .owl-dot span{
    border-radius: 0;
    width:8px;
    height:8px;
    margin:0 5px;
    box-shadow: 0 1px 1px #555;
    border:2px solid #fff;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    background:none;
}
.left-img  .owl-dots .active span{
    background:#fff!important;
}
.dynamic-box .right-list{
    background:#f8f8f8;
    padding:0;
}
.dynamic-box .right-list li{
    height:94px;
    padding:12px 0;
    position: relative;
}
.dynamic-box .right-list .act-li{
    background:#fff;
    border-right:10px solid #ca8c51;
}
.dynamic-box .right-list .act-li:before{
    content: "\e602";
    font-family: "iconfont";
    font-size:18px;
    color:#fff;
    position: absolute;
    right:-13px;
    top:50%;
    margin-top:-14px;
}
.dynamic-box .right-list li a{
    display:flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.right-list .date{
    color:#333;
    padding:0 20px;
}
.right-list .act-li .date{
    color:#ca8c51;
}
.right-list .date b{
    display: block;
    text-align: center;
    font-size:28px;
    font-weight:500;
}
.right-list .text{
    max-width:80%;
}
.right-list .text h4{
    font-size:20px;
    color:#333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.right-list .text p{
    width:100%;
    font-size:16px;
    color:#aeaeae;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


/*体育场所*/
@font-face {
    font-family: 'sysongti';
    src: url('../fonts/sysongti.eot');
    src:
      url('../fonts/sysongti.eot?#iefix') format('embedded-opentype'),
      url('../fonts/sysongti.woff') format('woff'),
      url('../fonts/sysongti.ttf') format('truetype');
  }
.two-cont{
    background:url(../img/wenlibg02.png);
}
.two-cont .container{
    padding:0;
}
.two-cont .container ul{
    padding:0;
}
.sports-nav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sports-nav li{
  width:120px;
  height:42px;
  line-height:40px;
  margin:10px;
  text-align: center;
  color:#fff;
  font-size:20px;
  background:url(../img/tab02.png) no-repeat;
  background-size:100%;
  cursor: pointer;
}
.sports-nav .act-nav{
    background:url(../img/tab01.png) no-repeat;
    background-size:100%;  
}
.sports-nav li:hover{
    background:url(../img/tab01.png) no-repeat;
    background-size:100%;  
    opacity: 0.8; 
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.sports-slider{
    position: relative;
}
#main .owl-nav{
    position: absolute;
    left:0;
    width:100%;
    top:50%;
    margin-top:-60px;
}
.sports-slider .item{
    padding:0 8px; 
}
.sports-slider .sport-box{
    width:100%;
    height:176px;
    overflow: hidden;
    border-radius:4px;
    position: relative;
    margin-bottom:20px;
    transition:all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.sports-slider .sport-box:hover .txt-box{
  top:0;
  padding:30px 0;
  background:rgba(193,140,89,0.9);
  transition:all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.sports-slider .sport-box img{
    display:block;
    width:100%; 
}
.sport-box .txt-box{
    width:100%;
    height:186px;
    background:rgba(0,83,83,0.9);
    padding:5px;
    color:#fff;
    text-align:center;
    position: absolute;
    left:0;
    top:136px;;
    transition:all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    
}
.sports-box .txt-box h4,.sports-box .txt-box p{
   width:100%;
   overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap; 
}
.owl-controls{
    margin:0;
    }
#main .owl-carousel .owl-prev,#main .owl-carousel .owl-next{
    background:none;
    position: absolute;
    top:0;
}
.sports-slider .owl-prev{
    left:-80px;
}
.sports-slider .owl-next{
    right:-80px;
}
#main .owl-carousel .owl-prev:before{
    content: "\e600";
    font-family: 'iconfont';
    color:#7aaaaa;
}
.sports-slider .owl-prev:before,.sports-slider .owl-next:before{
    font-size:64px;
    position: relative;
    top:-10px
}
#main .owl-carousel .owl-next:before{
    content: "\e601";
    font-family: 'iconfont';
    color:#7aaaaa;
}

.motion-box {
    color:#fff;
}
.motion-box>div>div{
    height:532px;
}
.motion-box>div{
    padding:0 5px;
}
.motion-box .tit{
    text-align:center;
    margin-bottom:35px;
}
.motion-box .tit span{
    font-size:22px;
    display: inline-block;
    padding:3px 30px;
    font-family:'sysongti';
    color:#fff;
    position: relative;
    background:url(../img/B1A19C1.png) left no-repeat,url(../img/B1A19C2.png) right no-repeat;
}

.motion-box .left-box{
    background:#7bc0d7;
    padding:20px 10px 10px;
    text-align: center;
}
.motion-box .middle-box{
    background:#8bcbcb;
    padding:20px 25px;
}
.left-box .problem-txt{
    background:#86cde5;
    border-radius: 5px;
    padding:8px;
    margin-bottom:30px;

}
.left-box .problem-txt>div{
    border-radius: 5px;
    padding:8px;
    border:2px #43818d dashed;
}
.left-box .problem-txt li{
    text-align: left;
}
.left-box .problem-txt li:before{
    content: "·";
    font-weight:500;
    margin-right:5px;
}
.motion-box .left-box p{
    font-size:16px;
}
.left-box a{
    cursor: pointer;
    display: block;
    color:#fff;
    margin:0 auto;
    box-shadow: 0 2px 8px rgba(100,100,100,0.2)
}
.left-box .problem-txt .ceshi-a{
    display:block;
    width:88%;
    height:20px;
    margin:0 auto;
    position: relative;
    top:20px;
}
.problem-txt .ceshi-a a{
    display:block;
    width:100%;
    height:42px;
    line-height: 42px;
    font-size:20px;
    border-radius: 21px;
    background:#49c3eb;
    position: absolute;
    top:-10px;
    left:0;
}
.left-box .problem-txt:hover a{
    background:#28a5ce;
    text-shadow: 0 1px #999;
    transition:all  0.3s linear;
}
.left-box .but-a{
    width:90%;
    border-radius: 5px;
    height:60px;
    line-height:60px;
    font-size:22px;
    margin:15px auto;
    background:#8bd6ef;
}
.left-box .but-a i{
    display: inline-block;
    width:40px;
    height:40px;
    background:#60b2f2;
    border-radius: 50%;
    line-height: 40px;
    margin-right:10px;
    transition:all  0.3s linear; 
}
.left-box .but-a:hover{
    background:#5cc3e5;
    text-shadow: 0 1px #999;
    transition:all  0.3s linear; 
}
.park-slider .item{
  padding:0 22px;
}
.park-slider .item>a{
    display: block;
    width:100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.park-slider p{
    width:100%;
    padding:10px;
    text-align: center;
    color:#fff;
    background:rgba(0,83,83,0.7);
    position: absolute;
    left:0;
    bottom:0;
    margin-bottom:0;
}
.park-slider .owl-prev:before,.park-slider .owl-next:before{
    font-size:48px;
    font-weight:500;
    color:#1b8080!important;
}
.park-slider .owl-prev{
    left:-32px;
}
.park-slider .owl-next{
    right:-32px;
}
.park-slider .owl-dots {
    margin:5px 10px;
}
.park-slider .owl-dots .owl-dot span{
    border-radius:0;
    border:1px solid #fff;
    background:none;
    width:6px;
    height:6px;
    box-shadow: 0 1px 1px rgba(100,100,100,1);
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	
    -moz-transform:rotate(45deg); 	
    -webkit-transform:rotate(45deg); 
    -o-transform:rotate(45deg); 
}
.park-slider .owl-dots .active span{
   background:#fff!important;
}
.middle-box .tieshi{
    background:#94d7d7;
    border-radius: 5px;
    padding:8px;
}
.middle-box .tieshi>div{
    border-radius: 5px;
    border:2px #43818d dashed;
    padding:8px;
}
.middle-box .tieshi ul{
    display:flex;
    flex-wrap: wrap;
}
.middle-box .tieshi ul li{
    width:50%;
    padding:3px 0;
}
.middle-box .tieshi ul li:before{
    content: "·";
    font-weight:600;
    margin-right:5px;
}
.motion-box .right-box{
    background:#9abcde;
    padding:20px;
}
.motion-box .right-box ul{
    margin-bottom:30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.motion-box .right-box ul:last-child{
    margin-bottom:0;
}
.motion-box .right-box ul li{
    text-align: center;
    width:50%;
}
.motion-box .right-box li a{
    color:#fff;
}
.motion-box .right-box li span{
    display: block;
    width:56px;
    height:56px;
    margin:8px auto;
    border-radius: 50%;
    border:2px solid #99ccff;
    background:#75ade5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.motion-box .right-box li p{
    font-size:16px;
}
.motion-box .right-box li .iconfont{
    font-size:28px;
}
.icon-jianshenfang1{
    font-size:30px!important;
}
.icon-budao{
    font-size:52px!important;  
}
.icon-jianshenfang{
    font-size:24px!important;
}
.two-cont .all-tit02 img{
    margin-top:0;
    position: relative;
    top:80px;
}
.motion-box{
    position: relative;
    top:80px;
}
/*  文化遗产  */
.thr-cont{
    padding-top:80px;
}
.culture-nav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.culture-nav li{
  width:170px;
  height:42px;
  line-height:40px;
  margin:10px;
  text-align: center;
  color:#fff;
  font-size:20px;
  background:url(../img/wnavbg.png) no-repeat;
  background-size:100%;
  cursor: pointer;
}
.culture-nav .act-nav{
    background:url(../img/wactnavbg.png) no-repeat;
    background-size:100%;  
}
.culture-nav li:hover{
    background:url(../img/wactnavbg.png) no-repeat;
    background-size:100%;  
    opacity: 0.8; 
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.culture-owl{
    padding:60px 0;
}
.culture-owl .item:hover .img-box{
    background:url(../img/waike01.png) no-repeat;
    background-size:100%;
}
.culture-owl .item:hover h3{
    color:#c18c59;
}
.culture-owl .img-box{
    width:160px;
    height:160px;
    background:url(../img/waike02.png) no-repeat;
    background-size:100%;
    padding:15px;
    box-sizing: border-box;
}
.culture-owl .img-box img{
    display: block;
    width:100%;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    top:-10px;
}
.culture-owl .txt-ul{
    display: flex;
}
.culture-owl .txt-ul li{
    width:35px;
    padding:15px;
    text-align: center;
    display: inline-block;
}
.culture-owl .txt-ul li:nth-child(2) p{
    border-right:1px solid #333;
    padding-bottom:30px;
}
.culture-owl01 .txt-ul li:last-child{


  position: relative;
  top:120px;
}
.culture-owl .txt-ul li h3{
    margin:0;
    color:#7aaaaa;
}
.culture-owl .txt-ul li p{
    position: relative;
    top:60px;
    writing-mode:lr-tb;
    writing-mode: vertical-lr;
}
.culture-owl .owl-next:before,.culture-owl .owl-prev:before{
    font-size:72px;
}
.culture-owl .owl-next{
    right:-60px;
}
.culture-owl .owl-prev{
    left:-60px;
}
.culture-owl .owl-dots .owl-dot span{
    width:50px;
    height:4px;
    background:#7aaaaa;
}
.culture-owl .owl-dots .active span{
   background:#c18c59!important;
}
.culture-owl02 .txt-ul li p{
    position: relative;
    top:30px;
    writing-mode:lr-tb;
    writing-mode: vertical-lr;
}
.culture-owl02 .item>div{
    position: relative;
}
.js-text{
    width:80%;
    font-size:13px;
    line-height:20px;
    padding:15px;
    background:#fff;
    box-shadow: 0 0 10px rgba(100,100,100,0.3);
    display:block;;
    position: absolute;
    left:20%;
    top:30%;
    z-index:88;
    display: none;
    transition: all 0.5s linear;
}
/*关注普陀*/
.for-cont{
  background:url(../img/bot-bg.png) no-repeat;
  background-size:cover;
}
.for-cont ul{
    display: flex;
    justify-content: space-between;
    padding:0 100px 80px;
}
.for-cont ul p{
    font-size:18px;
    text-align: center;
}

/* .owl-carousel .owl-item img{
    min-height:400px;
} */
.dongt-slider .owl-item .item{
    min-height:356px;
}
/* ---------------------------------------------------------------------------------------------------------*/
.dongt-slider .owl-item .item img{
    width:100%;
    height:356px;
}

.owl-item .item>a{
    display: block;
    width:100%;
    height:100%;
}
/*夜跑公园专题页*/
.night-header {
    position: relative;
    height: 550px;
    background: #fff url(../img/yptopbg.png) center center no-repeat;
}
.night-tips{
    max-width:1000px;
    margin:0 auto;
    width:100%;
    border-radius:5px;
    padding:15px;
    background:#e9f4f4;
    box-shadow:0 2px 10px rgba(0,0,0,0.3);
    position: relative;
    top:-160px;
    
}
.night-tips>.row{
    margin:0;
    padding:10px 20px;
    border-radius:5px;
    border:2px #478caa dashed;
}
.night-tips .iconfont{
    display:block;
    width:52px;
    font-size:44px;
    color:#ce8a4a;
    vertical-align:middle;
    text-align: center;
    position: absolute;
    left:0;
    top:0;
}
.night-tips .icon-ypicon1,.night-tips .icon-ypicon{
    font-size:42px;
}
.night-tips .icon-ypicon5{
    font-size:40px;
}
.night-tips>.row .col-xs-12{
    padding:0;
    padding-left:52px;
    position: relative;
}
.night-tips p{
    padding:10px 0;
}
.night-tips h3{
    text-align: center;
    color:#ce8a4a;
    margin:10px;
}
.night-page{
    background:url(../img/wenlibg02.png);
}
.night-list{
    position: relative;
    top:-100px;
}
.night-list ul li>div{
    width:100%;
    position: relative;
    overflow: hidden;
	height: 194px;
    object-fit: cover;
}
.night-list .col-md-3{
    padding:0 10px;
    margin-bottom:20px;
}
.night-list li img{
    display: block;
    width:100%;
}
.night-list li .text{
    background:rgba(0,83,83,0.6);
    position: absolute;
    width:100%;
    height:42px;
    color:#fff;
    left:0;
    bottom:0;
    display: flex;
    justify-content:center;
    align-items: center;
    text-align:center;
     transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -webkit-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
}
.night-list li .text .tit{
    font-size:20px;
    display: block;
}
.night-list li .iconfont{
    display: inline-block;
    margin-right:5px;
}
.night-list li .text p{
    width:100%;
    margin:0;
    display: none;
}
.night-list li:hover .text{
    height:100%;
    background:rgba(192,140,90,0.9);
    transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
}
.night-list li:hover .text p{
    display: block;
}
.position-nav{
   position: relative;
   top:90px;
}

.position-nav a{
    color:#000;
}
.position-nav a:hover{
    cursor: pointer;
    color:#0069c5;
    font-weight:500;
    transition: all 0.3s linear;
}
/*学校场馆*/
.clearfix:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.clearfix{
    zoom:1;
}
.school-header {
    height:550px;
    background: #fff url(../img/school/schooltop.png) center center no-repeat;
}
.school-page{
    background:url(../img/wenlibg02.png);  
}
.school-nav{
    padding-left:0;
}
.school-nav li{
    cursor: pointer;
    float: left;
    width:128px;
    height:44px;
    line-height:42px;
    margin:20px 6px;
    text-align: center;
    background:url(../img/tab02.png) no-repeat;
    background-size:100%;
    color: #fff;
    font-size:21px;
}
.school-nav .no-mar{
   margin-right:0;
}
.school-nav .act-li{
    background:url(../img/tab01.png) no-repeat;
    background-size:100%;
}
.school-nav li button{
    border:none;
    background:none;
    outline: none;
}
.school-page .night-list{
  top:0;
}

.pagination>li>a,
.pagination>li>span{
    color: #7aaaaa;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
    background-color: #7aaaaa;
    border-color: #7aaaaa;
}




/* 文化场地 */
.culture-header{
    height:550px;
    background: #fff url(../img/culture/culturetop.png) center center no-repeat;
}

/* 体育场地 */
.sport-header{
    height:550px;
    background: #fff url(../img/sport/sporttop.png) center center no-repeat;
}






























@media (max-width: 1199px) {
    .dynamic-box .row{
        height:auto;
    }
    .small-rac{
        position: absolute;
        left:0;
        top:280px;
    }
    .dynamic-box .right-list li{
        height:80px;
        padding:5px 0;
    }
    .right-list .date{
        padding:0 10px;
    }
    .right-list .text h4{
        font-size:16px;
    }
    .right-list .text p{
        font-size:14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow:hidden;
    }
    .right-list .text{
        padding-left:15px;
    }
    /*-------------------------------------------------------------*/
    .dongt-slider .owl-item .item{
        min-height:300px;
    }
   
    .dongt-slider .owl-item .item img{
        width:100%;
        height:300px;
    }
    
}

@media (max-width: 991px) {
    .right-list .date{
        padding:0 30px;
    }
    .header .navbar-nav > li {
        padding: 0 5px;
    }
    .header .qr-code {
        left: 50px;
    }
    .nav-cricles {
        margin-top: -50px;
    }
    .nav-cricles li a {
        width: 100px;
        height: 100px;
        padding-top: 10px;
        font-size: 18px;
    }
    .nav-cricles li i {
        font-size: 40px;
    }
    .nav-cricles li.active a:after {
        bottom: -14px;
        border: 10px solid transparent;
        border-top-color: #f374aa;
        border-bottom-width: 0;
        margin-left: -10px;
    }
     /*-------------------------------------------------------------*/
     .dongt-slider .owl-item .item{
        min-height:340px;
    }
     
    .dongt-slider .owl-item .item img{
        width:100%;
        height:340px;
    }
   
    .motion-box>div>div{
        height:auto!important;
    }
}

@media (max-width: 767px) {
    .section {
        padding: 45px 0;
    }
    .header .mainNav {
        padding: 5px 15px;
    }
    .mainNav .navbar-header {
        width: auto;
    }
    .mainNav .navbar-nav {
        float: right;
        width: auto; 
        margin: 0;
        line-height: 40px;
    }
    .mainNav .navbar-nav > li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding-bottom: 5px;
    }
    .header {
        height: auto;
        background: #fff;
    }
    .header .navbar {
        padding-top: 5px;
    }
    .header .navbar-nav > li > a {
        height: 20px;
        line-height: 20px;
    }
    .header .navbar-nav > li.active span:after {
        top: 0px;
    }
    .header .navbar h1 a {
        padding-top: 0;
        font-size: 18px;
    }
    .header .navbar h1 img {
        width: 30px;
        vertical-align: middle;
    }
    .header .navbar-nav > li+li a {
        margin-left: 0;
        padding-left: 0;
    }
    .header .navbar-nav > li+li a:before {
        content: none;
    }
    .header .navbar-nav > li:last-child a:before {
        top: 3px;
    }
    .header .dropdown-menu {
        position: absolute !important;
        line-height: 20px !important;
        background-color: rgba(249, 249, 249, .9) !important;
    }
    .header .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px
    }
    .nav-cricles {
        margin-top: -50px;
    }
    .nav-cricles li {
        margin-bottom: 0;
    }
    .title {
        height: 60px;
        margin-bottom: 30px;
        padding-top: 13px;
        font-size: 20px;
        background-size: 100% 100%;
    }
    .night-tips p{
        padding:5px 0 10px;
        margin:0;
    }
   
   
}

@media (max-width: 540px) {
    .sports-nav li{
        font-size:16px;
        width:80px;
        line-height: 32px;
        height:32px;
        background:#43818d;
    }
    .sports-nav .act-nav{
        background:#ec6941;
    }
    .sports-nav li:hover{
        background:#ec6941;
    }
    .right-list .date {
        padding: 0 8px;
    }
    .nav-literary>li>a{
        padding:0;
    }
    .dynamic-box .right-list li .text{
        max-width:75%;
    }
    .dynamic-box .right-list li a{
        flex-wrap: nowrap;
    }
    .right-list .text h4{
        font-size:16px;
    }
    .right-list .text p{
        width:100%;
        font-size:14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .nav-cricles li {
        padding: 0 10px;
    }
    .nav-cricles li a {
        padding-top: 15px;
        border-width: 2px;
    }
    .nav-cricles li.active a:after {
        bottom: -10px;
    }
    .nav-literary  li span{
        width:70px;
        height:70px;
        margin:5px;
    }
    .nav-literary li{
        padding:0;
    }
    .nav-literary li a{
        font-size:16px;
    }
    .nav-literary{
        margin-top:-45px;
    }
    .sports-slider .sport-box{
        width:320px;
        margin:0 auto 20px;
    }
    .sports-slider .owl-prev{
        left:-20px;
    }
    .sports-slider .owl-next{
        right:-20px;
    }
    .sports-slider .owl-next:before{
        font-size:38px;
    }
    .sports-slider .owl-prev:before{
        font-size:38px;
    }
    .culture-owl{
        padding:10px 0;
    }
    .culture-owl .img-box{
        width:120px;
        height:120px;
        margin:0 auto;
    }
    .culture-owl .txt-ul{
        display:block;
        padding:0;
    }
    .culture-owl .txt-ul li{
        width:100%;
        padding:0;
    }
    .js-text{
        display:none;
    }
    .culture-owl .txt-ul li p{
        padding-bottom:0!important;
        border-right:none!important;
        top:0;
        writing-mode:horizontal-tb!important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .culture-owl .owl-next:before, .culture-owl .owl-prev:before{
        font-size:30px;
    }
    .culture-owl .owl-next{
        right:-20px;
    }
    .culture-owl .owl-prev{
        left:-20px;
    }
    .txt-ul .title{
        height:30px;
        font-size:16px;
    }
    .culture-owl .owl-dots .owl-dot span{
        width:10px;
    }
    .culture-nav {
        padding:0;
    }
    .culture-nav li{
        width:28%;
        font-size:15px;
        height:28px;
        line-height:28px;
        margin:5px;
        background:#43818d;
        border-radius: 3px;
    }
    .culture-nav li:hover{
        background:#ec6941;
    }
    .culture-nav .act-nav{
        background:#ec6941;
    }
    .motion-box .tit{
        margin-bottom:10px;
    }
    .motion-box>div>div{
        height:500px;
    }
    .motion-box .middle-box{
        padding:15px;
        height:460px;
    }
    .motion-box .right-box ul{
        margin-bottom:10px;
    }
    .motion-box .right-box{
        height:420px;
    }
    .motion-box>div{
        margin-bottom:10px;
    }
    .dynamic-box{
       padding:0;
       position: relative;
       top:-20px;
    }
    .culture-owl01 .txt-ul li p{
        margin:0;
    }
    .culture-owl01 .txt-ul li:last-child{
        top:0;
    }
    .for-cont ul{
        flex-wrap: wrap;
        padding:0 10px 10px;
    }
    .for-cont ul li{
        width:50%; 
    }
    .all-tit img{
        margin:30px auto 15px;
    }
    .two-cont .all-tit02 img{
        top:15px;
    }
    .two-cont .all-tit02{
       height:20px;
    }
    .culture-owl .culture-owl02 .txt-ul,.culture-owl .culture-owl03 .txt-ul  {
      height:32px;
      overflow: hidden;
    }
    .culture-owl .culture-owl02 .txt-ul li p,.culture-owl .culture-owl03 .txt-ul li p{
        display: none;
    }
    .culture-owl02 .js-text,.culture-owl03 .js-text{
        display:block;
        width: 100%;
        font-size: 13px;
        line-height: 20px;
        padding: 0px;
        background:none;
        box-shadow:none;
        display: block;
        position: relative;
        left:0;
        top:0;
        z-index: 88;
        opacity: 1;
        transition: all 0.5s linear;
        padding:0 30px;
    }
    .night-tips .icon-ypicon1,.night-tips .icon-ypicon{
        font-size:36px;
    }
    .night-tips .icon-ypicon5{
        font-size:32px;
    }
    .position-nav{
      display: none;
     }
}

@media (max-width: 480px) {
    .header .navbar-nav > li {
        padding: 0 5px;
    }
    /* .header .navbar-nav > li:last-child {
        width: 100%;
        margin-top: 10px;
    } */
    .header .navbar-nav > li:last-child a:before {
        content: none;
    }
    .edu-service {
        background: #fff;
    }

    .culture-owl .culture-owl02 .txt-ul li p{
        display: none;
    }
    .culture-owl02 .js-text,.culture-owl03 .js-text{
        display:block;
        width: 100%;
        font-size: 13px;
        line-height: 20px;
        padding: 0px;
        background:none;
        box-shadow:none;
        display: block;
        position: relative;
        left:0;
        top:0;
        z-index: 88;
        opacity: 1;
        transition: all 0.5s linear;
        padding:10px;
    }
     /*-------------------------------------------------------------*/
    .dongt-slider .owl-item .item{
        min-height:300px;
    }
   
    .dongt-slider .owl-item .item img{
        width:100%;
        height:300px;
    }
    .night-tips{
        top:-100px;
    }
    .night-list{
        top:-50px
    }
    .school-nav{
        margin-top: 10px;
    }
    .school-nav li{
        width: 31.333%;
        margin: 0 1%;
    }
}

@media (max-width: 414px) {
    .header .navbar h1 a {
        font-size: 18px;
    }
    .header .navbar h1 img {
        width: 35px;
        vertical-align: middle;
    }
    .nav-cricles {
        margin-top: -40px;
    }
    .nav-cricles li {
        padding: 0 5px;
    }
    .nav-cricles li a {
        width: 80px;
        height: 80px;
        padding-top: 12px;
        font-size: 16px;
    }
    .nav-cricles li i {
        font-size: 30px;
    }
    .question-list-3 .tips .dropdown-menu {
        min-width: 250px;
    }
    .dongt-slider .owl-item .item{
        min-height:250px;
    }
    
    .dongt-slider .owl-item .item img{
        width:100%;
        height:250px;
    }
    .night-list .col-md-3{
        padding:2px;
        margin-bottom:5px;
    }
    .night-list li .text .tit{
        font-size:16px;
    }
    .night-list li .text p{
        font-size:12px;
     }
      .night-tips{
        top:-80px;
    }
}

@media (max-width: 380px) {
    .container{
        padding:8px;
    }
    .title {
        font-size: 14px;
    } 
     /*-------------------------------------------------------------*/
    .dongt-slider .owl-item .item{
        min-height:240px;
    }
    
    .dongt-slider .owl-item .item img{
        width:100%;
        height:240px;
    }
     .night-list .col-xs-6{
        width:100%;
     }
   
}


li{
    list-style: none;
}

.footer-ewm-0618 img{
    width: 68px;
}