html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: helvetica neue, helvetica, tahoma, arial, microsoft yahei, hiragino sans gb, wenquanyi micro hei, sans-serif;
    line-height: 1.53846154;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    margin: 0;
    background:  no-repeat;
    background-size: 100%;
}

h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

address, caption, cite, code, dfn, em, th, var {
    font-weight: normal;
    font-style: normal
}

*, :after, :before {
    box-sizing: border-box;
}

a {
    color: #333333;
    text-decoration: none;
    blr: expression(this.onfocus=this.blur());
}

a:hover {
    color: #07862f;
    text-decoration: none;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.container,.container-c {
    min-width: 1200px;
    max-width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    height: 249px;
    color: #ffffff;
    font-weight: bold;
}

#header .nav {
    height: 36px;
    background-color: #288479;
}

#header .nav a {
    color: #ffffff;
}

#header .content {
    height: 158px;
}

#header .sub-content {
    height: 128px;
}

#header .menu {
    height: 54px;
    background-color: #288479;
}

#header .lr-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .search-input {
    height: 40px;
    line-height: 40px;
    width: 274px;
    padding-left: 10px;
    padding-right: 5px;
    border: 1px #ddd solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: left;
}

#header .search-button {
    float: left;
    height: 39px;
    width: 70px;
    color: #ffffff;
    background-color: #288479;
    border: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#header .menu ul {
    list-style: none;
    margin: 0;
    font-size: 16px;
    padding: 0px;
}

#header .menu ul li {
    float: left;
    list-style: none;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 133px;
    white-space: nowrap;
}

#header .menu ul li a img {
    width: 15px;
    height: 15px;
}

#header .menu ul li a {
    width: 125px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

#header .menu ul li.selected {
    background:  no-repeat;
    background-size: 100% 100%;
    margin-top: -3px;
    height: 60px;
}

#header .menu ul li.selected a {
    color: #007884;
}

.body-content {
}

#footer {
    height: 118px;
    background: #006a61;
}

#footer .line {
    width: 1px;
    height: 80%;
    background: rgba(221, 221, 221, 0.3);
}

#footer .left {
    width: 453px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 42px;
    height: 100%;
}

#footer .right {
    width: 747px;
    padding-left: 63px;
    display: flex;
    align-items: center;
    height: 100%;
}

#footer .right .text div, #footer .right .text div a {
    line-height: 40px;
    color: #ffffff;
}

.footer-links {
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;flex-wrap: nowrap;
}

.footer-links a {
    color: #333333;
    text-decoration: none;
    margin: 0px 12px 0px 12px;
}

.link-select {
    width: 250px;
    height: 35px;
    line-height: 35px;
    margin: 0px 12px 0px 12px;
    border: 1px #666666 solid;
    border-radius: 3px;
    color: #666666;
}

.d-box {
    display: flex;
    width: 100%;
    margin-top: 30px;
    border: 1px solid transparent;
    border-color: transparent;
    border-color: rgba(221, 221, 221, 0.3);
    box-shadow: 0px 3px 5px #ddd;
}

.d-box-title {
    color: #008c79;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.d-box .d-box-body {
    width: 100%;
    height: calc(100vh - 40px);
    padding: 10px;
    overflow-y: auto;
}

.d-box .d-box-body-text {
    width: 100%;
    height: calc(100vh - 40px);
    padding: 10px;
    overflow-y: auto;
    text-indent: 2em;
    line-height: 25px;
}


.d-record {
    color: #008c79;
    margin: 0;
    padding: 0px 0px 0px 15px;
}

.d-record li .time {
    float: right;
    color: #333333;
    padding-right: 5px;
}

.d-record li a {
    color: #333333;
    line-height: 40px;
    float: left;
    padding-left: 5px;
}

.d-record li {
    list-style-type: disc;
    line-height: 40px;
    border-bottom: 1px dotted #e5e5e5;
}

.d-record li:hover {
    background-color: rgba(0, 120, 132, 0.1);
}

.d-record li:hover a {
    color: #007884;
    line-height: 40px;
    float: left;
}

.d-record li:hover .time {
    color: #007884;
    float: right;
}


.footer-bg {
    position: absolute;
    background:  no-repeat;
    background-size: 100%;
    width: 100%;
    height: 359px;
    left: 0px;
    top: -359px;
    z-index: -1;
}

.d-tab {
    margin: 0;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.d-tab ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}


.d-tab li {
    list-style: none;
    float: left;
    color: #333333;
    width: 133px;
    line-height: 34px;
    border-radius: 3px;
    background-color: rgba(0, 146, 127, 0.15);
    margin: 0px 10px 0px 10px;
    text-align: center;
}

.d-tab li a {
    color: #005e5d;
}

.d-tab li.selected {
    background-color: #00927f;
}

.d-tab li.selected a {
    color: #ffffff;
}

.roll-banner {
    float: left;
    height: 397px;
    width: 709px;
}

.newsroll {
    height: 394px;
    width: 709px;
    float: left;
    overflow: hidden;
    position: relative;
}


.newstxt {
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    bottom: 0;
    color: #fff;
    width: 100%;
    position: relative;
    top: -35px;
    height: 35px;
    line-height: 30px;
    text-indent: 1em;
    z-index: 888;
    display: block;
    font-size: 15px;
}

.newstxt em {
    float: right;
    padding-right: 15px;
}

.changebox_a1 {
    width: 714px;
    height: 216px;
}

.changebox_a1 .a_bigimg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 394px;
    width: 709px;
}

/*�˴��޸�*/

.ul_change_a2 {
    position: absolute;
    margin-right: 20px;
    text-align: center;
    text-align: right;
    top: 325px;
    right: 0;
    padding-left: 0px;
    overflow: hidden;
    z-index: 999;
    width: 200px;
    height: 31px;
}

.ul_change_a2 li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ul_change_a2 span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 3px;
    text-align: center; /*background:#dedede;*/
    width: 19px;
    height: 19px;
    cursor: pointer;
    color: #fff;
    background:  no-repeat;
}

.ul_change_a2 span.on {
    background:  no-repeat;
    color: #058234;
}

#side-menu ul li a {
    color: #333333;
    text-decoration: none;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

#side-menu ul li:hover {
    background-color: rgba(239, 255, 251, 0.9);
    border: 1px #00a19f solid;
}

#side-menu ul li:hover .hasmore {
    background-color: rgba(239, 255, 251, 0.9);
    border-left: 1px #00a19f solid;
    border-top: 1px #00a19f solid;
    border-bottom: 1px #00a19f solid;
}

#side-menu ul li:hover a, #side-menu ul li:hover ul li:hover a {
    color: #005e5d;
}

#side-menu {
    width: 100%;
}

#side-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#side-menu ul li {
    padding: 0px 10px 0px 20px;
    height: 63px;
    line-height: 63px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

#side-menu ul li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    width: 120px;
    border-top: 1px solid #00a19f;
    border-right: 1px solid #00a19f;
    border-bottom: 1px solid #00a19f;
    background-color: #ffffff;
    width: auto;
    min-width: 150px;
    margin-top: -1px;
}

#side-menu ul li ul li:first-child {
    border-left: 0px;
}

#side-menu ul li ul li {
    border-left: 1px #00a19f solid;
    background-color: rgba(239, 255, 251, 0.9);
}

#side-menu ul li:hover ul li a, #side-menu ul li.selected ul li a {
    font-weight: normal;
    color: #333333;
}

#side-menu ul li.selected a, #side-menu ul li ul li.selected a {
    font-weight: bold;
    color: #005e5d;
}

#side-menu ul li ul li:hover:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

#side-menu ul li ul li:hover {
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.detail-container {
    border: 1px #e5e5e5 solid;
    background: #ffffff;
    margin: 10px 0px 10px 0px;
}

.detail-container .detail-nav {
    height: 50px;
    border-bottom: 1px #e5e5e5 solid;
    display: flex;
    align-items: center;
    color: #333333;
    padding-left: 20px;
}

.detail-container .detail-nav .currchnlcls {
    color: #333333;
}

.detail-container .detail-body {
    display: flex;
    min-height: 850px;
}

.detail-container .side-left {
    border-right: 1px #e5e5e5 solid;
    width: 199px;
}

.detail-container .detail-content {
    width: 100%;
    padding: 30px;
}

.detail-container .detail-content .title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: -10px;
}

.detail-container .detail-content .time {
    text-align: center;
    line-height: 50px;
    color: #333333;
    margin-bottom: 20px;
    border-bottom: 1px #e5e5e5 solid;
}

.detail-container .list-title {
    font-size: 18px;
    color: #333333;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: -10px;
    margin-bottom: 30px;
    line-height: 38px;
    position: relative;
}

.detail-container .content-title {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-top: -10px;
    line-height: 38px;
}

.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.newslists ul {
    margin: 0;
    padding: 0;
}

.newslists li {
    height: 35px;
    line-height: 35px;
    padding: 0 0 5px 0px;
    display: block;
    overflow: hidden;
}

.newslists li a {
    background:  0 13px no-repeat;
    font-size: 14px;
    font-family: "sans-serif";
    color: #333333;
    padding: 0 4px 0 20px;
    float: left;
    text-decoration: none;
    list-style: circle;
}

.newslists li a:hover {
    background:  0 13px no-repeat;
    color: #068f42;
}

.newslists li a:active {
    background:  0 13px no-repeat;
    color: red;
}

.newslists li a:visited {
    background:  0 13px no-repeat;
}

.newslists .time {
    float: right;
    color: #999999 !important;
    border: 0px !important;
    display: flex;
    align-items: center;
    height: 35px;
}

.newslists .newslines {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    overflow: hidden;
}

.newslistssb ul {
    margin: 0;
    padding: 0;
}

.newslistssb li {
    height: 35px;
    line-height: 35px;
    padding: 0 0 5px 0px;
    display: block;
    overflow: hidden;
    float: left;
    width: 48%;
}

.newslistssb li a {
    background:  0 15px no-repeat;
    font-size: 14px;
    color: #333333;
    padding: 0 4px 0 20px;
    float: left;
    text-decoration: none;
}

.newslistssb li a:hover {
    color: #068f42;
    background:  0 15px no-repeat;
}

.newslistssb li a:active {
    color: red;
    background:  0 15px no-repeat;
}

.newslistssb li a:visited {
    background:  0 15px no-repeat;
}

.newslistssb .time {
    float: right;
    color: #999999;
    padding: 0 0px 0 0;
}

.newslistssb .newslines {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    overflow: hidden;
}

.newslists2 li a {
    padding-left: 0;
    background: none;
    color: #000000
}

.newslists2 li {
    border-bottom: 1px solid #ededed;
    height: 60px;
    line-height: 60px;
    padding-bottom: 0;
}

.newslists2 li a:hover {
    background: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.page {
    margin-top: 30px;
    overflow: hidden;
}

.page ul {
    text-align: center;
    display: block;
}

.page li {
    margin: 0 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}


.page li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center; /*border:1px solid #ababab;*/
    display: block;
    color: #333333;
}

.page li a:hover {
    color: #fff;
    background: #006a61;
}

.page li.cr a {
    color: #fff;
    background: #006a61;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center; /*border:1px solid #910100;*/
}

.page li.cr a:hover {
    color: #fff;
}

.page li.prev {
    width: 30px;
    height: 30px;
}

.page li.prev a {
    background:  no-repeat 0 0;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
}

.page li.next {
    width: 30px;
    height: 30px;
}

.page li.next a {
    background:  no-repeat 0 0;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
}

.page li.total {
    padding-left: 35px;
    line-height: 30px;
    font-size: 14px;
}

.page li.total em {
    color: #d1444e;
    padding: 0 2px;
}

.page li.first a {
    background:  no-repeat 0 0;
    width: 60px;
}

.page li.last a {
    background:  no-repeat 0 0;
    width: 60px;
}


.page li.homes a {
    width: 50px;
}

.page li.lasts a {
    width: 50px;
}

.page li.total a {
    width: 100px;
}

.page li.jump {
    color: #333333;
}

.page li.jump input {
    width: 60px;
    text-align: center;
    height: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin: 0px 10px;
    color: #666666;
}

.sub-site-content-box {
    background: #ffffff;
    flex-direction: column;
}

.sub-site-content-box .header {
    display: flex;
    justify-content: center;
}

.sub-site-content-box .header .title {
    width: 180px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px #008c79 solid;
    padding-left: 5px;
    height: 45px;
}

.sub-site-content-box .header .title-more {
    width: 100%;
    border-bottom: 1px #dddddd solid;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0px 5px 5px 0px;
}

.sub-site-content-box .sub-body {
    width: 100%;
    height: calc(100vh - 40px);
    overflow-y: auto
}

.sub-site-content-box .sub-body-text {
    width: 100%;
    height: calc(100vh - 40px);
    padding: 10px;
    overflow-y: auto;
    text-indent: 2em;
    line-height: 25px;
}

.sub-site-content-box .more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
    padding-bottom: 5px;
    height: 30px;
}

.sub-site-content-box .more a {
    color: #666;
    font-size: 13px;
}

.papersearch {
    padding: 10px 15px;
    background-color: rgba(233, 244, 242, 0.9);
    border: 1px #e5e5e5 solid;
    margin-top: 10px;
}

.papersearch form {
    display: flex;
    align-items: center;
}

.papersearch form .search-input {
    border: 1px #e5e5e5 solid;
    line-height: 30px;
    width: 300px;
    border-radius: 3px;
    margin-right: 10px;
}

.papersearch form .search-button {
    background-color: #00927f;
    height: 35px;
    border: 0px;
    border-radius: 3px;
    width: 60px;
    margin-left: 20px;
    color: #ffffff;
}

.papersearch form label {
    margin-right: 10px;
}

.papertable {
    width: 100%;
    border-right: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
}

.papertable td, .papertable th {
    border-left: 1px #e5e5e5 solid;
    border-top: 1px #e5e5e5 solid;
}

.papertable th {
    height: 45px;
    text-align: center;
    background-color: rgba(233, 244, 242, 0.9);
    font-weight: normal;
}

.papertable td {
    height: 50px;
    text-align: center;
}

.papertable td a {
    color: #333333;
}

.papertable td a:hover {
    color: #00927f;
}

table.newstable {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-left: 1px #e5e5e5 solid;
    margin: 10px 10px 120px 10px;
}

table.newstable tr {
    border-left: 1px solid #e5e5e5;
}

table.newstable tr td {
    font-size: 14px;
    padding: 32px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

table.newstable tr td.tableleft {
    width: 186px;
    background-color: rgba(233, 244, 242, 0.9);
    text-align: center;
}


.piclistc {
    margin-top: 30px;
}

.piclistc .core {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0px 0px 18px 0px;
    zoom: 1;
}

.piclistc .core1 {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 18px;
}

.piclistc .pic {
    float: left;
    overflow: hidden;
    margin: 0;
    width: 160px;
}

.piclistc .pic a {
    display: block;
    width: 146px;
    height: 189px;
    padding: 0px;
    overflow: hidden;
}

.piclistc .pic a img {
    width: 146px;
    height: 189px;
    display: block;
    background: #eeeded no-repeat center center;
    border: 1px #e5e5e5 solid;
}

.piclistc .content {
    float: left;
    width: 800px;
    overflow: hidden;
    padding-left: 15px;
}

.piclistc h4 {
    display: block;
    height: 10px;
}

.piclistc h4 a {
    display: block;
    float: left;
    font-size: 18px;
    color: #010101;
    font-weight: normal;
}

.piclistc h4 a em {
    color: #068f42;
    padding-left: 15px;
}

.piclistc h4 .time {
    font-weight: normal;
    float: right;
    font-size: 11px;
    color: #999;
    font-weight: normal;
    padding: 0 0 0 8px;
    font-family: arial, helvetica, sans-serif;
}

.piclistc .txt {
    margin: 15px 0 0 0;
    padding-top: 15px;
    width: 100%;
}

.piclistc .txt a {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
}

.piclistc .txt a:hover {
    color: #068f42;
}

.piclistc .txt span {
    display: block;
    font-size: 14px;
    color: #333;
    float: right;
}

.print-css {
    text-align: center;
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #cccccc;
}

.mapwrap {
}

.mapsize {
    width: 100%;
    margin: 0 auto;
}

.mapsize .maptext {
    height: 50px;
    border-top-left-radius: 16px;
    display: flex;
}

.mapsize .maptext .map-title {
    border-bottom: 2px #008592 solid;
    width: 230px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 16px;
}

.mapsize .maptext .map-title-other {
    border-bottom: 1px #e5e5e5 solid;
    width: 100%;
}

.mapsize ul {
    margin: 0;
    padding-left: 30px;
    list-style: ;
}

.mapsize ul li {
    line-height: 50px;
    color: #00927f;
}

.mapsize ul li:nth-of-type(odd) {
    background-color: #ffffff;
}

.mapsize ul li:nth-of-type(even) {
    background-color: #f9fafb;
}

.mapsize ul li i {
    font-style: normal;
    margin: 0 10px;
    width: 15%;
}

.mapsize ul li i a {
    color: #00927f;
    font-weight: bold;
}

.mapsize ul li span {
    color: #333333;
    width: 85%;
    float: right;

}

.mapsize ul li span h4 {
    float: left;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
}

.mapsize ul li span a {
    color: #333333;
    margin: 0 20px;
    float: left;
    line-height: 50px;
}

.sy-line-w {
    width: 100%;
    height: 2px;
    background: radial-gradient(#e5e5e5 24%, white 70%);
}

.sy-line-h {
    width: 2px;
    height: 100%;
    background: radial-gradient(#e5e5e5 24%, white 70%);
}

.sy-yz-card{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sy-yz-card .text{
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}


.sub-sy-col {
    display:block;
    color: #008c79;
    margin: 0px;
    width: 100%;
    padding: 20px 5px 20px 15px;
}

.sub-sy-col  li a {
    color: #333333;
    line-height: 40px;
    float: left;
    padding-left: 10px;
}
.sub-sy-col  li {
    display:inline-block;
    line-height: 40px;
    margin-top: 5px;
    width: 31%;
}

.sub-sy-col  li:hover a {
    color: #007884;
    line-height: 40px;
    float: left;
}




.login-btn{
    margin-top:20px;
}

.login-btn a,.dropdown-menu a,.dropdown-menu > li > a{
    color: #009584;
    font-size: 13px;
}
.dropdown-menu{
    border:1px #009584 solid;
}
.dropdown-menu .divider{
    background-color:  #009584;
}
.modal-dialog .modal-body .login-model-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #009584;
}
.modal-dialog .modal-body .user-reg-btn{
    font-size: 12px;
    color: #009584;
}
.modal-dialog .modal-body .forgot-pwd-btn{
    font-size: 12px;
    color: #666666;
}
.modal-dialog .modal-body .submit-btn{
    background-color: #009584;
    border:1px #009584 solid;
    width: 50%;
}
.detail-container .submit-btn {
    background-color: #009584;
    color: #ffffff;
    border:1px #009584 solid;
}
.detail-container .submit-plan-btn {
    border:1px #009584 solid;
    background-color: #ffffff;
    color: #009584;
}
.modal-dialog .modal-body .notice-msg-success{
    color: #666666;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.login-model-title img{
    margin-right: 10px;
}
.detail-container .detail-reg-content {
    width: 100%;
    padding: 20px 0px;
}
.detail-container .detail-reg-content .list-title{
    color:  #009584;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.detail-container .detail-reg-content .list-title img{
   margin: 0px 10px;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
    border-bottom: 0px;
}
.table > thead > tr > th{
    font-weight: bold;
    background: #f9f9f9;
}

.reg-table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.table .btn-look,.user-pic .btn-look{
    border-color: #009584;
    line-height:1.8;
    color:#009584;
}
.table .btn-refuse{
    border-color: #666666;
    line-height:1.8;
    color:#666666;
}
.table .btn-adopt{
    border-color: #00a800;
    line-height:1.8;
    color:#00a800;
}

.table .btn-delete{
    border-color: red;
    line-height:1.8;
    color:red;
}




.pagination{
    margin-top: 0px;
}

.pagination > li > a, .pagination > li > span{
    color:#009584;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color:#009584;
    border-color:#009584;
}
.form-horizontal .form-group .required_star{
    color: red;
}
.form-horizontal .form-group .sub-label,.sub-label{
    font-weight: normal;font-size: 14px;color: #999999;
}
.form-horizontal .control-label{
    padding: 0px;
    line-height: 30px;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline{
    padding-top: 0px;
}
.user-pic{
    box-shadow:0 0 9px 3px #e5e5e5;
    width: 180px;
    height: 200px;
    border-radius: 8px;
    display: flex;
    text-align: center;
    align-items: center;
}

.btn-site-email,.btn-site-email:hover,.btn-site-email:active,.btn-site-email:focus{
    border-color: #009584;
    background-color: #009584;
    line-height:1.8;
    color:#ffffff;
    position: absolute;
    width: 100px;
    right: 20px;
}
.appy-circle{
    position: absolute;
    top: 8px;
    right: 5px;
    width: 10px;
    height: 10px;
    background-color: #ff0033;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.course-list,.course-download{
    position: relative;
}
.course-list h4,.course-download h4{
    font-weight: bold;
    font-size: 15px;
    line-height: 50px;
    padding: 0px 20px;
    border-bottom: 1px #e5e5e5 solid;
}
.course-list ul,.course-download ul{
    margin-bottom: 0px !important;
    padding: 0px;
}
.course-list ul li,.course-download ul li{
    list-style-type:none;
    padding-left: 40px;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px #e5e5e5 solid;
}
.course-list ul li a,.course-download ul li a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.course-list ul li.active{
    color: #ffffff;
    background-color: #009584;
}
.course-list ul li.active a{
    color: #ffffff;
}

.course-download ul li.active{
    color: #009584;
}

.online-comment{
    padding: 15px 0px;
}
.online-comment .title{
    font-size: 13px;
}
.online-comment .input{
   margin-top: 10px;
}
.online-comment .input .row{
    display: flex;
    margin-bottom: 10px;
    padding: 10px 0px 10px 20px;
    border-bottom: 1px #e2e8eb solid;
}
.online-comment .input .footer-row{
   text-align: center;
    margin: 50px 0px 30px 0px;
}
.online-comment .input .footer-row .btn-show-more{
    border: 1px #e2e8eb solid;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #999999;
    line-height: 38px;
    font-size: 14px;
    width: 80%;
}
.online-comment .input .headimg{
    margin: 10px 10px 0px 10px;
}
.online-comment .input .headimg img{
    width: 30px;
}
.online-comment .input .reply-content .title{
    color: #333333;
    font-size: 14px;
    line-height: 25px;
}
.online-comment .input .reply-content .time{
    color: #999999;
    line-height: 25px;
}


.btn-comment,.btn-comment:hover,.btn-comment:active,.btn-comment:focus{
    border-color: #009584;
    background-color: #009584;
    line-height:1.8;
    color:#ffffff;
    width: 80px;
}
.online-comment .oper{
    color: #999999;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagination > li > a.active, .pagination > li > span.active{
    border-color: #009584;
    background-color: #009584;
    color:#ffffff;
}
.email-body{
    display: flex;

}
.email-body a{text-decoration:none;}
.email-menu{
    padding: 0px;
    width: 150px;

}
.email-menu ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
}
.email-menu ul li{
    line-height: 45px;
    height: 45px;
    text-align: center;
    padding: 0px;
    border-top-left-radius: 5px;
    color: #00907b;
    border-bottom: 1px #ebebeb solid;
}
.email-menu ul li a{
    color: #666666;
}

.email-menu ul li.active{
    background-color: #00907b;
}
.email-menu ul li.active a{
    color: #ffffff;
}
.email-menu ul li.selected{
    background-color: #f1f1f14d;
}
.email-menu ul li.selected a{
    color: #00907b;
}
.email-content{
    width: 100%;
    border-left: 1px #ebebeb solid;
}
.email-content .email-content-header{
    height: 45px;
    border-bottom: 1px #ebebeb solid;
    position: relative;
}
.email-content .email-content-header .email-content-sendmail-btn{
    border-right: 1px #ebebeb solid;
    height: 100%;
    width: 120px;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.email-content .email-content-table{
    height: 300px;

}
.email-content .email-content-table ul{
    list-style-type: disc;
    padding-left:30px;
}
.email-content .email-content-table ul li{
    color: #333333;
}
.email-content .email-content-table ul li:hover{
    color: #00907b;
}
.email-content .email-content-table .email-row{
    display: flex;
    cursor: pointer;
    line-height: 40px;
}
.email-content .email-content-table .email-row .email-row-title{
    width: 450px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.email-content .email-content-table .email-row .email-row-date{
    width: 200px;
    text-align: center;
}
.email-content .email-content-table .email-row .email-row-del{
    width: 100px;
}


.email-content .email-content-table-page{
    border-top: 1px #ebebeb solid;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 20px;
}
.email-content .email-content-reply .email-content-reply-toolbox{
    display: flex;
    align-items: center;
    height: 45px;
    border-bottom: 1px #ebebeb solid;
    padding: 0px 10px;
}
.email-content .email-content-reply .email-content-reply-toolbox button{
    border-radius: 5px;
    border:1px #bfbfbf solid;
    color: #333333;
    height: 30px;
    width: 60px;
    background-color: #ecf1f2;
}
.email-content .email-content-reply .email-content-reply-body .email-content-reply-body-row{
    line-height: 40px;
    padding: 0px 10px;
}
.email-content .email-content-reply .email-content-reply-body .email-content-reply-body-row label{
   width: 150px;
    text-align: right;
    color: #666666;
}
.email-content .email-content-reply .email-content-reply-body .email-content-reply-body-row span{
    color: #333333;
}
.email-content .email-content-reply .email-content-reply-body .email-content-reply-body-row .title{
    color: #00907b;
}

.login-bar{
    position: fixed;
    bottom: 0px;
    right: 0px;
}
.login-bar .login-bar-content{
    position: relative;
}
.login-bar .login-bar-content .login-bar-close{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
}
.courseware-video-footer{
    display: flex;
    justify-content: flex-end;
    color: #666666;
    font-size: 13px;
    margin-bottom: 10px;
}
.courseware-video-footer .stat-col{
    margin-left: 20px;
    display: flex;
    align-items: center;
    line-height: 30px;
}
.courseware-video-footer .stat-col img{
    margin-right: 5px;
}
.reply-comment-list{
    background-color: #f2f2f2;
    margin: 10px 0px;
    border-radius: 5px;
    padding: 10px;
}
.reply-comment-list .reply-comment-user{
    color: #666666;
    line-height: 25px;
}
.reply-comment-list .reply-comment-value{
     color: #333333;
 }
.reply-comment-list .reply-comment-time{
    color: #999999;
    line-height: 25px;
}
.lang-switch{
    width: auto;
    display: flex;
    border-bottom: 1px #999999 solid;
}
.lang-switch a{
    width: 50%;
}
.lang-switch .lang-btn{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 35px;
}
.lang-switch a.selected{
    background-color: #00907b;
    color: #ffffff;
}