﻿
@media (min-width: 768px) {
    /* PC端*/
    .list-lg-left .panel {
        border-right: none;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-bottom: 15px;
    }

    .list-lg-right .panel {
        border-left: none;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        margin-bottom: 15px;
    }
}
@media (max-width: 768px) {
    /*手机端*/
    .mybreadcrumb div {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 95%;
    }
    .form-group {
        margin-bottom: 5px;
    }
}
/* 天气开始 */
.breadcrumb > li + li:before {
    content: none;
}
/* 天气结束 */
/* 幻灯片开始 */
.carousel{
    margin-bottom:12px;
}
.carousel .item{
    height: 428px;
    overflow: hidden;
}
.carousel-indicators li,.carousel-indicators .active{
    margin-left:3px;
    margin-right:3px;
}
/* 幻灯片结束 */
/* 查询框开始 */
.mySearch{
    margin-bottom:2px;
}
.mySearch .input-group-lg>.form-control, 
.mySearch .input-group-lg>.input-group-addon,
.mySearch .input-group-lg>.input-group-btn>.btn{
    height:55px;
}
.mySearch .input-group-addon{
    background:#008aff;
    color:#ffffff;
    border-width:0px;
}
.mySearch .breadcrumb{
    color:#000000;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn{
    border-radius: 4px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
/* 查询框结束 */
/* 大栏目开始 */
.list-lg{
    padding:0px;
}
/* 大栏目结束 */
/* 综合信息搜索开始 */
.searchinfo {
    border: none;
}
.searchinfo .title {
    background: #ffffff;
    color: #008aff;
}
.searchinfo .panel-title {
    font-weight: bold;
}
/* 综合信息搜索结束 */
/* 登录开始 */
.loginbox {
    border: 0px;
}
.loginbox .nav-tabs li a{
    background:#eeeeee;
    color:#999999;
}
.loginbox .nav-tabs li.active a,
.loginbox .nav-tabs li.active a:hover,
.loginbox .nav-tabs li.active a:focus{
    border-top: 4px #008aff solid;
    background:#ffffff;
    color:#000000;
}
.loginbox .tab-content{
    border: 1px #ddd solid;
    border-top: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius:4px;
    padding:20px;
    height:200px;
    overflow: hidden;
}
.loginbox .tab-content .control-label{
    padding-right:0px;
}
.loginbox .panel-collapse{
    height:250px;
}
.loginInfo label{
    margin-left: 10px;
}
.loginInfo ul{
    padding-top:0px;
}
/* 登录结束 */
/* 警示框开始 */
.mycontent .alert-warning {
    height: 100%;
    border: none;
}
/* 警示框结束 */
/* 友情 */
.linkDiv {
    height: 132px;
    padding: 20px;
}
.linkDiv .list-group{
    padding-left:15px;
    padding-right:15px;
    line-height: 24px;
    overflow: hidden;
}
.linkDiv a{
    padding:8px 12px;
    color: #4a4a4a;
}
/* 回复 */
.review .arrow-l{
    width:0;
    height:0;
    line-height:0;
    font-size:0;
    border-color:transparent #d9edf7 transparent transparent;
    border-width:6px;
    border-style:dashed solid dashed dashed;
    display:block;
    position:absolute;
    left: 58px;
    z-index:999;
}
.review .arrow-r{
    width:0;
    height:0;
    line-height:0;
    font-size:0;
    border-color:transparent transparent transparent #d9edf7;
    border-width:6px;
    border-style:dashed solid dashed dashed;
    display:block;
    position:absolute;
    right: 88px;
    z-index:999;
}
.review .alert{
    margin-bottom:3px;
}
/***/
.home-tab{

}
.home-tab-date {
    min-width: 80px;
    border: 1px solid #5a5a5a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-date {
    text-align: center;
    color: #5a5a5a;
    font-size: 36px;
    font-weight: bold;
}
.tab-date span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}
.tab-new-list li {
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dotted #555;
    margin: 20px;
}
.tab-new-list li:last-child {
    border-bottom:0px;
}
.media-heading-start{
    float: left;
}
.media-heading-start img{
    height:auto !important;
}
.btn-index{
    margin-bottom: 14px;
}
.btn-index img{
    max-height: 40px;
}
.btn-index span {
    font-size:12px;
}
.nav-right {
    float: right;
}
.nav-right-margintop {
    margin-top: 500px;
    box-shadow: 3px 0px 23px 1px rgba(0,0,0,0.36);
    -webkit-box-shadow: 3px 0px 23px 1px rgba(0,0,0,0.36);
    -moz-box-shadow: 3px 0px 23px 1px rgba(0,0,0,0.36);
}
.nav-right-box {
    max-width: 120px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-box-hr {
    border-bottom: 1px dotted #555;
    padding-bottom: 5px;
}
.nav-right-box img {
    width: 100%;
}
.waitfor .label {
    margin-right: 10px;
}
.media h4 a {
    display: flex;
    color: #000000;
}
.media h4 a span {
    padding-left: 10px;
}