/*!
 * ETUI v3
 *
 * Copyright 2016.9*/

/*-----字体图标引入------------------------------------------------------------------------*/

@import url("/resource/assets/iconfont0215/iconfont.css");
.iconfont {
    font-size: inherit;
    line-height: 1;
    -webkit-text-stroke-width: 0;
}

/* ----------全局---------- */

body {
    background-color: #f8f8f8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.row-full-width {
    margin-left: 0;
    margin-right: 0;
}

.row-full-width [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.panel {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    position: relative;
}

.panel+.panel {
    margin-top: 35px;
}

.main {
    padding-top: 0;
    border-radius: 0;
}

.breadcrumb {
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-bottom: 15px;
    background-color: transparent;
}

.breadcrumb,
.breadcrumb a {
    font-size: 12px;
    color: #9b9b9b;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #C8171E;
}

.channel-title {
    position: relative;
    height: 80px;
    line-height: 80px;
    background-color: #fff;
    border-bottom: 10px solid #cecece;
}

.channel-title h2 {
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    font-size: 26px;
    letter-spacing: 5px;
    color: #C8171E;
}

.channel-title span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.channel-title img {
    width: auto;
    max-width: 150px;
}

.channel-title .tools-box {
    position: absolute;
    top: 0;
    right: 50px;
    bottom: 0;
    height: 100%;
}

.channel-title .tools-box .item {
    float: left;
    height: 70px;
    line-height: 70px;
}

.channel-title .tools-box a {
    display: block;
    padding: 0 10px;
    color: #9b9b9b;
}

.channel-title .tools-box a:hover,
.channel-title .tools-box a:active,
.channel-title .tools-box .active a {
    color: #C8171E;
}

.channel-title .tools-box i {
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
}

.pagination:before,
.pagination:after {
    display: table;
    content: ' ';
}

.pagination:after {
    clear: both;
}

.pagination {
    margin: 20px 0 -5px 0;
    border: 1px solid #CECECE;
    border-top-width: 10px;
    background-color: #fff;
    width: 100%;
    position: relative;
    z-index: 1;
}



.pagination>li>a,
.pagination>li>span,
.pagination>li.P-number,
.whj_bgc,
.whj_color {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    color: #9b9b9b;
    font-size: 12px;
    border: none;
    padding: 0 20px;
    text-align: center;
    float: none;
}
.pagination>li,
.whj_bgc,
.whj_color {
    float: left;
}
.pagination>li>a:hover,
.whj_bgc.whj_hover:hover {
    z-index: 3;
    color: #C8171E;
    background-color: #f9f9f9;
    border-color: #cecece;
    cursor:pointer;
}
.pagination>li.P-number{
     float:left;
}
.pagination>li.P-number select{
    margin: 0 10px;
}

.pagination>li>a:active,
.whj_checked {
    background-color: #C8171E;
    color: #fff;
}

.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.whj_hoverDisable {
    color: #c3c3c3;
    cursor: not-allowed;
    background-color: #f1f1f1;
}

.pagination>li+li>a,
.pagination>li+li>span,
.pagination>li.P-number,
.whj_border {
    border-right: 1px solid #CECECE;
}

.pagination,
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}
.pagination input{
    width:60px;
    border:none;
    background-color: #fffbdc;
    border-right: 1px solid #CECECE;
    border-left: 1px solid #CECECE;

}

.flex-box {
    display: flex;
}

.text-danger
, .keyWord {
    color: #D0021B;
}

.dot {
    overflow: hidden;
    word-wrap: break-word;
}

img.svg
, img.svg-compatible {
    display: none !important;
}

html.svg img.svg {
    display: inline-block !important;
}

html.no-svg img.svg-compatible {
    display: inline-block !important;
    *display: inline !important;
    *zoom: 1;
}

/* ----------头部---------- */

.header-title {
    position: relative;
    padding: 20px;
    font-size: 18px;
}

.header-title.red {
    color: #C8171E;
}

.header-title a {
    color: #C8171E;
    padding: 5px 10px;
    border: solid 1px rgba(200, 23, 30, 0);
    transition: all 0.3s ease-out;
}

.header-title a:hover {
    border: solid 1px rgba(200, 23, 30, 1);
    border-radius: 3px;
    text-decoration: none;
    transform: scale(1.08);
}

.header-title>* {
    font-size: 18px;
}

[class*=header-title-] {
    position: relative;
}

[class*=header-title-] h2:before
, [class*=header-title-] h2:after {
    display: table;
    content: ' ';
}

[class*=header-title-] h2:after {
    clear: both;
}

.split-line-right {
    position: relative;
    border-right: 2px solid #ee9fa8;
    z-index: 1;
}

.border-right-gray {
    border-right: 1px solid #e8e8e8;
}

.border-top-gray {
    border-top: 1px solid #e8e8e8;
}

.list::before,
.list::after {
    display: table;
    content: '';
}

.list::after {
    clear: both;
}

.list a {
    display: block;
    color: #4a4a4a;
}

.list a:hover,
.list a:active {
    color: #C8171E;
}

.list .time,
.list .des {
    font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
    font-size: 12px;
    color: #9b9b9b;
    text-align: justify;
}

.list .time {
    letter-spacing: 1px;
}

.header {
    background-color: #fff;
}

.header .top {
    border-bottom: 1px solid #d4d4d4;
}

.header .tools-box {
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}

.header .tools-box .item {
    height: 40px;
    line-height: 40px;
    float: left;
    border-right: 1px solid #d4d4d4;
}

.header .tools-box .item.item-right {
    float: right;
    border-left: 1px solid #d4d4d4;
}

.header .tools-box a,
.header .tools-box i {
    color: #7d7d7d;
}

.header .tools-box a:hover,
.header .tools-box a:active,
.header .tools-box a:hover i,
.header .tools-box a:active i {
    color: #D0021B;
}

.header .tools-box a {
    display: block;
    padding: 0 30px;
}

.header .tools-box i {
    display: inline-block;
    height: 38px;
    line-height: 35px;
    font-size: 20px;
    vertical-align: middle;
}

.header .tools-box .share {
    padding: 0 15px;
}

.header .tools-box .share a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.header .tools-box .share i {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
}

.form-search {
    margin-bottom: 35px;
}

.form-search .form-group {
    position: relative;
    margin-bottom: 0;
}

.form-search input {
    height: 40px;
    line-height: 40px;
    padding: 0 45px 0 15px;
    border: 1px solid #dbdbdb;
    letter-spacing: 3px;
    font-size: 12px;
}

.form-search input:focus {
    background-color: #fff !important;
    border: 1px solid #C8171E !important;
    color: #C8171E;
}

.form-search .addOn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.form-search a {
    display: block;
    color: #929292;
}

.form-search button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: 0;
    color: #929292;
}

.form-search a:hover,
.form-search a:active,
.form-search button:hover,
.form-search button:active {
    color: #C8171E;
    outline: 0;
}

.form-search i {
    font-weight: bold;
}

.logo {
    margin: 30px 0;
    text-align: center;
}

.logo img {
    width: 80%;
}

.logo a {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    transition: all 0.3s ease-out;
}

.logo a:hover {
    transform: scale(1.08);
}

.logo-title {
    width: 160px;
    margin: auto;
}

.header .navbar-main {
    min-height: 40px;
    border-top: 5px solid #C8171E;
    border-bottom: 2px solid #C8171E;
    background-color: #fff;
}

.header .navbar-main .item {
    float: left;
    width: 12.5%;
    display: block;
}

.header .navbar-main .item > a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #C8171E;
    letter-spacing: 2px;
    padding: 0;
    transition: all 0.3s ease-out;
}

.header .navbar-main .item > a:focus {
    color: #C8171E;
}

.header .navbar-main .item > a:hover {
    background-color: #C8171E;
    color: #fff;
    text-decoration: none;
    transform: scale(1.08);
}

.header .navbar-main .item > a:active {
    background-color: #f1f1f1;
}

.header .navbar-main .active a,
.header .navbar-main .active a:hover,
.header .navbar-main .active a:active {
    background-color: #C8171E;
    color: #fff;
}

.header .navbar-nav {
    position: relative;
    float: none;
}

.header .navbar-nav .item {
    position: initial;
    position: static;
}

.header .navbar-nav .item .dropdown-menu {
    width: 100%;
    border: 0;
    border-top: 2px solid #ccc;
    border-top: 2px solid rgba(0, 0, 0, .15);
}

.header .navbar-nav .dropdown-item {
    float: left;
    width: 20%;
}

.dropdown-item {
    position: relative;
    min-height: 457px;
    overflow: hidden;
}

.dropdown-item:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #f9f9f9;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: width .2s ease, height .2s ease;
    z-index: -1;
    content: ' ';
}

.dropdown-item:hover:after
, .dropdown-item:active:after {
    width: 1000px;
    height: 1000px;
}

.dropdown-item + .dropdown-item:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 2px;
    background-color: #e3e3e3;
    content: ' ';
}

.dropdown-item-title {
    padding: 15px;
    font-size: 14px;
    border-bottom: 2px solid #e8e8e8;
    color: #ff5d5d;
}

.dropdown-item-list {
    /* padding: 15px 0; */
}

.dropdown-item-list li > a {
    display: block;
    padding: 10px;
    line-height: 20px;
    font-size: 12px !important;
    color: #4a4a4a;
    text-align: justify;
}

.dropdown-item-list li > a:hover
, .dropdown-item-list li > a:active {
    color: #ff5d5d;
}

.dropdown-item-list li {
    /* margin-top: 10px; */
    border-bottom: 1px solid #e8e8e8;
}

/* ----------底部---------- */

.footer {
    margin: 10px 0;
    padding-top: 10px;
    background: url(/resource/assets/img/footer.png) 0 0 repeat-x;
    margin-top: 60px;
}

.footer,
.footer a,
.footer p {
    font-size: 12px;
    color: #9b9b9b;
}

.footer a:hover,
.footer a:active,
.footer a:hover p,
.footer a:active p {
    color: #C8171E;
}

.footer a+a {
    margin-left: 10px;
}

.footer span+span {
    margin-left: 10px;
}

.footer p {
    margin-bottom: 0;
}

.footer .info p {
    line-height: 30px;
}

.footer .contact-us:before,
.footer .contact-us:after {
    display: table;
    content: ' ';
}

.footer .contact-us:after {
    clear: both;
}

.footer .contact-us a {
    float: right;
    padding: 0 10px;
    margin-top: 10px;
    text-align: center;
}

.footer .contact-us i {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
}

/* ----------首页---------- */

.header-title-jdyw {
    height: 324px;
    background: #C8171E url(../img/svg-compatible/index/jdyw-bg.png) left -20px top no-repeat;
    background-size: auto 324px;
}

.header-title-jdyw .circle {
    position: absolute;
    bottom: 30px;
    left: 50px;
}

.header-title-jdyw .circle img {
    max-width: 120px;
}

.header-title-jdyw .title {
    position: absolute;
    bottom: 50px;
    left: 80px;
}

.header-title-jdyw .title img {
    width: auto;
    max-width: 130px;
}

.focus-media {
    position: absolute;
    top: 324px;
    left: 0;
    border-right: 1px solid #e8e8e8;
}

.list-1 {
    padding: 0;
}

.list-1 .item {
    padding: 15px 20px;
    border-top: 1px solid #e8e8e8;
}

.list-1 a p.dot {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 0;
}

.list-1 img {
    width: auto;
    max-width: 100px;
    height: 20px;
    margin-bottom: 10px;
}

.list-2 {
    margin-left: -1px;
    border-bottom: 1px solid #e8e8e8;
}

.list-2 .item {
    float: left;
    width: 33.33333%;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.list-2 a:hover {
    text-decoration: none;
}

.list-2 .dot {
    height: 40px;
    line-height: 20px;
    text-align: justify;
}

.list-2 .info {
    padding: 20px;
}

.list-2 .time {
    margin-bottom: 15px;
}

.list-2 .des {
    padding: 24px 20px;
    height: 268px;
    border-top: 1px solid #e8e8e8;
}

.list-2 .des p {
    height: 220px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: justify;
}

.list-2 .ImgCrop + .des {
    height: 80px;
    padding: 20px;
}

.list-2 .ImgCrop + .des p {
    height: 40px;
}

.list-2 .ImgCrop {
    height: 188px;
    overflow: hidden;
}

.list-2 .ImgCrop img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.list-3 {
    margin-left: -1px;
    margin-top: -1px;
}

.list-3 li {
    float: left;
    width: 50%;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.list-3 li a {
    padding: 20px;
}

.list-3 p {
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.header-title-tsfx {
    position: relative;
    height: 135px;
    background: #C8171E url(../img/svg-compatible/index/tsfx-bg.png) center center no-repeat;
}

.header-title-tsfx .rect {
    position: absolute;
    bottom: 20px;
    right: 200px;
}

.header-title-tsfx .rect img {
    max-width: 70px;
}

.header-title-tsfx .title {
    position: absolute;
    bottom: 30px;
    right: 50px;
}

.header-title-tsfx .title img {
    max-width: 200px;
}

.list-4 .item {
    position: relative;
    border-top: 1px solid #e8e8e8;
    clear: both;
}

.list-4 .ImgCrop {
    float: left;
    width: 210px;
    height: 160px;
    overflow: hidden;
    display: block;
}

.list-4 .ImgCrop+.info {
    padding-left: 230px;
}

.list-4 .info {
    padding: 13.5px 20px;
}

.list-4 .time {
    margin-bottom: 10px;
}

.list-4 p.dot {
    height: 50px;
    line-height: 25px;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: justify;
}

.list-4 .des p {
    height: 40px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: justify;
    font-size: 12px;
}

.list-5 {
    padding: 20px 0;
    border-top: 1px solid #d4d4d4;
    position: relative;
}

.list-5 li+li {
    margin-top: 30px;
}

.list-5 .item {
    padding: 10px 20px;
}

.index .list-5 .item {
    padding-right: 30px;
}

.list-5 .item:hover {
    background-color: #f8f8f8;
}

.list-5 .time {
    position: relative;
    height: 9px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #cecece;
    color: #D0021B;
}

.list-5 .time:after {
    position: absolute;
    top: 1px;
    left: -59px;
    width: 16px;
    height: 16px;
    border: 2px solid #EE9FA8;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    content: ' ';
}

.list-5.no-circle .time:after {
    content: none;
}

.channel-content.Lecture .list-5 .time:after {
    left: -29px;
}

.channel-content.Lecture .list-5 .item:hover {
    background-color: #fff;
}

.list-5 .time span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 20px;
    background-color: #fff;
}

.list-5 .title {
    display: block;
    height: 25px;
    line-height: 1.5;
    margin-bottom: 8px;
    font-size: 14px;
}

.channel-content .list-5 .title {
    height: auto;
}

.list-5 .tag {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin-bottom: 8px;
    font-size: 12px;
    background-color: #bfbfbf;
    border-radius: 20px;
    color: #fff;
}

.list-5 a.tag:hover {
    color: #fff;
    text-decoration: none;
}

.list-5 .address,
.list-5 .person {
    font-size: 12px;
    color: #9b9b9b;
    padding-right: 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.list-5 .address i,
.list-5 .person i {
    margin-right: 5px;
    color: #C8171E;
}

.list-5 .address {
    margin-bottom: 5px;
}

.list-5 .all {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 25px;
    line-height: 23px;
    padding: 0 15px;
    border: 1px solid #C8171E;
    border-radius: 5px;
    background-color: #fff;
    color: #C8171E;
    letter-spacing: 3px;
    font-size: 12px;
    margin-top: 30px;
}

.list-5 .all:hover,
.list-5 .all:active {
    background-color: #C8171E;
    color: #fff;
}

.list-5.text-right .time {
    height: auto;
    border-bottom: 0;
}

.list-5.text-right .title {
    height: 42px;
}

.list-5.text-right .address i,
.list-5.text-right .person i {
    margin-left: 5px;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 4px;
}

.list-5.text-right .time {
    text-align: right;
}

.list-5.text-right .time:after {
    left: auto;
    right: -28px;
}

.index .list-5.text-right .time:after {
    right: -23px;
}

.science-box {
    display: flex;
    height: 703px;
}

.science-news {
    border-right: 2px solid #ee9fa8;
}

.S-calendar {
    margin-top: -134px;
}

.date-picker {
    margin: 34px 0;
    padding: 0 15px;
}

.search-report {
    padding: 0 15px;
}

.form-search-report {
    margin-bottom: 0;
}

.form-search-report input {
    padding-left: 0;
    border-width: 0 0 1px 0;
    letter-spacing: 3px;
    background-color: transparent;
}

.form-search-report input:focus {
    border-width: 0 0 1px 0 !important;
}

.list-6 {
    margin-left: -1px;
    margin-top: -1px;
}

.list-6.item-3 .item {
    background-color: #fff;
}

.list-6.item-4 .item {
    float: left;
    width: 25%;
}

.list-6 .item {
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

.list-6 .des {
    padding: 10px 20px;
}

.list-6 p {
    margin-bottom: 0;
}

.list-6 .ImgCrop {
    height: 179px;
    overflow: hidden;
    /* background: url(/resource/static/shjd/assets/upload/colunmBG.jpg); */
}
.list-6 .ImgCrop .img722 {
    width: 100%!important;
    margin-left: 0px!important;
}

.list-6 .info {
    padding: 20px;
    border-top: 1px solid #e8e8e8;
}

.list-6 p.dot {
    height: 254px;
    line-height: 25px;
    /* margin-bottom: 22px; */
}

.list-6 .ImgCrop + .info p {
    height: 80px;
}

/* .bg-white .list-6 p.dot {
    height: 120px;
    margin-bottom: 0;
    font-size: 14px;
} */

.list-6 .time {
    padding: 10px 20px;
    text-align: center;
}

.list-6 .wechat {
    height: 40px;
    line-height: 20px;
    padding: 0 20px 20px;
    text-align: right;
    color: #9b9b9b;
}

.list-6 .wechat i {
    padding-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}

.channel-content-2 .list-6 a {
    font-size: 14px;
}

.header-title-ztzl {
    position: absolute;
    height: 372px;
    left: 0;
    z-index: 2;
    background: #C8171E url(../img/svg-compatible/index/ztzl-bg.png) center top no-repeat;
    background-size: auto 372px;
}

.header-title-ztzl .des {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -80px;
}

.header-title-ztzl .des p {
    line-height: 24px;
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: 3px;
}

.header-title-ztzl .title {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.header-title-ztzl .title img {
    max-width: 70px;
}

.owl-topic .owl-carousel {
    margin-left: -2px;
    margin-top: 0;
    border-right: 2px solid #ee9fa8;
}

.owl-topic .owl-carousel .owl-item img {
    width: auto;
}

.list-7 ul {
    padding: 10px 0;
}

.list-7 a.item {
    padding: 10px 30px;
}

.list-7 .title {
    height: 40px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: justify;
}

.list-7 .info:before,
.list-7 .info:after {
    display: table;
    content: ' ';
}

.list-7 .info:after {
    clear: both;
}

.list-7 .tag {
    float: left;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 4px;
    background-color: #9b9b9b;
    color: #fff;
}

.list-7 .tag:hover,
.list-7 .tag:active {
    background-color: #C8171E;
    color: #fff;
}

.list-7 .time {
    float: right;
}

.list-8 {
    margin-top: -1px;
    margin-left: -1px;
}

.list-8 .item {
    position: relative;
    float: left;
    width: 50%;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.list-8 .ImgCrop {
    float: left;
    width: 155px;
    height: 118px;
    overflow: hidden;
    display: block;
}

.list-8 .info {
    padding: 15px;
}

.list-8 .ImgCrop+.info {
    padding-left: 170px;
}

.list-8 p.dot {
    height: 60px;
    line-height: 20px;
    margin-bottom: 10px;
}

.header-title-zhxw {
    height: 118px;
    position: absolute;
    left: 66.66666667%;
    z-index: 2;
    background: #d0031c url(../img/svg-compatible/index/zhxw-bg.png) center center no-repeat;
}

.mix-news {
    margin-top: 118px;
}

.header-title-zhxw .title {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.header-title-zhxw .title img {
    max-width: 160px;
}

.list-9 {
    width: 80%;
    margin: 30px auto 0 auto;
}

.list-9 li+li {
    border-top: 1px solid #e8e8e8;
}

.list-9 li {
    padding: 10px 5px;
}

ul.list-9 li a {
    width: 100%;
    margin-left: 0;
}

ul.list-9 li span.time {
    display: none;
    top: 10px;
}

.list-10 {
    margin-top: -1px;
    margin-left: -1px;
}

.list-10 .item {
    position: relative;
    float: left;
    width: 33.33333%;
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

.list-10 .ImgCrop {
    height: 170px;
    overflow: hidden;
}

.list-10 p {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 20px;
    padding: 0 15px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
}

.header-title-hlxy {
    position: absolute;
    height: 341px;
    background: #d0031c url(../img/svg-compatible/index/jdyw-bg.png) right -80px bottom -40px no-repeat;
    background-size: auto 341px;
}

.header-title-hlxy .title {
    position: absolute;
    top: 100px;
    left: 110px;
}

.header-title-hlxy .title img {
    max-width: 80px;
}

.list-11:before,
.list-11:after {
    display: table;
    content: ' ';
}

.list-11:after {
    clear: both;
}

.list-card-h .list-11 {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 20px;
}

.list-card-h .list-11 .item {
    padding: 10px;
}

.list-card-h .list-11.item-4 .item {
    float: left;
    width: 25%;
}

.list-card-h .list-11 .card {
    position: relative;
    height: 440px;
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
}

.list-card-h .list-11 .ImgCrop {
    height: 180px;
    overflow: hidden;
}

.list-card-h .list-11 p {
    position: relative;
    height: 110px;
    line-height: 20px;
    padding: 20px 20px 30px;
}

.list-card-h .list-11 p:after {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 10%;
    margin-left: -5%;
    height: 2px;
    background-color: #979797;
    content: ' ';
}

.list-card-h .list-11 .des {
    height: 220px;
    line-height: 20px;
    padding: 0 20px 20px;
}

.list-card-h .list-11 .ImgCrop ~ .des {
    height: 80px;
}

.list-card-h .list-11 .time {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-top: 1px solid #efefef;
}

.list-card-h .source {
    display: none;
}

.list-card-v {
    position: relative;
    border-right: 1px solid #cecece;
}

.list-card-v:after {
    position: absolute;
    top: 0;
    left: 70%;
    bottom: 0;
    height: 100%;
    width: 2px;
    background-color: #cecece;
    z-index: 2;
    content: ' ';
}

.list-card-v .list-11 {
    margin: 0;
    padding-top: 20px;
}

.list-card-v .list-11 .item {
    float: none;
    padding: 0;
    margin-bottom: 30px;
}

.list-card-v .list-11 .card:before,
.list-card-v .list-11 .card:after {
    display: table;
    content: ' ';
}

.list-card-v .list-11 .card:after {
    clear: both;
}

.list-card-v .list-11 .card {
    position: relative;
}

.list-card-v .list-11 .info {
    position: relative;
    float: left;
    width: 65%;
    background-color: #fff;
    border-left: 5px solid #ddd;
}

.list-card-v .list-11 .ImgCrop {
    height: 150px;
    width: 225px;
    float: left;
    margin-right: 30px;
    margin-left: -5px;
    overflow: hidden;
}

.list-card-v .list-11 .ImgCrop+.info {
    padding-left: 225px;
}

.list-card-v .list-11 p.dot {
    height: 50px;
    line-height: 25px;
    font-size: 16px;
    margin: 10px 20px;
}

.list-card-v .list-11 .des {
    height: 60px;
    line-height: 20px;
    margin: 0 30px 10px 30px;
}

.list-card-v .list-11 .time {
    position: relative;
    float: left;
    width: 30%;
    margin-left: 5%;
    height: 9px;
    border-bottom: 1px dashed #cecece;
}

.list-card-v .list-11 .time:before {
    position: absolute;
    top: 8px;
    left: -50px;
    width: 40px;
    height: 2px;
    background-color: #cecece;
    z-index: -1;
    content: ' ';
}

.list-card-v .list-11 .time span {
    position: relative;
    padding: 0 15px 0 30px;
    background-color: #f8f8f8;
}

.list-card-v .list-11 .time span:before,
.list-card-v .list-11 .time span:after {
    position: absolute;
    border-radius: 50%;
    content: ' ';
}

.list-card-v .list-11 .time span:before {
    top: -7px;
    left: -15px;
    width: 31px;
    height: 31px;
    background-color: #f8f8f8;
    z-index: 1;
}

.list-card-v .list-11 .time span:after {
    top: 1px;
    left: -7px;
    width: 15px;
    height: 15px;
    background-color: #cecece;
    z-index: 2;
}

.list-card-v .list-11 .time span.sr-only {
    position: absolute;
}

.list-card-v .list-11 .source {
    padding-left: 30px;
}

.list-card-v .list-11 .source {
    height: auto;
    line-height: normal;
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #9b9b9b;
}

.list-card-v .list-11 .source img {
    width: auto;
    height: 20px;
    padding: 3px;
    background-color: #fff;
    border-radius: 3px;
    box-sizing: content-box;
}

.list-card-v .list-11 .source img+p {
    display: none;
}

.list-card-v .list-11 .source p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
    padding: 3px 5px;
    border-radius: 3px;
    background-color: #fff;
    color: #C8171E;
}

.school-list li.item {
    background-color: #000;
}

.school-list li.item .ImgCrop>img {
    opacity: 0.8;
}

.channel-content {
    position: relative;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.channel-content:after {
    position: absolute;
    top: 0;
    left: 66.66666667%;
    bottom: 0;
    height: 100%;
    width: 4px;
    margin-left: -2px;
    background-color: #e8e8e8;
    z-index: 1;
    content: ' ';
}

.channel-content-2 {
    margin-top: 20px;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}

.list-12 {
    position: relative;
    border-top: 1px solid #d4d4d4;
    overflow-y: auto;
}

.list-12 .item {
    position: relative;
    float: left;
    width: 50%;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
}

.list-12 .item:hover img
, .list-12 .item.active img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.list-12 .ImgCrop {
    height: 138px;
    overflow: hidden;
}

.list-12 .ImgCrop img {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.list-12 .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.list-12 .title>div {
    display: table;
    height: 100px;
    width: 100px;
    margin: auto;
    margin-top: 18px;
}

.list-12 .title a {
    display: table-cell;
    border-radius: 50%;
    border: 1px solid #979797;
    text-align: center;
    font-family: 'SongTi SC';
    font-weight: 900;
    vertical-align: middle;
    padding: 6px;
    font-size: 14px;
}

.list-12 .item:hover a {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    text-decoration: none;
    color: #C8171E;
    border-color: #fff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.list-12 .item.active a {
    /* color: #C8171E;
    border: 0; */
    display: none;
}

.channel-content .list-4 .item,
.channel-content .list-6 .item {
    background-color: #fff;
}

/*--sblist列表鼠标响应效果----*/

.list-2 .item,
.list-1 .item,
.list-3 .item,
.list-4 .item,
.list-5 .item,
.list-6.item-3 .item,
.list-6.item-4 .item,
.list-7 .item,
.list-8 .item,
.list-10 .item,
.list-13 .item,
.list-card-h .list-11 .card,
.list-card-v .list-11 .info,
.channel-content .list-6 .item {
    position: relative;
    transition: all 0.3s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}

.list-2 .item:hover,
.list-1 .item:hover,
.list-3 .item:hover,
.list-4 .item:hover,
.list-5 .item:hover,
.list-6.item-3 .item:hover,
.list-6.item-4 .item:hover,
.list-7 .item:hover,
.list-8 .item:hover,
.list-10 .item:hover,
.list-13 .item:hover,
.list-card-h .list-11 .card:hover,
.list-card-v .list-11 .info:hover,
.channel-content .list-6 .item:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.08);
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.list-1 .item:hover a,
.list-2 .item:hover a,
.list-3 .item:hover a,
.list-4 .item:hover a,
.list-5 .item:hover a,
.list-6.item-3 .item:hover a,
.list-6.item-4 .item:hover a,
.list-7 .item:hover a,
.list-8 .item:hover a,
.list-card-h .list-11 .card:hover a,
.list-card-v .list-11 .info:hover a,
.channel-content .list-6 .item:hover a {
    color: #C8171E;
    text-decoration: none;
}

.list-1 .item:hover,
.list-2 .item:hover,
.list-3 .item:hover,
.list-4 .item:hover,
.list-6.item-4 .item:hover,
.list-6.item-3 .item:hover,
.list-7 .item:hover,
.list-8 .item:hover {
    background-color: #fff;
}

a.title img,
.list-12 .item .title a {
    position: relative;
    transition: all 0.3s ease-out;
}

a.title:hover img,
.list-12 .item:hover .title a {
    transform: scale(1.08);
    position: relative;
    z-index: 9;
}

.Lecture {
    background-color: #fff;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}

.search-lecture {
    padding: 43px 20px 40px;
    ;
    border-top: 1px solid #e8e8e8;
}

.form-search-lecture {
    margin-bottom: 0;
}

.form-search-lecture input {
    height: 35px;
    line-height: 35px;
    background-color: transparent;
    border-left: 0;
    border-right: 0;
}

.form-search-lecture input[readonly] {
    background-color: transparent;
}

.form-search-lecture input:focus {
    border-left: 0 !important;
    border-right: 0 !important;
}

.form-search-lecture .addOn {
    height: 35px;
    line-height: 35px;
}

.form-search-lecture .form-group+.form-group {
    margin-top: 7px;
}

.form-search-lecture .bootstrap-select {
    display: block !important;
}

.form-search-lecture .bootstrap-select .btn {
    float: none;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    background-color: transparent;
    border: 1px solid #dbdbdb;
    border-left: 0;
    border-right: 0;
    color: #9b9b9b;
    font-size: 12px;
}

.form-search-lecture .bootstrap-select .btn:focus {
    outline: 0 !important;
}

.form-search-lecture .bootstrap-select.open .btn {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.form-search-lecture .bootstrap-select.open .dropdown-toggle,
.form-search-lecture .bootstrap-select .dropdown-toggle:active {
    box-shadow: none;
}

.bootstrap-select .dropdown-menu {
    margin-top: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu li a {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
}

.form-search-lecture .date-range-picker {
    letter-spacing: 0;
}

.daterangepicker,
.daterangepicker input {
    font-size: 12px;
}

.daterangepicker .calendar {
    float: none !important;
}

.daterangepicker .daterangepicker_input i {
    top: 10px;
}

.bg-white {
    background-color: #fff;
}

.newsbox1 {
    height: auto !important;
    overflow-y: inherit !important;
}
/*
.index .newsbox1 {
    overflow: hidden !important;
}
*/
.newsbox1.list-5.text-right {
    max-height: 640px;
}

.newsboxNAV {
    float: left;
}

.newsboxNAV li {
    display: inline-block;
}



.form-search-box {
    margin-bottom: 20px;
    box-shadow: 5px 5px 0 #d0d0d0;
}

.form-search .addOn {
    top: 1px;
    right: 1px;
    width: 39px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.form-search-box a {
    background-color: #C8171E;
    color: #fff;
}

.form-search-box a:hover
, .form-search-box a:focus {
    color: #fff;
}

.form-search-option {
    border-top: 10px solid #e8e8e8;
    font-size: 12px;
}

.form-search-option div[class*=col-] + div[class*=col-] .form-group {
    border-left: 1px solid #cecece;
}

.form-search-option .form-group:before
, .form-search-option .form-group:after {
    display: table;
    content: ' ';
}

.form-search-option .form-group:after {
    clear: both;
}

.form-search-option .form-group {
    padding: 5px;
    margin-bottom: 0;
}

.form-search-option .bootstrap-select {
    height: auto;
}

.form-search-option label {
    height: 30px;
    line-height: 30px;
    padding-right: 10px !important;
    margin-bottom: 0;
    text-align: right;
    color: #7d7d7d;
}

.form-search-option input
, .form-search-option button
, .form-search-option a {
    font-size: 12px;
}

.form-search-option button
, .form-search-option input {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border: 0 !important;
    color: #4A90E2;
    text-align: center;
}

.form-search-option ::-webkit-input-placeholder {
    color:#4a90e2 !important;
}

.form-search-option ::-moz-placeholder {
    color:#4a90e2 !important;
}

.form-search-option :-ms-input-placeholder {
    color:#4a90e2 !important;
}

.form-search-option input:-moz-placeholder {
    color:#4a90e2 !important;
}

.form-search-option input.form-control:focus
, .form-search-option input.form-control:hover {
    background-color: #e6e6e6 !important;
    outline: 0 !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}

.form-search-option .result {
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: right;
    color: #F5A623;
}

.statistics-title {
    border-top: 10px solid #e8e8e8;
}

.statistics-title h3 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #7d7d7d;
    text-align: center;
}

.list-13 {
    padding: 15px 0;
    border-top: 1px solid #cecece;
}

.list-13 .item {
    position: relative;
    padding: 15px 30px;

    background-color: #fff;
}

.list-13 .title {
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-13 .des {
    margin-bottom: 5px;
}

.list-13 .des p {
    height: 40px;
    line-height: 20px;
    margin-bottom: 0;
}

.list-13 .link
, .list-13 .time {
    font-size: 12px;
    color: #bcbcbc;
}

.list-13 .link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-14 {
    padding: 30px 0;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    /* text-align: center; */
}

.list-14 a:before
, .list-14 a:after {
    display: table;
    content: ' ';
}

.list-14 a:after {
    clear: both;
}

.list-14 a {
    height: 40px;
    line-height: 40px;
    color: #9b9b9b;
}

.list-14 .active a {
    color: #D0021B;
}

.list-14 .title
, .list-14 .count {
    float: left;
    width: 50%;
}

.list-14 .title {
    padding-right: 10px;
    text-align: right;
}

.list-14 .count {
    padding-left: 10px;
}

/* ----------稿件---------- */

.Article {
    position: relative;
    padding: 60px 100px 30px 100px;
    background-color: #fff;
}

.Article-title {
    width: 70%;
    margin-bottom: 60px;
    font-weight: 700;
    line-height: 1.5;
    color: #4a4a4a;
    font-size: 22px;
    text-align: left;
    padding: 0;
}

.Article-title h5 {
    font-size: 12px;
}

.Article-title h4 {
    font-size: 16px;
}

.Article-title h2 {
    margin: 10px 0;
    font-size: 22px;
    font-weight: bold;
}

.Article-title small {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #D0021B;
    letter-spacing: 2px;
}

.Article-title small a {
    color: #D0021B;
}

.Article-info {
    line-height: 24px;
    margin-bottom: 30px;
    color: #4a4a4a;
    font-family: 'SongTi SC';
    font-size: 12px;
}

.Article-info span+span {
    margin-left: 20px;
}

.Article-info .btn-icon-group:before,
.Article-info .btn-icon-group:after {
    display: table;
    content: ' ';
}

.Article-info .btn-icon-group:after {
    clear: both;
}

.Article-info .btn-icon-group .item {
    float: right;
}

.Article-info .btn-icon-group .item+.item {
    margin-right: 20px;
}

.Article-info .btn-icon {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #888;
}

.Article-info .btn-icon:hover {
    text-decoration: none;
}

.Article-info .btn-icon:hover i,
.Article-info .btn-icon:active i {
    color: #C8171E;
}

.Article-info .btn-icon i {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
}

.Article-info .source a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 10px;
    padding: 2px 5px;
    background-color: #fff;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    overflow: hidden;
}
.Article-info .dropdown-weixin{
    position:relative;
}
.Article-info .dropdown-weixin img{
    display:none;
    position:absolute;
    top: 30px;
    left:50%;
    width:80px;
    height: 80px;
    margin-left:-40px;
}
.Article-info .dropdown-weixin:hover img{
    display:block;
}
.Article-info .source,
.list-1 .source{
     position: relative;
     height: 30px;
     padding: 5px 0;
}
.Article-info .source img,
.list-1 .source img{
    position: relative;
    z-index: 1;
    height: 20px;
    border-radius: 3px;
    width: auto;
    margin-bottom: 0;
}
.Article-info .source p,
.list-1 .source p
{
    position: absolute;
    margin: 0;
    top: 5px;
    height: 20px;
    line-height: 20px;
    z-index: 0;
    color: #C8171E;
}

.Article-description {
    padding-left: 25px;
    border-left: 10px solid #eee;
    color: #9b9b9b;
    font-size: 12px;
    text-align: justify;
    font-size: 14px;
    margin-top: 20px;
}

.Article-description p {
    color: #4a4a4a;
}

.Article-description i {
    padding-right: 10px;
    color: #D0021B;
}

.Article_content {
    padding: 50px 0 30px;
    border-bottom: 1px solid #d6d6d6;
    text-align: justify;
    line-height: 1.8;
    font-family: 'SongTi SC';
    color: #4a4a4a;
}

.Article_content.hlxy {
    padding: 50px 20%;
}

.Article_content p {
    margin-bottom: 0;
    text-indent: 2em;
}

.Article_content p+p {
    margin-top: 30px;
}

.Article_content img {
    display: block;
    width: auto;
    max-width: 80%;
    /*height:auto !important;*/
    margin: auto;
}

.Article_content .leader {
    width: 300px;
    margin: 0 auto 30px;
}

.Article_content .ImgCrop {
    height: 450px;
    margin-bottom: 15px;
    overflow: hidden;
}

.Article_content .ImgCrop img {
    max-width: none;
}

.Article_content .leader p {
    text-indent: 0;
    text-align: center;
}

.Article-operator {
    padding-top: 30px;
}

.Article-operator a {
    color: #4a4a4a;
    font-size: 12px;
    font-family: 'SongTi SC';
}

.Article-operator a:hover,
.Article-operator a:active {
    color: #C8171E;
}

.Article-operator a+a {
    margin-left: 20px;
}

.Article-source:beofre,
.Article-source:after {
    display: table;
    content: ' ';
}

.Article-source:after {
    clear: both;
}

.Article-source {
    margin-left: auto;
    margin-right: 0;
    margin-top: 30px;
    font-size: 12px;
    font-weight: 100;
    overflow: hidden;
}

.Article-source.form-horizontal .form-group {
    margin-bottom: 0;
}

.Article-source.form-horizontal .control-label {
    padding-top: 0;
}

.Article-recommend {
    position: fixed;
    bottom: 30%;
    right: 8%;
    z-index: 100;
}

.Article-recommend a {
    display: block;
    color: #4a4a4a;
    font-size: 12px;
}

.Article-recommend a:hover p {
    color: #D0021B;
}

.Article-recommend i {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto 10px;
    background-color: #D0021B;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
}

.Article-recommend p {
    margin-bottom: 0;
}

.attach-list {
    margin-top: 30px;
    padding: 15px 30px;
    background-color: #efefef;
}

.attach-list .item:before,
.attach-list .item:after {
    display: table;
    content: ' ';
}

.attach-list .item:after {
    clear: both;
}

.attach-list .item+.item {
    margin-top: 15px;
}

.attach-list .source {
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #cecece;
}

.attach-list .source i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    font-size: 40px;
    vertical-align: middle;
    color: #8a8a8a;
}

.attach-list .title {
    float: left;
    width: 80%;
    height: 40px;
    line-height: 40px;
}

.attach-list .title a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 20px;
    color: #4a4a4a;
}

.attach-list .title a:hover,
.attach-list .title a:active {
    color: #C8171E;
}

/* ----------/稿件---------- */

.LectureInfo p {
    padding-left: 10px;
}

.LectureTime:before,
.LectureAdd:before,
.LecturePerson:before,
.LectureUnit:before,
.ContactPerson:before,
.InvitePerson:before {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 20px;
    font-family: "iconfont";
    color: #C8171E;
}

.LectureTime:before {
    content: "\e61e";
}

.LectureAdd:before {
    content: "\e616";
}

.LecturePerson:before {
    content: "\e61f";
}

.LectureUnit:before {
    content: "\e620";
}

.ContactPerson:before {
    content: "\e645";
}

.InvitePerson:before {
    content: "\e7dd";
}

.eCharts-add {
    padding: 20px;
    width: 90%;
}
.ma-infinitypush-wrapper.ma-infinitypush-active-button.ma-infinitypush-button-right .ma-infinitypush-button{
	top: 13px;
}
.ma-infinitypush-active-item .dropdown-menu
, .ma-infinitypush-active-item .dropdown-item-list {
    display: block !important;
    right: 0 !important;
    width: 159px !important;
}

/* ----------百度地图---------- */

.map {
    margin: 30px 0 0;
}

.map p {
    margin-top: 5px;
    text-indent: 0;
    font-size: 12px;
}

.baiduMap {
    height: 300px;
}

.baiduMap label {
    max-width: none;
}

.BMap_Marker img {
    width: auto;
    max-width: none;
}

/*增加二维码样式*/
.dropdown-weixin{
    position:relative;
}
.weixin-img{
    display:none;
    position:absolute;
    min-width:100px;
    left: 50%;
    margin-left:-50px;
}
.dropdown-weixin:hover .weixin-img{
    display:block;
}
.expand{
    position: absolute;
    right:0;
    bottom:1px;
    border-radius:16px 0 0 0 ;
    padding:4px 10px 4px 16px;
    color:#C8171E;
    border:1px solid #eee;
    font-size: 12px;
    z-index: 999;
    cursor: pointer;
    background: #fff;
}
#list2{
    display: none;
}
