/*
    CSS框架
 */
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    border: none;
    list-style: none;
}

.red {
    color: #cd3333;
}

.gray{
    color: #444;
}

.bg_red {
    background-color: #cd3333;
}

.br_red {
    border-color: #cd3333 !important;
}

.bg-gray-light {
    background-color: #f4f4f4;
}

body {
    color: #444444;
}

a {
    color: #444;
    position: relative;
}


h1 {
    margin: 30px;
}

h4, h4 * {
    color: #000;
}

h4 {
    overflow: hidden;
}

.p0 {
    padding: 0 !important;
}

.p {
    padding: 15px;
}

p {
    line-height: 25px;
    display: block;
    clear: both;
}

.block {
    display: block;
}

.ch {
    clear: both;
    height: 15px;
    overflow: hidden;
    display: block;
}

.ch30 {
    clear: both;
    display: block;
    overflow: hidden;
    height: 30px;
}

.m0 {
    margin: 0 !important;
}

.m-l {
    margin-left: 15px;
}

.m-l-7 {
    margin-left: 7px;
}

.m-r {
    margin-right: 15px;
}

.m-r-8 {
    margin-right: 8px;
}

.m-t {
    margin-top: 15px;
}

.m-t-8 {
    margin-top: 8px;
}

.nw {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row {
    margin: 0 -15px;
}

.oh {
    overflow: hidden;
}

img.full {
    display: block;
    width: 100%;
    clear: both;
}

.img.full-height {
    height: 100%;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

hr {
    clear: both;
    display: block;
    height: 0;
    border-top: 1px solid rgb(221, 222, 225);
    margin: 15px auto !important;
}

.line-big {
    height: 4px;
    overflow: hidden;
    display: block;
    clear: both;
    background: url("../image/big-line.gif");
}

.container {
    width: 1000px;
    overflow: hidden;
    display: block;
    margin: auto;
    clear: both;
    transition: width 1s;
}

.container-full {
    width: auto;
    display: block;
    clear: both;
    margin: 15px;
}

.hidden {
    display: none;
}

.mobile-display {
    display: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.oh {
    overflow: hidden;
    display: block;
}

[class^="col-"], [class*=" col-"] {
    transition: width 2s;
}

.col-md-1 {
    float: right;
    width: 10%;
}

.col-md-166 {
    float: right;
    width: 16.66%;
}

.col-md-125 {
    float: right;
    width: 12.5%;
}

.col-md-2 {
    float: right;
    width: 20%;
}

.col-md-250 {
    float: right;
    width: 25%;
}

.col-md-250 img{ width:100%; height:187px;}

.col-md-3 {
    float: right;
    width: 30%;
}

.col-md-333 {
    float: right;
    width: 33.33%;
}

.col-md-4 {
    float: right;
    width: 40%;
}

.col-md-5 {
    float: right;
    width: 50%;
}

.col-md-6 {
    float: right;
    width: 60%;
}

.col-md-666 {
    float: right;
    width: 66.66%;
}

.col-md-7 {
    float: right;
    width: 70%;
}

.col-md-8 {
    float: right;
    width: 80%;
}

.col-md-9 {
    float: right;
    width: 90%;
}

.col-md-10 {
    float: right;
    width: 100%;
}

.col-md-offset-2{
    margin-right: 20%;
}

.alert-error {

    border: 1px solid #cd3333 !important;
    color: #cd3333;
    background-color: #fff8c5 !important;
    font-size: 90%;
}

div.column {
    position: relative;
}

div.column div.column-title a.more-style,
div.column h3 a.more-style {
    display: block;
    height: 100%;
    background: url("../image/more.png") no-repeat 0 2px;
    -webkit-background-size: 18px;
    background-size: 18px;
}

div.column div.column-title,
div.column h3 {
    margin-bottom: 8px;
    line-height: 30px;
    height: 28px;
    display: block;
    clear: both;
    background-color: #fefefe;
    border-bottom: 2px solid rgb(221, 222, 225);

}

div.column div.column-title .column-title,
div.column h3 .column-title {
    display: block;
    float: right;
    line-height: 30px;
    height: 28px;
    padding: 0 15px;
    overflow: hidden;
    border-bottom: 2px solid;

}

div.column div.column-title .column-list {
    line-height: 38px;
}

.nav {
    border-bottom: 2px solid;
}

.nav img.web-logo {
    padding-bottom: 15px;
}

.nav-full {

}

.nav-full li {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.nav-full ul.child-menu {
    background: url("../image/navbg.png") no-repeat 10px center;

    margin: 0 15px 0 0;
    height: 30px;
    overflow: hidden;
}


.nav-full ul.last {
    background: none;
    border: none;
}

.nav-small {
    height: 35px;
    line-height: 40px;
    background-color: #cd3333;
    overflow: hidden;
}

.nav-small img.web-logo {
    height: 18px;
    margin-top: 8px;
}

.nav-small * {
    color: white;
}

.nav-small .logo {
    height: 35px;
    overflow: hidden;
    display: block;
}

.nav-small .web-title {
    padding: 0 5px;
}

.nav-small ul.left-menu li {
    display: block;
    float: right;
    line-height: 40px;
    padding: 0 10px;
    font-size: 13px;
}

.cb {
    clear: both;
}

ul li, ol li {
    line-height: 25px;
}

ul.list-left li {
    display: block;
    padding: 0 20px 0 0;
    background: url("../image/list-left-node-style.png") no-repeat right center;
    -webkit-background-size: 12px;
    background-size: 12px;
}

ul.list-dashed-left li {
    display: block;
    padding: 0 20px 0 0;
    background: url("../image/list-left-dashed-node-style.png") no-repeat right center;
}

.img-list-2 {
    overflow: hidden;
    margin-right: -7px;
    margin-left: -7px;
    padding: 0 !important;
    background: none !important;
}

.img-list-2-for-div {
    margin-top: 15px;
}

.img-list-2 .col-md-5 a {
    margin: auto 8px 0 8px;
    display: block;

}

.img-list-2 p {
    line-height: 30px;
    height: 30px;
    margin: 0;
}

.column-head-img-news {
    margin-bottom: 15px;
}

.column-head-img-news a {
    margin-top: 7px;
    display: block;
    overflow: hidden;
}

.column-head-img-news a img {
    width: 120px;
    height: 80px;
    float: right;
    margin-left: 15px;
}

.column-head-img-news h4 {
    margin-top: 5px;
}

.column-head-img-news p {
    clear: both;
    margin-top: 8px;
    height: 50px;
    overflow: hidden;
    color: rgb(128, 132, 143);
}

.column-head-img-news span {
    display: block;
    margin-right: 130px;
    height: 79px;
    border-bottom: 1px solid #f8f8f9;
}

.column-head-img-news a:hover * {
    color: #cd3333;
}

.column-head-img-news a:hover span {
    border-bottom: 1px solid #cd3333;
}

.column-img-news {
    margin-top: 15px;
}

.column-img-news a {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}

.column-img-news a img {
    width: 120px;
    height: 80px;
    float: right;
}

.column-img-news h4 {
    padding: 15px 0;
}

.column-img-news p {
    clear: both;
    margin-top: 8px;
    height: 50px;
    overflow: hidden;
    color: rgb(128, 132, 143);
}

.column-img-news span {
    display: block;
    margin-right: 130px;
    height: 79px;
    border-bottom: 1px solid #f8f8f9;
}

.column-img-news a:hover * {
    color: #cd3333;
}

.column-img-news a:hover span {
    border-bottom: 1px solid #cd3333;
}

.pic-news-list {
    margin: 15px -7px 0 -8px;
}

ul.news-list [class^="icon-"], ul.news-list[class*=" icon-"] {
    margin-left: 10px;
}

ul.news-list li {
    line-height: 25px;
}

.pic-news-list a {
    display: block;
    overflow: hidden;
    margin: 0 8px 15px 7px;
    position: relative;
}

.pic-news-list a span {
    display: block;
    position: absolute;
    background-color: #333;
    color: white;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: -200px;
    left: 0;
    padding: 8px 0;
    white-space: normal;
    transition: bottom 0.25s, background 1s;
    -moz-transition: bottom 0.25s, background 1s; /* Firefox 4 */
    -webkit-transition: bottom 0.25s, background 1s; /* Safari 和 Chrome */
    -o-transition: bottom 0.25s, background 1s; /* Opera */
}

.pic-news-list a:hover span {
    bottom: 0;
    background-color: rgba(205, 51, 51, 0.8);
}

.pic-news-list-normal {
    margin: 0 -7px 0 -8px;
}

.pic-news-list-normal a {
    display: block;
    overflow: hidden;
    margin: 15px 8px 0 7px;
    position: relative;
}

.pic-news-list-normal span {
    display: block;
    line-height: 25px;
    margin-top: 10px;
}

/* 特殊标签 */
code.time {
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 0 10px 10px 0;
    line-height: 25px;
    height: 25px;
    display: block;
    padding: 0 5px;
    color: white;
    font-family: Arial, serif;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.25);
}

code.album {
    position: absolute;
    right: 0;
    top: 15px;
    border-radius: 10px 0 0 10px;
    line-height: 25px;
    height: 25px;
    display: block;
    padding: 0 5px 0 25px;
    color: white;
    font-family: Arial, serif;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.25) url("../image/album.svg") no-repeat 5px center;
    -webkit-background-size: 16px;
    background-size: 16px;
}

a:hover code.album {
    font-size: 140%;
}

.footer {
    background-color: #e9eaec;
}

.footer, .footer * {
    font-size: 12px;
}

.footer .credentials {
    background-color: #cd3333;
    color: white;
    line-height: 30px;

}

.report-center {

}

.report-center a {

    height: 25px;
    line-height: 25px;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    margin-bottom: 5px;
}

.report-center a img {
    height: 15px;
    overflow: hidden;
    float: right;
    margin: 5px;
}

div.a-list {
    line-height: 25px;
    font-size: 12px;
}

div.a-list a:after {
    content: '■';
    font-size: 4px;
    margin: 0 15px;
}

div.a-list a:last-child:after {
    display: none;
}

.lang {
    background-color: #cd3333;
    line-height: 30px;
    height: 30px;
    overflow: hidden; 
}

.lang .lang-list a {
    display: block;
    float: right;
    color: white;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    font-family: '微软雅黑', "alkatip tor", serif;
    font-size: 12px;
}

.lang .lang-list a:hover {
    background-color: #333;
}

.lang * {
    color: #e9eaec;
}

.nav-report {
    line-height: 35px;
    font-size: 12px;
    height: 30px;
    overflow: hidden;
}

.nav-report-ico {
    height: 14px;
    margin-top: 4px;
    margin-left: 10px;
    padding: 3px;
    border-radius: 8px;
    background-color: #e9eaec;
}

div.search {
    border: 1px solid #dddee1;
    height: 30px;
    border-radius: 6px;
    overflow: hidden;
}

div.search input {
    border: none;
    line-height: 20px;
    padding: 5px;
    width: 150px;
    outline: none;
    float: right;

}

div.search button {
    display: block;
    background: none;
    height: 100%;
    width: 25px;
    float: left;
}

div.search button img {
    display: block;
    padding-top: 7px;
    width: 16px;
    padding-left: 10px;
    opacity: 0.3;
}

.slide, .slide * {
    direction: ltr;
}

.slide {
    position: relative;
    overflow: hidden;
    height: 100px;
}

.slide-text {
    height: 35px;
    line-height: 35px;
}

.slide-text {
    position: relative;
    height: 35px;
    overflow: hidden;
}

.slide-text .bd,
.slide-text .bd li {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.propagate .slide .bd,
.propagate .slide .bd ul,
.propagate .slide .bd li {
    height: 100px;
    width: 100% !important;
}

.slide-text {

}

.slideBox, .slideBox * {
    direction: ltr;
}

.slideBox, .slideBox .bd {
    position: relative;
}

.slideBox,
.slideBox .bd li,
.slideBox .bd a,
.slideBox .bd img {
    display: block;
    overflow: hidden;
}

.slideBox .hd {
    z-index: 999;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0, 0, 0, 0.77);
}

.slideBox .hd ul {
}

.slideBox .hd li {
    color: white;
    line-height: 35px;
    display: none;
}

.slideBox .hd li.on {
    display: block;
}

.slideBox .more {
    position: absolute;
    z-index: 1000;
    left: 0;
    bottom: 0;
    height: 35px;
    line-height: 35px;
    width: 60px;
    text-align: center;
    background-color: #cd3333;

}

.slideBox .more a {
    color: white;
}

.slideBox a.prev,
.slideBox a.next {
    position: absolute;
    top: 45%;
    left: 0;
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    opacity: 0.7;
}

.slideBox a.next {
    left: auto;
    right: 0;
}

.slideBox a.prev:hover,
.slideBox a.next:hover {
    opacity: 1;
}

table.table {
    width: 100%;
}

table.table,
table.table td {
    border-collapse: collapse;
    border: 1px solid #dddee1
}

table.table td {
    padding: 5px;
}

table.table thead {
    background-color: #f8f8f9;
}

.line-2 {
    line-height: 23px;
    height: 50px;
    overflow: hidden;
}
.line-3 {
    line-height: 25px;
    height: 75px;
    overflow: hidden;
}



