@charset "utf-8";

body {
    font-family: "微软雅黑";
    background: url(../images/bck01.gif);
}

/*a {
    text-decoration:;
}*/

a:hover, a:focus {
    color: #7c0000;
}

.div-inline {
    display: inline-block;
}

.head-img img {
    width: 100%;
    height: 140px;
    box-shadow: 0px 0px 8px #000;
}

.input-search {
    margin-top: 10px;
    margin-bottom: 10px;
}


.navbar-default {
    background-color:#DD2727;
    color: #fff;
    border-radius: 0;
    border: none;
}

.navbar-default ul.navbar-nav li a {
    color: #fff;
}


.navbar-default ul.navbar-nav li:hover {
    background-color: #BB1F1F;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav li.dropdown ul li a:hover {
/*
    color: #CFCFCF;
    background-color: #BB1F1F;
*/
    color: #BB1F1F;
    background-color: #fff;
}

.navbar-default .navbar-nav li.dropdown ul li a {
    background-color: #DD2727;
}

.navbar-default ul.navbar-nav li.dropdown ul li:visited {
    color: #7e7e7e;
    background-color: #BB1F1F;
}

.dropdown-menu  {
    background-color: #DD2727;
    min-width: 90px;
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 0;
}

.item .carousel-caption {
    bottom: 0;
    left: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    text-align: left;
    z-index: 5;
    width: 70%;
}

.item .carousel-caption a {
    color: #fff;
}

.carousel-indicators {
    left:auto;
    bottom: 0;
    right: 10px;
    text-align: right;
    margin-bottom: 0;
    width: 30%;
}

.bottom-span {
    position: absolute;
    height: 48px;
    width:100%;
    bottom:0;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
}

.carousel-inner .item img {
    width: 100%;
    height:257px;
}

.div-content {
    width: 100%;
    border: solid #dedcdc 1px;
    border-radius: 5px;
}

.div-content .content-head {
    background-color: #EFEFEF;
    
}

.triangle {
    position: absolute;
    background-color: #DD2727;
    transform:skew(40deg,0deg);
    width:20%;
    left: 20px;
    height: 100%;
    z-index: 1;
}

.div-content .content-head .titile {
    padding: 10px;
    font-size:1.2em;
    width: 20%;
    background-color: #DD2727;
    border-radius: 3px;
}

.div-content .content-head .titile label {
    margin-bottom: 0;
    
}

ul.content-ul {
    -webkit-padding-start: 0px;
    -o-padding-start: 0px;
    -moz-padding-start: 0px;
    -khtml-padding-start: 0px;
    padding-left: 0;
    list-style: none;
}

ul#content-news {
    margin-top: 220px;
}

ul.content-ul li {
    margin: 5px 0;
    text-align: left;
}

ul.content-ul li div:nth-child(1) {
    width: 80%;
}

ul.content-ul li div:nth-child(2) {
    width: 50px;
    text-align: right;
    color: #7e7e7e;
}

.panel-content {
    border: none;
}

.panel-content .panel-heading {
    background-color: #d9534f;
}

.panel-content .panel-heading a.more {
    color: #fff;
}

.panel-content .panel-title {
    color: #fff;
}

.panel .panel-heading {
    text-align: left;
}

.panel .panel-heading .more {
    float: right;
}
.panel .panel-body {
    overflow-y: hidden;
    height: 206px;
}

.panel #content-span {
    height: 216px !important;
}

.panel-title {
    font-weight: bold;
}

.left-item {
    margin-bottom: 10px;
    text-align: center;
    color: #D3D3D3;
}

.left-item img,
.left-item button.btn {
    width: 100%;
    margin-top: 10px;
}

.foot {
    text-align:center;
    color: #D3D3D3;
}

.platform {
    border: solid #C7C7C7 1px;
    padding-top: 10px;
    border-radius: 7px;
    margin: 5px;
    margin-bottom: 15px;
}

.platform a:hover {
    color: #fff;
}

.shadow-span {
    box-shadow: 0px 0px 8px #000;
}

.breadcrumb {
    font-size: 1.2em;
    margin-top: 5px;
}

.detail {
    min-height: 900px;
    padding: 10px 20px;
    background-color: aliceblue;
}