@charset "gb2312";
.page-s,
.page-l,
.page-n {
    margin-bottom: 60px;
    color: #366293;
}
a {
    color: #366293;
    text-decoration: none;
}
a:hover { color: #152d53; }
/* 头部 */
.cont-h-t { padding-top: 20px; }
.cont-h-t p {
    font-size: 18px;
    line-height: 20px;
    color: #00173c;
    text-align: right;
    font-weight: bold;
}
.cont-h-t .code {
    margin-top: 10px;
    font-size: 16px;
    color: #900;
}
.cont-h-t .ad-y { margin-top: 50px; }
/* 导航 */
.navbar-default {
    background-color: #012d5a;
    border-color: #099;
}
.navbar-default .navbar-brand { color: #fff; }
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus { color: #e9f708; }
.navbar-default .navbar-text { color: #fff; }
.navbar-default .navbar-nav > li > a { color: #fff; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus { color: #e9f708; }
.navbar-default .navbar-nav > li > .dropdown-menu { background-color: #012d5a; }
.navbar-default .navbar-nav > li > .dropdown-menu > li > a { color: #fff; }
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    color: #e9f708;
    background-color: #099;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li.divider { background-color: #099; }
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e9f708;
    background-color: #099;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #e9f708;
    background-color: #099;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #e9f708;
    background-color: #099;
}
.navbar-default .navbar-toggle { border-color: #099; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #099; }
.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form { border-color: #fff; }
.navbar-default .navbar-link { color: #fff; }
.navbar-default .navbar-link:hover { color: #e9f708; }
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #fff; }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #e9f708; }
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e9f708;
    background-color: #099;
}
}
.navbar .dropdown-header {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #c30;
}
.navbar .nav-dt { background-color: #900; }
/* 主体 */
#banner-lb { margin-bottom: 30px; }
#banner-lb .carousel-caption { display: none; }
.box-i {
    height: 350px;
    margin-bottom: 30px;
}
.tit {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    border-bottom: #ccc solid 1px;
}
.tit a {
    position: absolute;
    right: 0;
    padding-right: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #b4b3b3;
    background: url(/template/images/h5zicon/arrow_icon01.png) right top no-repeat;
    background-size: 14px;
}
.list-wz li {
    position: relative;
    padding: 8px 0;
    padding-right: 100px;
    border-bottom: #ccc dashed 1px;
    /* 内容溢出省略 */
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -moz-box;
    display: block;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.list-wz li span {
    position: absolute;
    right: 0;
    color: #ccc;
}
.menu .menu-01 { padding-right: 5px }
.menu .menu-02 { padding-left: 5px; }
.menu ul { margin-top: 15px; }
.menu ul li { margin-top: 5px; }
.menu ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #366293;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #f5f3f4;
    border: 1px solid #9494a4;
    /*box-shadow: 2px 2px 3px #9494a4;*/
    overflow: hidden;
}
.menu ul li.ts a {
    color: #fff;
    background-color: #609;
    border-color: #000;
}
.xysp iframe {
    width: 100%;
    height: 344px;
    margin: 0;
    padding: 0;
}
.xytt .xytt-01 { margin-bottom: 10px; }
.xytt .xytt-02 { padding-right: 5px; }
.xytt .xytt-03 { padding-left: 5px; }
.xsgy dd {
    margin-top: 10px;
    padding: 10px 0;
    white-space: normal;
    text-overflow: ellipsis;
}
.xsgy img {
    float: left;
    margin-right: 10px;
}
.xsgy span {
    display: block;
    margin-left: 85px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: #ccc dashed 1px;
}
.zswd { height: auto; }
.zswd dd {
    margin-top: 10px;
    padding: 0;
}
.zswd dd a {
    display: block;
    margin: 0 10px;
    padding: 10px;
    text-align: center;
    background: #F5F5F5;
    /* 内容溢出省略 */
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -moz-box;
    display: block;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
@media (max-width: 767px) {
.box-i { height: auto; }
.xysp iframe { height: auto; }
.xytt .xytt-01 {
    margin-bottom: 0;
    padding-right: 1px;
}
.xytt .xytt-02 { padding: 0 8px; }
.xytt .xytt-03 { padding-left: 1px; }
}
@media (max-width: 991px) {
.xysp iframe { height: 338px; }
.xytt .xytt-01 { margin-bottom: 15px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
.menu,
.xysp,
.xytt { height: 295px; }
.menu ul { margin-top: 9px; }
.menu ul li { margin-top: 1px; }
.xysp iframe { height: 294px; }
.xytt .xytt-01 { margin-bottom: 22px; }
}
/* 底部 */
.cont-f-t,
.cont-f-b {
    padding: 20px 0;
    color: #fff;
    text-align: center;
    background-color: #000f3a;
}
.cont-f-t {
    color: #366293;
    text-align: left;
    background-color: #f5f2f2;
}
.link-t { padding-left: 30px; }
.link-t div {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    border-bottom: #ccc solid 1px;
}
.link-p img {
    margin-top: 10px;
    margin-bottom: 10px;
}
.cont-f-b a { color: #fff; }
#to-top {
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 1000;
    background: url(/template/images/h5zicon/totop.png) no-repeat center center;
    background-size: 40px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms; /* firefox 4 */
    -webkit-transition: background-color ease-in 200ms; /* safari and chrome */
    -o-transition: background-color ease-in 200ms; /* opera */
    -ms-transition: background-color ease-in 200ms; /* ie9? */
}
/* 栏目页+内容页 */
.box-side { text-align: center; }
.box-side dl { margin-bottom: 0; }
.box-side dt {
    padding:10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
    background: #00144d;
    border-bottom: #bebebe solid 5px;
}
.box-side dd {
    border-bottom: #bebebe solid 1px;
}
.box-side a {
    display: block;
    padding:5px 0;
    font-size: 14px;
    color: #366293;
    letter-spacing: 5px;
    background: #ebe9e9;
}
.box-side a:hover {
    color: #152d53;
    background: #f3f3f3;
    text-decoration: none;
}
.dh-mbx {
    position: relative;
    margin-bottom: 20px;
    padding-bottom:10px;
    color: #666;
    border-bottom: #ccc solid 1px;
}
.dh-mbx a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.dh-mbx span {
    position: absolute;
    right: 0;
    text-align: right;
}
@media (max-width: 500px) {
.dh-mbx span { display: none; }
}
.dh-mbx span a {
    font-size: 14px;
    font-weight: normal;
}
.list-zj li {
    position: relative;
    padding: 10px 0;
    padding-right: 100px;
    border-bottom: #ccc dashed 1px;
    /* 内容溢出省略 */
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -moz-box;
    display: block;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.list-zj span {
    position: absolute;
    right: 0;
    color: #ccc;
}
.box-cont {
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
}
.dh-sxp {
    margin: 10px 0;
    text-align: center;
}
/* 专题-招生问答 */
.page-wd .box-cont h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}
.page-wd .box-cont p {
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
    line-height: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
}
.page-wd .box-cont p.ksw {
    margin-top: 10px;
    color: #900;
    font-weight: bold;
}
/* 专题-专业介绍 */
.page-zy .panel-group h3, .page-zy .panel-group h4 {
    color: midnightblue;
    font-weight: bold;
}
.page-zy .panel-group h3 {
    text-align: center;
}
.page-zy .panel-group h3 a, .page-zy .panel-group h4 a {
    display: block;
}
.page-zy .panel-group p {
    text-align: justify;
}
.page-zy .panel-group span {
    font-weight: bold;
}
/* 专题-星级公寓 */
.page-gy .box-cont span { display: block; }
.page-gy .box-cont p {
    font-size: 14px;
    text-indent: 2em;
    text-align: justify;
    color: #000;
    font-weight: normal;
    line-height: 2em;
}
.page-gy .box-cont h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #002145;
    text-align: right;
    line-height:30px;
}
.page-gy .box-cont .text-c {
    font-size: 20px;
    color: #7d3f0d;
}
.page-gy .box-cont dt p {
    margin: 20px;
    margin-right: 0;
}
.page-gy .box-cont dd {
    padding: 20px 0;
    border-top: #ccc solid 1px;
}
.page-gy .box-cont .h-pic img {
    margin-bottom: 10px;
    padding: 1px;
    border: #ccc solid 1px;
}
.page-gy .box-cont .info-t {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    text-indent: 0;
    color: #ff6600;
}
.page-gy .box-cont em {
    padding-left: 10px;
    font-size: 20px;
    font-style:normal;
    font-weight: bold;
    color: #00144d;
}
.page-gy .box-cont .butbox .button-yd {
    float: right;
    width: 106px;
    height: 32px;
    margin-top: 10px;
    padding: 0;
    text-align: center;
    text-indent: 0;
    font-weight: bold;
    line-height: 32px;
    background: url(/Template/images/H5zZsw/button-b.jpg) no-repeat left top;
}
.page-gy .box-cont .butbox .hover {
    color: #fff;
    background: url(/Template/images/H5zZsw/button-b.jpg) no-repeat left bottom;
}
.page-gy .box-cont .butbox a{
    text-decoration:none;
}
