@font-face {
    font-family: 'iconfont';
    /* project id 799553 */
    src: url('https://at.alicdn.com/t/font_799553_xs60mqsmf5d.eot');
    src: url('https://at.alicdn.com/t/font_799553_xs60mqsmf5d.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_799553_xs60mqsmf5d.woff') format('woff'),
    url('https://at.alicdn.com/t/font_799553_xs60mqsmf5d.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_799553_xs60mqsmf5d.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 微软雅黑, Arial, 宋体, sans-serif;
    font-size: 1.6rem;
    color: #444;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #2c2c2c;
    border: 0;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

.pink {
    color: #fff;
    background-color: #ea4299;
    border-color: #ea4299;
}

.am-btn-primary:active {
    background-color: #ea4299;
}

.am-btn-primary:focus,
.am-btn-primary:hover {
    background-color: #ea4299;
}

.clearfix {
    zoom: 1;
    overflow: hidden;
}

label {
    font-weight: normal;
}

.clearfix {
    zoom: 1;
}

.columnSelection {
    min-height: 650px;
    background: url(../images/bg2.jpg) center bottom no-repeat;
    background-size: 100%;
}

.am-paragraph-default {
    margin: 10px 15px;
}

/* 浮动css -------------------------------------- */

.fl {
    float: left;
}

.fr {
    float: right;
}

.mauto {
    margin: 0 auto
}

/* 定位css -------------------------------------- */

.rel {
    position: relative
}

.abs {
    position: absolute;
}

.abs-t {
    top: 0;
}

.abs-r {
    right: 0
}

.abs-b {
    bottom: 0
}

.abs-l {
    left: 0;
}

/* 网格css -------------------------------------- */

.ui-row {
    display: block;
    overflow: hidden;
}

.ui-col {
    float: left;
    box-sizing: border-box;
    width: 100%;
}

.ui-col-10 {
    width: 10%;
}

.ui-col-20 {
    width: 20%;
}

.ui-col-25 {
    width: 25%;
}

.ui-col-33 {
    width: 33.3333%;
}

.ui-col-50 {
    width: 50%;
}

.ui-col-67 {
    width: 66.6666%;
}

.ui-col-75 {
    width: 75%;
}

.ui-col-80 {
    width: 80%;
}

.ui-col-90 {
    width: 90%;
}


/* 头部css -------------------------------------- */

.toptitle {
    background: #ffffff;
    padding: 0;
    width: 100%;
    height: 52px;
    line-height: 52px;
}

.toptitle .logo {
    display: block;
    width: 229px;
    height: 52px;
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 45px;
}

.toptitle .logo img {
    width: 229px;
    height: 36px;
    margin-top: 5px;
}

.toptitle .school-title,
.toptitle .school-title a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #580406;
    text-align: left;
    font-weight: bold;
}

.toptitle .logo-white {
    margin: 11px 10px 0 0;
    z-index: 999;
}

.toptitle .am-offcanvas-bar {
    width: 48%;
}

.toptitle .am-menu-nav li {
    text-align: center;
}

.toptitle .am-menu-nav .current {
    background-color: #f78f20;
}

.toptitle .am-menu-nav .nav-title a {
    border: none;
}

.toptitle .am-menu-nav .nav-title .userpic {
    height: 100px;
    font-weight: 700;
    font-size: 1.5rem;
}

.toptitle .am-menu-nav .nav-title .userpic .img-contain {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
    margin: 20px 0 0 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.toptitle .am-menu-nav .nav-title .userpic img {
    width: 100%;
    height: 100%;
}

.toptitle .am-menu-nav .nav-title span {
    color: #ddd;
    display: block;
    height: 44px;
    line-height: 44px;
    background: #e0d0ba;
    color: #690f0f;
}

.toptitle .am-menu-nav li a span {
    width: auto;
    text-indent: initial;
}


.am-menu-offcanvas1 .am-menu-nav {
    border-bottom: 1px solid rgba(110, 8, 7, .3);
}

.am-offcanvas-bar:after {
    background: rgba(110, 8, 7, .3);
}

.am-menu-offcanvas1 .am-menu-nav > li > a {
    height: 44px;
    line-height: 44px;
    text-indent: 0px;
    padding: 0;
    position: relative;
    color: #fafafa;
    border-top: 1px solid rgba(110, 8, 7, .3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    text-shadow: 0 1px 0 rgba(110, 8, 7, .5);
}

.am-menu-offcanvas1 .am-menu-sub a {
    margin-left: 8%;
}

.toptitle .am-menu-nav a,
.toptitle .am-menu-offcanvas1 .am-menu-sub {
    padding: 0;
}

.am-menu-offcanvas1 .am-menu-toggle {
    height: 50px;
    top: 0;
    right: 0;
    color: #580406;
    line-height: 50px;
    font-size: 16px;
}

.toptitle .am-offcanvas-bar {
    width: 50%;
}

.am-offcanvas-bar {
    background: #8a3329;
}

.am-round {
    border-radius: 0;
}

.am-menu-offcanvas1 .am-menu-nav > .am-open > a,
.am-menu-offcanvas1 .am-menu-nav > li > a:focus,
.am-menu-offcanvas1 .am-menu-nav > li > a:hover {
    background-color: #480a0a;
    color: #fff;
    outline: 0;
}

.topmenu i {
    font-size: 24px;
    color: #c30d0c;
}

.header-line {
    width: 100%;
    height: 4px;
    background: -webkit-linear-gradient(left, #f1010e, #0d06c6);
    background: -o-linear-gradient(right, #f1010e, #0d06c6);
    background: -moz-linear-gradient(right, #f1010e, #0d06c6);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #f1010e, #0d06c6);
    /*IE 6 7 8*/
}

/* 头部css -------------------------------------- */

/* 轮播图css -------------------------------------- */

.slider-shadow {
    position: absolute;
    background: url(../images/circle.png) bottom no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.am-slider-a2 {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .2);
}

.am-slider-a2 .am-control-nav {
    display: none;
}

/* 轮播图css -------------------------------------- */

/* 栏目标题css -------------------------------------- */

.column-line {
    height: 6px;
    background: #e0e0e0;
    position: relative;
    margin: 25px 12px 15px 12px;
}

.column-name {
    background: #fff;
    width: 45%;
    font-size: 1.8rem;
    position: absolute;
    font-weight: bold;
    color: #c72020;
    top: -14px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.column-name span {
    font-size: 13px;
    font-weight: normal;
}

.am-list-news-default {
    margin: 10px 12px 30px 12px;
}

/* 栏目标题css -------------------------------------- */

/* 关于我们css -------------------------------------- */

.nav-column {
    margin: 4px 7px;
}

.nav-column li a .con {
    position: relative;
}

.nav-column li .con {
    padding: 10px 0;
    border: 1px solid #dec1c2;
}

.nav-column li a .con {
    display: block;
}

.nav-column li a .con p {
    margin: 0;
    padding-left: 10px;
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.0), #000000);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0.0), #000000);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.0), #000000);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0.0), #000000);
    /* 标准的语法 */
}

.nav-column li:nth-child(1) .con {
    padding: 45px 0;
}

.nav-column li:nth-child(1) {
    background: url(../images/nav-column1.png) center;
    background-size: cover;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}

.nav-column li:nth-child(2) .con {
    padding: 45px 0;
}

.nav-column li:nth-child(2) {
    background: url(../images/nav-column2.png) center;
    background-size: cover;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}

.nav-column li:nth-child(3) .con {
    padding: 45px 0;
}

.nav-column li:nth-child(3) {
    background: url(../images/nav-column3.png) center;
    background-size: cover;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}

.nav-column li:nth-child(4) .con {
    padding: 94px 0;
}

.nav-column li:nth-child(4) {
    background: url(../images/nav-column4.png) center;
    background-size: cover;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}

.nav-column li:nth-child(5) .con {
    background-size: cover;
    background: url(../images/nav-column5.png) center;
    padding: 45px 0;

}

.nav-column li:nth-child(5) .other {
    background-size: cover;
    background: url(../images/nav-column6.png) center;
    padding: 45px 0;
}

.nav-column li:nth-child(5) {
    background-size: cover;
    border-right: 5px solid #ffffff;
}

.ui-col-line {
    height: 5px;
    background: #ffffff;
}



/* 关于我们css -------------------------------------- */

/* 信息动态css -------------------------------------- */

.am-list > li {
    border: none;
    margin: .5rem 0;
}

.am-list > li > a {
    padding: .8rem;
    background: #f4f4f4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 1.6rem;
    line-height: 1.8;
}

.news-column li {
    text-align: center;
    margin: 0 0 .4rem 0;
}

.news-column li:first-child {
    background: #ffb3b3;
}

.news-column li a {
    font-size: 1.6rem;
    display: block;
    padding: .3rem 0;
}

.news-column li a:active {
    background: #ffb3b3;
}

.news-column li a:visited {
    color: #2c2c2c;
}


/* 信息动态css -------------------------------------- */

/* 服务中心css -------------------------------------- */

.service-column {
    margin: 4px 7px;
}

.service-column li .con {
    padding: 10px 0;
}

.service-column li .con a {
    display: block;
}

.service-column li .con a p {
    margin: 0;
    padding-left: 10px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.0), #000000);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0.0), #000000);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.0), #000000);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0.0), #000000);
    /* 标准的语法 */
}

.service-column li:nth-child(1) .con {
    padding: 50px 0;
    background: url(../images/service1.png) center;
    background-size: cover;
}

.service-column li:nth-child(1) {
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}

.service-column li:nth-child(2) .con {
    padding: 50px 0;
    background: url(../images/service2.png) center;
    background-size: cover;
}

.service-column li:nth-child(2) {
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}

.service-column li:nth-child(3) .con {
    padding: 50px 0;
    background: url(../images/service3.png) center;
    background-size: cover;
}

.service-column li:nth-child(3) {
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}

.service-name {
    text-align: center;
    display: block;
    width: 100%;
    background: #c72020;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: .2rem 0;
}


/* 服务中心css -------------------------------------- */

/* 内页头部css -------------------------------------- */

.sub-header {
    background: #c82020;
}

.sub-header .school-title {
    text-align: center;
}

.sub-header .school-title a {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: normal;
}

.am-back:focus,
.am-back:hover {
    color: #fff;
}

.am-back {
    position: absolute;
    left: 10px;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    border-radius: 100%;
    margin: 10px 0 0 0;
    border: 1px solid #ffffff;
}

.am-back i {
    display: block;
    width: 100%;
}

.sub-header .am-menu-offcanvas1 .am-menu-toggle {
    top: -51px;
}

.sub-header .topmenu i {
    font-size: 24px;
    color: #ffffff;
}

/* 内页头部css -------------------------------------- */

/* 内页栏目选择css -------------------------------------- */

.sub-column {
    margin: 10px 10px 1.2rem 10px;
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 1.2rem;
}

.sub-column li {
    width: 31.33333333%;
    text-align: center;
    margin: .3rem 1%;
    padding: .6rem 0;
    background: #e5e5e5;
}

.sub-column li a {
    color: #959595;
}

.sub-column .on {
    background: #c72020;
}

.sub-column .on a {
    color: #ffffff;
}

.am-paragraph-default img {
    display: block;
    margin: 0px auto;
    border: none;
    padding: 0px;
}

.am-paragraph-default p {
    font-size: 1.6rem;
}

/* 内页栏目选择css -------------------------------------- */

/* 城投简介css -------------------------------------- */

.department li {
    text-indent: 2em;
    font-size: 1.4rem;
}

.department li i {
    color: #e00000;
    font-size: 1.8rem;
}

.subsidiary {
    margin: 0 0 1.5rem 0;
}

.subsidiary li {
    width: 90%;
    text-indent: 2em;
    background: #efefef;
    margin: .6rem auto;
    padding: .3rem 0;
}

.project li {
    text-align: center;
    height: 80px;
    line-height: 50%;
    border-radius: 100%;
    background: #e00000;
}



/* 城投简介css -------------------------------------- */

/* 下属单位css -------------------------------------- */

.am-gallery {
    padding: 0 5px 0 5px
}

/* 下属单位css -------------------------------------- */

/* 文章列表css -------------------------------------- */

.ac-list {
    width: 100%;
    margin: 0 auto;
}

.ac-list > li {
    position: relative;
    display: -webkit-box;
    border-top: 15px solid #e5e5e5;
}

.ac-list > li:first-child {
    border: none;
}

.ac-list p,
h4 {
    margin: 0;
    padding: 0;
}

/*列表缩略图*/

.ac-list-img {
    position: relative;
    margin: 10px 5px 0 10px;
}

.ac-list-img > span {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
}


/*列表普通图片*/

.ac-list-img {
    width: 120px;
    height: 90px;
}


/*列表主要信息*/

.ac-list-info {
    -webkit-box-flex: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
}

.ac-list-info p {
    color: #656565;
    font-size: 14px;
}

.ac-list-info .time {
    text-align: right;
    margin: 5px 10px 0 0;
    color: #b9b9b9;
}

.ac-list-info p i {
    color: #b9b9b9;
    padding: 0 5px 0 0;
}

.ac-list li h4 {
    font-size: 1.8rem;
    color: #111111;
    font-weight: normal;
}

.ac-list:not(.ac-list-text) li > p {
    font-size: 14px;
    color: #777;
}

/* 文字截断 */

.ac-nowrap {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.ac-nowrap-multi {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #8d8d8d;
}

.ac-line {
    border-bottom: 1px solid #bbbbbb;
    margin: 5px 0;
}


.ui-nowrap-multi {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* 文章列表css -------------------------------------- */

/* 分页css -------------------------------------- */

.pagebox {
    width: 100%;
    margin: 15px 0;
    text-align: center;
    font-size: 14px;
}

.pageprev,
.pagenext {
    margin: 0 10px;
    width: 50px;
    height: 20px;
    line-height: 20px;
    padding: 5px 15px;
    outline: none;
    text-decoration: none;
    border: 1px solid #ABABAB;
    -webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px #FFF;
}

.pageprev:active,
.pagenext:active {
    line-height: 21px;
    background-image: linear-gradient(bottom, #ffffff 0%, #E1E1E1 100%);
    background-image: -o-linear-gradient(bottom, #ffffff 0%, #E1E1E1 100%);
    background-image: -moz-linear-gradient(bottom, #ffffff 0%, #E1E1E1 100%);
    background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #E1E1E1 100%);
    background-image: -ms-linear-gradient(bottom, #ffffff 0%, #E1E1E1 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #E1E1E1));
    -webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 2px rgba(0, 0, 0, 0.25);
}

/* 分页css -------------------------------------- */

/* 文章详细css -------------------------------------- */

.view-title {
    font-weight: normal;
    margin: 0;
    color: #ee307c;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #c82020;
    font-size: 2rem;
}

/* 文章详细css -------------------------------------- */

/* 联系我们css -------------------------------------- */

.contact-main {
    padding: 10px;
    background:url(../images/contact2.jpg) left bottom no-repeat;
    background-size: 100%;
}

.contact-main img {
    display: block;
    margin: 0px auto;
    border: none;
    padding: 0px;
}

.contact {
    padding-bottom: 10rem;
}

.contact li {
    border-bottom: 1px solid #c8c9c9;
    padding: .5rem 0;
}

.contact li a {
    font-size: 1.8rem;
    color: #2c2c2c;
}

.contact li i {
    background: #d9220e;
    color: #fff;
    font-size: 12px;
    padding: .5rem;
    border-radius: 100%;
    margin-right: 5px;
}

.contactlist{ overflow: hidden;}

.contactlist li {
    float: left;
    margin-right: 0.5rem;
}

.contactlist li i {
    font-size: 2rem;
    line-height: 2.5rem;
    color: #d20c09;
}

.contactlist li span {
    line-height: 1rem;
    background: #e6e6e6;
    display: block;
    border-radius: 10rem;
    text-align: center;
    color: #4d4d4d;
    padding: .8rem 1rem;
    font-weight: 400!important;
}

/* 联系我们css -------------------------------------- */
/* 资讯建议css -------------------------------------- */

.advice {
    margin-top: 1.5rem;
    overflow: hidden;
}

.advice .am-u-sm-4 {
    float: none
}

#show_perinfo .am-u-sm-3 {
    margin-bottom: 0
}

#show_perinfo .am-form-group {
    padding: 12px 0 8px;
    margin: 0
}

.advice .am-u-sm-3 {
    margin-top: 5px;
    font-size: 15px;
}

.advice .am-form-group {
    height: 40px
}

.advice .am-u-sm-9 input,
.advice .am-u-sm-12 textarea {
    border-radius: 3px;
    -moz-box-shadow: 1px 1px 1px #eee;
    box-shadow: 1px 1px 1px #eee;
    background: #f3f3f3;
    font-size: 15px;
}

.am-titlebar-default {
    margin-left: 0
}

.am-titlebar-default .am-titlebar-title {
    font-size: 1.6rem;
    padding-left: 15px;
    color: #999
}

.am-titlebar-default .am-titlebar-title:before {
    top: 13px;
    bottom: 13px;
    border-width: 6px
}

.modify-pswbtn {
    margin-top: 40px;
}

.advice .am-u-sm-12 textarea {
    height: 300px;
}

.btn-box {
    width: 90%;
    margin:2rem auto 5rem auto;
    overflow: hidden;
}

.gray {
    background: #b9b9b9;
    border: 1px solid #b9b9b9;
}

.red {
    background: #c72020;
    border: 1px solid #c72020;
}

/* 资讯建议css -------------------------------------- */
