.container {
       max-width: 1300px;
}

/*网站公共样式*/
.info-content {
       font-size: 16px;
       line-height: 2.5;
       clear: both;
}

a {
       color: #333;
       text-decoration: none;
}

a:hover {
       color: #bb2a39;
}

a:focus {
       color: #000;
}

a.btn-more {
       display: inline-block;
       width: 140px;
       height: 34px;
       line-height: 34px;
       border: 1px #CCC solid;
       color: #999;
       transition: all 0.5s ease;
       font-size: 14px;
       transition: all 0.5s ease;
       text-align: center;
       margin: 0px auto;
       margin-top: 30px
}

a.btn-more:hover {
       background: #40312f;
       border-color: #40312f;
       color: white;
}

.banner {
       height: 500px\9 !important;
       overflow: hidden\9 !important;
       overflow: hidden;
}

/*兼容ie低版*/
html {
       overflow-y: scroll;
       min-height: 101%;
}

html {
       overflow: -moz-scrollbars-vertical;
}


/*遮罩层*/
.mask-bg {
       position: fixed;
       width: 100%;
       height: 100%;
       display: none;
       height: 100vh;
       background-color: rgba(53, 53, 59, 0.8);
       overflow: hidden;
       z-index: 99;
       top: 0;
       left: 0;
}

.mask-bg.active {
       display: block;
}


/*主菜单*/
@media (min-width:1000px)
/*pc端*/
       {

       /*Top*/
       .header-bg {
              background: url(../image/header.jpg) no-repeat center center;
              height: 145px;
              line-height: 145px;
              background-size: cover;
       }

       .nav-bg {
              background-color: #941727;
              position: sticky;
              top: 0;
              left: 0;
              width: 100%;
              z-index: 99;
       }

       .nav-toggle {
              display: none
       }

       .logo img {
              max-height: 90px;
       }

       .nav>ul>li {
              display: inline-block;
              text-align: center;
              line-height: 60px;
              width: 12%;
       }

       .nav>ul>li:first-child>a {
              background: url(../image/home.png) no-repeat left;
              background-position-x: 34px;
              padding-left: 30px;
       }

       .nav>ul>li>ul {
              position: absolute;
       }

       .nav>ul>li>ul>li {
              line-height: 45px;
       }

       .nav>ul>li>a {
              width: 100%;
              font-size: 16px;
              font-weight: bold;
              display: block;
              text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
              color: #fff;
       }

       .nav>ul>li:hover>a,
       .nav>ul>li.active>a {
              background-color: rgba(0, 0, 0, 0.08);
              text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
       }

       .nav li:hover>ul {
              display: block;
       }

       .nav>ul>li>ul {
              border-top: 2px solid #b61e2d;
              padding: 10px 20px 20px;
       }

       .nav>ul>li>ul::before {
              display: block;
              margin: 0px auto;
              position: absolute;
              top: -8px;
              left: 45%;
              content: "";
              width: 0;
              height: 0;
              border-left: 8px solid transparent;
              border-right: 8px solid transparent;
              border-bottom: 8px solid #b61e2d;
       }

       .nav>ul>li>ul li ul::before {
              display: block;
              margin: 0px auto;
              text-align: center;
              position: absolute;
              top: 20px;
              left: -10px;
              content: "";
              width: 0;
              height: 0;
              border-bottom: 5px solid transparent;
              border-right: 5px solid transparent;
              border-top: 5px solid transparent;
              border-left: 5px solid #fff;
       }

       .nav ul li ul li a {
              display: block;
              width: 100%;
              text-align: center;
              font-size: 15px;
       }

       .nav ul li ul li a:hover {
              text-decoration: none;
              color: #b61e2d;
       }

       .nav ul li {
              position: relative;
       }

       .nav ul li .arrow {
              display: none
       }

       .nav ul li ul {
              background-color: rgba(255, 255, 255, 0.81);
              display: none;
              position: absolute;
              left: -15px;
              z-index: 2;
              width: 180px;
       }

       /*二级ul样式*/
       .nav ul li ul li ul {
              left: 115%;
              top: 0px;
              display: none;
       }

       /*三级以后ul样式*/
       .sousuo {
              font-size: 26px;
              padding: 30px 0 20px;
              text-align: center;
       }

       .header {
              position: relative;
              z-index: 5;
       }

       .determine {
              position: relative;
       }

       /*bottom*/
       footer {
              padding: 60px 0 20px;
              margin-top: 60px;
       }

       .addfoot {
              padding-bottom: 2px;
       }

       .loginTop {
              text-align: right;
              position: relative;
              top: 2px;
       }

       .loginTop li {
              display: inline-block;
              color: #fff;
       }

       .loginTop li a {
              color: #fff;
       }

       .loginTop li span {
              padding: 0 4px 0 10px;
       }
}

@media (max-width:1000px)
/*手机端*/
       {

       /*Top*/
       .header {
              background-color: #000;
       }

       .logo {
              line-height: 60px;
              text-align: left;
       }

       .logo img {
              height: auto;
              width: auto;
              max-width: 300px;
              max-height: 60px;
       }

       .nav-toggle {
              position: absolute;
              right: 0px;
              top: 0;
              font-size: 24px;
              color: #fff;
              min-width: 60px;
              height: 60px;
              line-height: 60px;
              text-align: center;
              cursor: pointer;
              z-index: 10;
       }

       .nav-toggle.active {
              color: #ccc;
       }

       .nav {
              position: fixed;
              z-index: 100;
              top: 0px;
              right: 0px;
              width: 0px;
              background: #fff;
              height: 100%;
              height: 100vh;
              opacity: 0;
              transition: all 0.2s linear;
              overflow-y: auto
       }

       .nav.active {
              opacity: 1;
              width: 300px;
              max-width: 60%
       }

       .nav ul li {
              line-height: 45px;
              text-align: left
       }

       .nav ul li ul {
              display: none;
       }

       /*二级ul样式*/
       .nav ul li a {
              padding-left: 30px;
              display: block;
              color: #999;
              font-size: 15px;
              line-height: 3.5;
              border-bottom: 1px solid #dcdcdc
       }

       .nav ul li ul li a {
              padding-left: 60px;
              font-size: 14px;
              background-color: #eeeeee
       }

       .nav ul li ul li ul li a {
              padding-left: 90px;
       }

       .nav ul li ul li ul li li a {
              padding-left: 120px;
       }

       .nav ul li {
              position: relative;
       }

       .nav ul li .arrow {
              position: absolute;
              right: 0px;
              top: 0px;
              width: 50px;
              height: 50px;
              line-height: 50px;
              text-align: center;
              transition-duration: 0s
       }

       .nav ul li .arrow:after {
              font-family: FontAwesome;
              content: "\f105";
              display: block;
              font-weight: bold;
              font-size: 18px
       }

       .nav ul li.current>a {
              color: #5a342b;
       }

       .nav ul li.active>ul {
              display: block
       }

       .nav ul li.active>.arrow {
              transform: rotate(90deg)
       }

       .sousuo {
              padding: 30px 0 20px;
              font-size: 25px;
              text-align: center;
       }

       /*bottom*/
       footer {
              padding: 20px 0 40px;
              margin-top: 30px;
       }

       .info-content video {
              width: 100% !important;
       }

       .adddetail {
              margin-left: -15px !important;
              margin-right: -15px !important;
       }
}

/*FOOTER*/
footer {
       background: url(../image/bottom-img.jpg) no-repeat center top;
       background-size: 100% 100%;
       color: #fff;
}

footer a {
       color: #fff;
}

footer a:hover {
       color: #dadada;
       text-decoration: underline;
}

.addfoot {
       text-align: center;
       font-size: 16px;
}

.addfoot li {
       display: inline-block;
}

.addfoot li span {
       padding: 0 10px;
}




/*图片列表*/
.images-list .row .item a {
       display: block;
       overflow: hidden;
}

.images-list .row .item img {
       display: block;
       width: 100%;
       height: auto;
       transition: all 0.3s ease-out 0s;
}

.images-list .row .item a:hover img {
       transform: scale(1.1, 1.1);
}



/*PC端置顶*/
#ToTop {
       position: fixed;
       bottom: 10%;
       right: 20px;
       width: 48px;
       height: 48px;
       text-indent: -999em;
       z-index: 20000;
       background: url(../image/bt1.png) no-repeat center;
}

#ToTop:hover {
       width: 48px;
       height: 48px;
       background: url(../image/bt1.png) no-repeat center;
       opacity: 0.1;
       text-indent: -999em;
       filter: alpha(opacity=100);
       opacity: 1;
       z-index: 20000;
}


/*手机端置顶*/
.curpointer {
       cursor: pointer;
}

.bg-bottgray {
       background-color: #000;
       width: 100%;
       height: auto;
}

.backphone {
       background: url(/Templates/T20035/images/phone.png) center center no-repeat;
}

.bott-fixed {
       left: 0;
       bottom: 0;
       z-index: 4;
}

.backtop {
       background: url(/Templates/T20035/images/top.png) center center no-repeat;
}

.backhome {
       background: url(../image/home.png) center center no-repeat;
}

.backwei {
       background: url(/Templates/T20035/images/wei.png) center center no-repeat;
}

.backsame li a .fa {
       font-size: 18px;
       padding-top: 5px;
       color: #fff;
}

.backsame li a span {
       padding-bottom: 2px;
       display: block;
       color: #fff;
       font-size: 12px;
}

@media(min-width: 1000px) {
       .phoblack {
              display: none;
       }
}


/*回到顶部*/
.gotoptop_icon {
       position: fixed;
       bottom: 80px;
       right: 40px;
       width: 40px;
       height: 40px;
       background: url(/Templates/T20035/images/backToTop.jpg) no-repeat center center;
       opacity: 1;
       z-index: 500;
}

.gotoptop_icon:hover {
       opacity: 0.9;
}

@media (max-width:1000px) {

       .gotoptop_icon,
       #ToTop {
              display: none !important;
       }
}



/*子栏目样式*/
.sub-nav-box {
       clear: both;
       position: relative;
}

.sub-nav-box .sub-nav {
       clear: both;
       text-align: left;
       margin-bottom: 20px;
       width: 100%;
       overflow: visible;
       background: #fafafa url(../image/bg.png) no-repeat bottom;
}

.sub-nav-box .sub-nav li {
       width: 100%;
       padding: 0px;
       text-align: left;
       position: relative;
       display: block;
}

.sub-nav-box .sub-nav li a {
       display: block;
       padding-left: 25px;
       line-height: 54px;
       font-size: 14px;
       color: #808080;
       font-family: "Microsoft YaHei", Tahoma, Verdana, "Simsun";
       border-bottom: 1px #ececec solid;
       font-size: 15px
}

.sub-nav-box .sub-nav li a:hover {
       color: #bb2a39;
}

.sub-nav-box .sub-nav li ul {
       display: none
}

.sub-nav-box .sub-nav li ul li a {
       padding-left: 55px;
}

.sub-nav-box .sub-nav li ul li ul li a {
       padding-left: 85px
}

.sub-nav-box li .arrow {
       position: absolute;
       right: 0px;
       top: 0px;
       width: 54px;
       height: 54px;
       line-height: 54px;
       text-align: center;
       transition-duration: 0.1s;
       cursor: pointer
}

.sub-nav-box li .arrow:after {
       font-family: FontAwesome;
       content: "\f105";
       display: block;
       font-weight: bold;
       font-size: 18px
}

.sub-nav-box .sub-nav li.current>a {
       color: #bb2a39;
}

.sub-nav-box .sub-nav li.active>ul {
       display: block
}

.sub-nav-box .sub-nav li.active>.arrow {
       transform: rotate(90deg)
}



/*文在超出范围*/
.card1 {
       display: block;
       /*内联对象需加*/
       word-break: keep-all;
       /* 不换行 */
       white-space: nowrap;
       /* 不换行 */
       overflow: hidden;
       /* 内容超出宽度时隐藏超出部分的内容 */
       text-overflow: ellipsis;
}

.card2 {
       overflow: hidden;
       display: -webkit-box;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
       word-break: break-all;
       height: 50px;
}

.card3 {
       overflow: hidden;
       display: -webkit-box;
       -webkit-line-clamp: 3;
       -webkit-box-orient: vertical;
       word-break: break-all;
       height: 60px;
}



/*面包屑*/
.breadcrumb>li+li::before {
       content: "/";
       color: #666;
}

.breadcrumb li a,
.breadcrumb li a span {
       color: #666;
}


/*单页公共样式*/
@media (min-width:1000px) {
       .info-content .title {
              font-size: 32px;
              letter-spacing: 2px;
              margin-bottom: 40px;
       }

       .pagetable {
              margin-left: 27%;
       }

       .pageTitle {
              margin: 20px 0 30px;
              padding-bottom: 10px;
       }

       .pageTitle .title {
              border-bottom: 2px solid #ba3f43;
              padding-bottom: 10px;
              font-size: 22px;
       }

       .pageTitle .breadcrumbbox {
              position: absolute;
              right: 10px;
              top: 2px;
       }

       .breadcrumb {
              padding: 8px 0;
       }
}

@media (max-width:1000px) {
       .info-content .title {
              font-size: 20px;
              margin-bottom: 15px;
              font-weight: bold;
       }

       .detail-back,
       .sub-nav-box {
              display: none;
       }

       .pageTitle .title {
              display: none;
       }

       .pageTitle {
              margin: 20px 0;
       }
}

.detail-back {
       margin-top: 40px;
}

.detail-back .back a:first-child {
       display: inline-block;
       border: 2px solid #2c9640;
       border-radius: 50px;
       width: 70px;
       height: 70px;
       line-height: 64px;
}

.detail-back .back i {
       background-color: #ccc;
       width: 30px;
       height: 1px;
       display: inline-block;
       margin-top: 30px;
}

.detail-back .fenxiang {
       width: 60px;
}

/*分享*/
.bshare-custom.icon-medium {
       width: 100%;
       float: left;
       margin: 35px 0 0 18px;
}

.bshare-custom.icon-medium .bshare-weixin {
       background: url(../image/img39.jpg) no-repeat !important;
}

.bshare-custom.icon-medium a {
       text-align: center;
       width: 60px !important;
       height: 60px !important;
       margin-bottom: 10px !important;
}

.bshare-custom.icon-medium .bshare-sinaminiblog {
       background: url(../image/img38.jpg) no-repeat !important;
}

.bshare-custom.icon-medium a.bshare-more.more-style-addthis {
       background: url(../image/img40.jpg) no-repeat !important;
}

.info-content .title {
       width: 100%;
       height: 60px;
       line-height: 60px;
       background: url(/Templates/T20035/images/title.png) no-repeat center center;
       color: #2a6835;
       text-align: center;
}

.pageTitle {
       border-bottom: 1px solid #f1f1f1;
}



/*分页-新闻中心-图片*/
.pa_textlist_1 .item {
       border-bottom: 1px dashed #ddd;
       padding: 16px 0;
}

.pa_textlist_1 .item .picbox {
       display: block;
       overflow: hidden;
}

.pa_textlist_1 .item .picbox img {
       transition: all 0.3s ease-in-out;
}

.pa_textlist_1 .item .picbox:hover img {
       transform: scale(1.08, 1.08);
}

.pa_textlist_1 .item .title {
       line-height: 1.4;
       text-align: left;
       font-size: 16px;
}

.pa_textlist_1 .item .date {
       font-size: 13px;
}

.pa_textlist_1 .item .intro {
       overflow: hidden;
       display: -webkit-box;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
       word-break: break-all;
       height: 46px;
}

.pa_textlist_1 .item .boxs {
       display: block;
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;
}

.pa_textlist_1 .item .columnlink {
       color: #b92837;
}

.pa_textlist_1 .contentbox {
       padding-right: 0;
}

@media(min-width:1000px) {
       .pa_textlist_1 .item .date {
              padding: 10px 0;
       }

       .pa_textlist_1 .item .boxs {
              margin-top: 15px;
       }
}

@media(max-width:1000px) {
       .pa_textlist_1 .item {
              padding: 12px 0;
       }

       .pa_textlist_1 .item .title {
              font-size: 14px;
       }

       .pa_textlist_1 .contentbox {
              padding-left: 8px;
       }
}



/*分页-新闻中心-文字*/
@media(min-width:1000px) {
       .home-answer li {
              line-height: 4;
       }
}

@media(max-width:1000px) {
       .home-answer li {
              line-height: 2.5;
       }
}

.home-answer li {
       position: relative;
       padding-right: 100px;
       border-bottom: 1px dashed #efefef;
}

.home-answer li .title {
       white-space: nowrap;
       text-overflow: ellipsis;
       overflow: hidden;
}

.home-answer li .title .fa {
       color: #666;
       padding-right: 10px;
}

.home-answer li .date {
       position: absolute;
       right: 0px;
       top: 0px;
       color: #666;
       font-size: 13px;
}

.home-answer li:hover a,
.home-answer li:hover .date,
.home-answer li:hover .title .fa {
       color: #d00e0f;
}









/*首页样式*/
@media (min-width:1000px) {
       .homeTitle {
              margin: 20px 0 20px;
       }

       .homeTitle .title {
              font-size: 18px;
              height: 50px;
              line-height: 48px;
       }

       .homeTitle .more {
              position: absolute;
              right: 0px;
              top: 4px;
       }
}

@media (max-width:1000px) {
       .homeTitle {
              margin: 20px 0;
       }

       .homeTitle .title {
              font-size: 18px;
              height: 38px;
              line-height: 38px;
       }
}

/*首页样式*/
.homeTitle {
       position: relative;
       border-bottom: 1px solid #dad7d7;
}

.homeTitle .title {
       color: #941727;
       display: inline-block;
       background: url(../image/ico01.png) no-repeat left;
       padding-left: 30px;
       border-bottom: 3px solid #961616;
}

.homeTitle .more a {
       position: absolute;
       right: 10px;
       top: 16px;
       background: url(../image/more.png) no-repeat;
       width: 19px;
       height: 17px;
}


/*首页-学校新闻*/
@media (min-width:1000px) {
       .school-news .news1 .titleboxs {
              padding: 5px;
              /* min-height: 81px; */
       }

       .school-news .news1 .boxs .topboxs .title {
              padding-bottom: 6px;
       }

       .school-news .news1 .boxs img {
              height: 267px !important;
       }
}

@media (max-width:1000px) {
       .school-news .news1 .titleboxs {
              padding: 10px 4px;
       }
}

.school-news .news1 .titleboxs {
       position: absolute;
       bottom: 0;
       left: 0;
       background-color: rgba(40, 40, 40, .67);
       width: 100%;
}

.school-news .news1 .boxs {
       overflow: hidden;
}

.school-news .news1 .boxs img {
       display: block;
       width: 100%;
       height: auto;
       transition: all 0.3s ease-out 0s;
}

.school-news .news1 .boxs img:hover {
       transform: scale(1.1, 1.1);
}

.school-news .news1 .boxs .topboxs .title {
       padding-right: 80px;
       display: block;
       word-break: keep-all;
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;
       font-size: 16px;
}

.school-news .news1 .boxs .topboxs .date {
       position: absolute;
       right: 0;
       top: 2px;
}

.message-list {
       position: relative;
       padding: 8px 0;
}

.message-list .message-title {
       padding-right: 90px;
       display: block;
       word-break: keep-all;
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;
       background: url(../image/dot072.png) no-repeat left;
       padding-left: 16px;
       background-position-y: 8px;
}

.message-list .message-date {
       position: absolute;
       right: 0;
       top: 10px;
}

.news-list .row .date {
       background: url(../image/date_bg.png) no-repeat center top;
}


/*首页-作息时间*/
@media (min-width:1000px) {
       .time-table .boxs {
              min-height: 226px;
       }
}

@media (max-width:1000px) {
       .time-table .boxs {
              min-height: 226px;
       }

}

.time-table .boxs {
       background-color: #f1f1f1;
}

.time-table ul {
       padding: 0 15px 20px;
}

.homeTitle2 {
       color: #9a4c56;
       font-size: 24px;
       line-height: 70px;
       position: relative;
       border-bottom: 1px solid #941727;
       margin-bottom: 18px;
       padding-bottom: 6px;
}

.homeTitle2::after {
       content: '';
       display: inline-block;
       background: url(../image/arr.png) no-repeat;
       width: 15px;
       height: 14px;
       position: absolute;
       bottom: -14px;
       left: 37px;
}

.homeTitle2 img {
       padding-left: 8%;
}

.homeTitle2 span {
       position: relative;
       top: 2px;
       left: 10%;
}

.ewmhome {
       width: 90px;
       height: 90px;
}

.time-table .homeTitle {
       margin: 20px 10px 20px;
}

/*首页-光影校园*/
.images-index-list {
       overflow: hidden;
       position: relative;
       margin-bottom: 30px;
}

.images-index-list .image {
       transition: .5s;
       -moz-transition: .5s;
       -webkit-transition: .5s;
       -o-transition: .5s;
}

.images-index-list .image img {
       width: 100%;
}

.images-index-list .text {
       position: absolute;
       bottom: 0px;
       width: 100%;
       padding: 20px;
       color: #fff;
       font-size: 18px;
       left: 0px;
       background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.images-index-list:hover .image {
       transform: scale(1.1);
}

.marginAuto-15 {
       margin: 0 -15px;
}


/*首页-快捷链接*/
.link-box {
       overflow: hidden;
}

.link-box li {
       padding: 0 15px;
       float: left;
       display: block;
       margin-bottom: 20px;
       overflow: hidden;
       cursor: pointer;
       text-align: center;
}

.link-box li i {
       display: block;
       margin: 10px auto;
       -webkit-transition: all 0.5s ease-out;
       transition: all 0.5s ease-out;
       font-size: 40px;
}

.link-box li a {
       display: block;
       color: #fff;
       font-size: 18px;
       padding: 10px 10px;
}

.link-box li:nth-child(1) a {
       background-color: #a6937c;
}

.link-box li:nth-child(2) a {
       background-color: #f8b551;
}

.link-box li:nth-child(3) a {
       background-color: #84ccc9;
}

.link-box li:nth-child(4) a {
       background-color: #aa89bd;
}

.link-box li:nth-child(5) a {
       background-color: #b28850;
}

.link-box li:nth-child(6) a {
       background-color: #8fc31f;
}

.link-box li:nth-child(7) a {
       background-color: #0075a9;
}

.link-box li:hover i {
       -webkit-transform: rotateY(180deg);
       transform: rotateY(180deg);
}

@media (min-width:1000px) {
       .link-box li {
              width: 14.285%;
       }

       .link-box {
              margin: 0 -15px;
       }

       .addimg1 img {
              height: 326px;
       }

       .addimg2 img {
              height: 147px !important;
       }

}

@media(max-width:999px) and (min-width:500px) {
       .link-box li {
              width: 33.3%;
       }
}

@media (max-width:499px) {
       .link-box li {
              width: 50%;
       }
}