/*#0B51C1*/

* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    font-size: 16px;
    background-color: #DEF;
    /*
    background: url(/static/img/body-bg.png) no-repeat center top;
    background-size: cover;
*/
}

.layui-container {
    width: 1250px;
    background-color: #f2f2f2;
}

.head {
    width: 100%;
}

#slider img {
    width: 100%;
    height: 100%;
}
.headr{
    font-size:48px; 
    color:#FFF; 
    text-align:center; 
    width:70%; 
    display:inline-block; 
    padding-top:15px; 
    float:left;
}
.headr-logo{
    width: 35%;
    height: 100%;
    margin-top: 12px !important;
}
.banner {
    width: 100%;
    height: 150px;
    background-image: url(/static/img/header.jpg);
    background-repeat: no-repeat;
}

.banner_content {
    width: 95%;
    margin: 0 auto;
}

.banner_content img {
    margin-top: 11px;
}

.banner_right {
    float: right;
}

.fast_entrance {
    margin-top: 30px;
    float: left;
    border-right: 1px solid whitesmoke;
    margin-right: 10px;
}

.fast_entrance a {
    color: white;
    margin-right: 25px;
    margin-top: 5px;
    line-height: 30px;
}

.fast_entrance a:hover {
    color: lightgray;
    text-decoration: underline;
}

.serch_input {
    float: right;
    margin-top: 35px;
}

.serch_input input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 30px;
    border: none;
    padding-left: 15px;
}

.serch_icon {
    float: right;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 30px;
    background: white;
    border-left: 1px solid black;
    width: 50px;
    cursor: pointer;
    text-align: center;
}

.serch_icon img {
    height: 70%;
    margin-top: 5px;
}


/*nav*/

.nav {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background-color: #0395e2;
    text-align: center;
}

.main_nav {
    display: block;
    width: 80%;
    height: 100%;
    margin: 0 auto;
    font-size: 1.1em;
}

.main_nav li {
    display: block;
    width: 11.11%;
    height: 100%;
    float: left;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid white;
}

.main_nav li:last-child {
    margin-right: 0;
    border-right: none;
}

.main_nav li:hover {
    background: #0056C0;
    transition: background 0.3s;
    border-bottom: 2px solid #EEEE00
}

.main_nav li:hover > a {
    color: #FFF;
}

.main_nav li:hover > .sub_nav a {
    color: #FFF;
}

.main_nav li a {
    color: #EEE;
}

.main_nav li > a:hover {
    color: #FFF;
}

.cur-nav {
    background: #0056C0;
}

.cur-nav a {
    color: #FFF;
}

.sub_nav {
    display: none;
    background-image: url("/static/img/menu-back.jpg");
    font-size: 1em;
    width: 120px;
    /*    border: 1px dotted white;*/
}

.main_nav .sub_nav a {
    display: block;
    padding-left: 15px;
    text-align: left;
    border-bottom: 1px dotted #0056C0;
}

.main_nav li:hover .sub_nav {
    display: block;
    position: relative;
    z-index: 999;
}

.main_nav .sub_nav a:hover {
    background: #1161C1;
    color: white;
    transition: background 0.3s;
    border-bottom: 2px solid #EEEE00
}

/*????*/

.sub_nav_list {
    background-color: white;
    min-width: 1100px;
    color: black;
    border: 1px solid #ccc;
    display: none;
}

.main_nav li:hover .sub_nav_list {
    display: block;
    position: relative;
    z-index: 999;
    left: -243px;
    color: black;
}

.sub_nav_list a {
    display: block;
    padding-left: 10px;
    text-align: left;
    width: 120px;
    line-height: 35px;
    font-size: 0.9em;
    float: left;
    color: black;
}

.sub_nav_list > div > a:hover {
    background: #1161C1;
    transition: background 0.3s;
    color: white;
}

.sub_nav_list h4 {
    color: white;
    background-color: #0056C0;
    text-align: center;
    font-size: 1em;
    cursor: pointer;
}

.sub_nav_list div {
    width: 260px;
    background-color: white;
    float: left;
    border-right: 1px dotted #eee;
    height: 255px;
}

.sub_nav_list div a {
    color: black;
}

/*end nav*/

/*center*/

#test1 img {
    width: 100%;
}

.sys_title {
    border-bottom: 3px solid #01AAED;
    padding: 5px 5px 5px 0px;
    height: 45px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.sys_title i {
    font-size: 28px;
    margin-right: 10px;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
}

.sys_title > a {
    font-size: 1.15em;
    color: #3C3C3C;
    font-weight: 400;
    border-left: 3px solid #0056C0;
    padding-left: 10px;
    line-height: 40px;
}

.sys_title span {
    margin-top: 15px;
    float: right;
}

.sys_title span > a {
    font-size: 0.9em;
}

.layui-tab {
    margin: 0 0;
    text-align: left !important;
}

/*左侧的选项卡*/

.tab {
    border-top: 3px solid #01AAED;
    border-bottom: 1px solid #ccc;
    padding: 5px 5px 5px 0px;
    height: 45px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background-image: url("/static/img/ss.png");
    background-repeat: no-repeat;
}

.tab_nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}

.tab_nav i {
    font-size: 28px;
    margin-right: 10px;
    color: blue;
    vertical-align: middle;
    font-weight: bold;
}

.tab_nav li {
    display: inline-block;
    margin: 0 35px 0 0;
    float: left;
    box-sizing: border-box;
    /*    width: 150px;*/
    padding-left: 10px;
}

.tab_nav li a {
    font-size: 1.15em;
    color: #3C3C3C;
    font-weight: 400;
    line-height: 30px;
}

.tab_nav .selected a {
    padding: 8px;
    color: #FFF;
    background-color: #0056C0;
}

.tab_nav .selected i {
    color: #FFF;
}

.tab_content {
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: -2px 3px #ccc;
    padding: 3px;
}

.news_content {
    margin: 0;
    padding: 0;
    list-style: circle;
}

.news_content li {
    display: block;
    width: 100%;
    border-bottom: 1px dotted #ddd;
    text-align: left;
    background: url("/static/img/list.png") 0 13px;
    background-repeat: no-repeat;
    padding-left: 15px;
    box-sizing: border-box;
}

.news_content li:hover a {
    color: white;
    background-color: #11A0C0;
}

.news_content li:hover span {
    color: white;
    background-color: #11A0C0;
}

.news_content li a {
    display: inline-block;
    color: black;
    line-height: 35px;
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_content li span {
    line-height: 35px;
    float: right;
}

/*通知公告相关*/

.notice_content {
    border: 1px solid #eee;
    box-shadow: -2px 2px #ddd;
    border-radius: 3px;
    box-sizing: border-box;
}

.notice_content li {
    display: block;
    margin: 0;
    padding: 6px 0;
    border-bottom: 1px dotted #ddd;
}

.notice_content .notice_date {
    float: left;
    width: 60px;
    height: 50px;
    background-color: white;
    color: black;
    margin-right: 5px;
    border-right: 1px solid #ccc;
}

.year_month {
    margin-left: 35px;
    margin-top: 50px;
}

.day {
    margin-left: 45px;
    margin-top: 2px;
    font-size: 1.5em;
    color: #01AAED;
}

.notice_content .date {
    margin-right: 0;
}

.date_day {
    margin-top: 3px;
    display: block;
    float: left;
    text-align: center;
    font-size: 1.3em;
    width: 100%;
}

.date_year_month {
    display: block;
    float: left;
    text-align: center;
    font-size: 1em;
    width: 100%;
}

.notice_content p {
    display: block;
    line-height: 18px;
    width: 80%;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-spacing: normal;
    font-size: 14px;
    text-indent: 2em;
    color: rgb(100, 100, 100);
    margin-bottom: 1px;
}

.notice_content h3 {
    display: block;
    font-weight: normal;
    font-size: 1.2em;
    padding: 2px 0;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    white-space: nowrap;
}

.notice_content a:hover .notice_date {
    background: #01AAED;
}

.notice_content a:hover h3 {
    color: #01AAED;
}

.notice_content a:hover p {
    color: #01AAED;
}

.notice_content a:hover span {
    color: white;
}


/*列表显示通知公告*/

/*

.notice_list {
    border: 1px solid #eee;
    box-shadow: -2px 2px #ddd;
    border-radius: 3px;
    box-sizing: border-box;
}

*/

.notice_list {
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
    box-shadow: -2px 2px #ddd;
    border-radius: 3px;
    box-sizing: border-box;
}

.notice_list li {
    display: block;
    width: 100%;
    border-bottom: 1px dotted #ddd;
    text-align: left;
    background: url("/static/img/list.png") 0 -60px;
    background-repeat: no-repeat;
    padding-left: 15px;
    box-sizing: border-box;
}

.notice_list li:last-child {
    margin-bottom: 15px;
}

.notice_list li a {
    display: inline-block;
    color: black;
    line-height: 35px;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice_list li:hover a {
    color: white;
    background-color: #11A0C0;
}

.notice_list li span {
    line-height: 35px;
    float: right;
}

.notice_list li:hover span {
    color: white;
    background-color: #11A0C0;
}



.grey_line {
    width: 100%;
    height: 50px;
    background: #dddddd;
    margin-bottom: 10px;
}

.foot {
    clear: both;
    width: 100%;
    background: #027BC3;
    padding: 5px 0 25px 0;
}

.friend_a {
    width: 1000px;
    margin: 0 auto;
    line-height: 25px;
    color: rgb(150, 150, 150);
    font-size: 0.8em;
}

.friend_a li {
    float: left;
    margin-right: 95px;
    padding-top: 35px;
    color: rgb(150, 150, 150);
}

.friend_a li:first-child {
    color: #01AAED;
}

.friend_a li:last-child {
    margin: 0;
}

.connect {
    width: 100%;
    margin: 10px auto;
}

.connect h4 {
    margin-top: 15px;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 1em;
}

.code {
    margin-top: 15px;
    width: 88px;
    height: 98px;
    border: 1px solid black;
    float: left;
    box-sizing: border-box;
}

.code:first-child {
    margin-right: 10px;
}

.beian {
    width: 100%;
    background: #027BC3;
    color: white;
    text-align: center;
    font-size: 1em;
}

.beian p {
    line-height: 25px;
}

.beian a {
    color: #027BC3;
}

.beian a:hover {
    color: white;
}

/*???é????*/

.links_list li {
    display: block;
    width: 100%;
    background: #707AED;
    border-radius: 5px;
    font-size: 1.2em;
}

.links_list li a {
    color: white;
}

.links_list span {
    margin-right: 20px;
}

.links_list li:hover {
    background: white;
    transition: all 0.3s;
}

.links_list li:hover a {
    color: #01AAED;
}

.links_list a {
    display: block;
    text-align: left;
    letter-spacing: 5px;
    margin-top: 11.5px;
    height: 45px;
    line-height: 50px;
    padding-left: 10px;
    font-size: 1.1em;
    /*color: #01AAED;*/
}

.footer {
    clear: both;
    background-color: white;
    margin-top: 10px;
}

.links {
    background-color: white;
    border-top: 1px dotted #ddd;
}

.links ul {
    margin 0;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}

.links i {
    color: #0056C0;
    font-size: 20px;
    display: inline;
    float: left;
    margin-right: 5px;
}

.links .li-top li {
    float: left;
    line-height: 30px;
    margin: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: -2px 2px #ddd;
    text-align: left;
    background-color: #fafafa;
}

.links .li-bottom li {
    float: left;
    line-height: 30px;
    margin: 5px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: -2px 2px #CCC;
    min-width: 150px;
    text-align: left;
    background-color: aliceblue;
}

.links li:hover {
    box-shadow: -3px 3px #AAA;
    background-color: #3355EE;
}

.links li:hover a {
    color: white;
}

.links li:hover i {
    color: white;
}

.links li a {
    display: inline-block;
    line-height: 1;
    color: #3F3F3F;
    margin-top: 5px;
    font-size: 1em;
    font-weight: 400;
    padding: 5px;
}
.achip{
    text-align: center;
    font-size: 20px;
    padding: 15px 0;
}
.achiput{
    text-align: center;
    font-size: 16px;
}
.achbut{
    text-align: center;
    padding: 15px 0;
}
.triangle-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #027bc3;
    margin-left: 63px;
}
.listd{
    float: left !important;
    color: red !important;
}
.listdd{
    color: red !important;
}

.list-title {
    font-size: 22px;
    line-height: 22px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.content-content {
    padding: 0 15px;
    line-height: 2;
    font-size: 16px;
    text-align: justify;
}
.department li {
    width: 45%;
    padding-left: 10px;
    background: url(/static/img/icon-dot-blue.png) no-repeat 0 15px;
    text-align: justify;
    margin-bottom: 10px;
}
.columns li {
    float: left;
    display: inline-block;
    color: #666;
    text-decoration: none;
    vertical-align: top;
    text-align: left;
    text-align-last: left;
}
.department li a {
    color: #0B2298;
}
.texc{
    text-align: center !important;
    color: #000 !important;
    border-color: #000 !important;
}
.ges{
    margin: 5px 0 5px 0;
}