/*选项卡选中前*/
.nav-tabs>li{
    float: none;
    line-height: 25px;
    font-size: 1.8rem;
    color: #333333;
    background: #fff;
    border: 1px solid #d8cbcb;
}
.nav-tabs>li>a{
    color: #333;
    padding: 15px;
    border: 0;
}
/*选项卡选中后*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #bf0000;
    background-color: transparent;
    border: 0;
}
.nav-tabs>li>a:hover{
    background-color: transparent;
}


.title1 {
    background: #bf0000;	
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/*未选中样式*/
.whatis-tab{
	/*height: 53px;*/
    line-height: 25px;
    padding: 15px;
    font-size: 1.8rem;
    color: #333333;
    background: #fff;
    border-left: 1px solid #d8cbcb;
    border-right: 1px solid #d8cbcb;
    border-bottom: 1px solid #d8cbcb;
}
.whatis-tab:hover {
	color: #bf0000;
}
.whatis-tab:hover .tab-icon{
	background: url(../picture/ico-gocur.png);
	display: block;
	float: left;
	margin: 6px;
	width: 15px;
	height: 15px;
}
.active1{
	color: #bf0000;
}
.active1 em{
	background: url(../picture/ico-gocur.png);
	display: block;
	float: left;
	margin: 6px;
	width: 15px;
	height: 15px;
}
.main-leftBox a:first-child div em{
	background: url(../picture/ico-gocur.png);
	display: block;
	float: left;
	margin: 6px;
	width: 15px;
	height: 15px;
}
.tab-icon{
	background: url(../picture/ico-go.png);
	display: block;
	float: left;
	margin: 6px;
	width: 15px;
	height: 15px;
}
h2{
	font-size: 22px;
	text-align: center;
}
.indent{
	font-size: 16px;
	padding-left: 15px;
    padding-right: 15px;
    line-height: 35px;
}
.lt-w{
	float: left;
	border-bottom: 2px solid #e60000;
	margin: 0;
}
.location {
    height: 51px;
    line-height: 48px;
    padding: 0 10px;
    background: #fff;
    color: #999999;
    font-size: 1.5rem;
    border-bottom: none;
    position: relative;
    margin-top: 10px;
    border-bottom: #dedede solid 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}
.ico_home {
    margin-top: -6px;
}
.location a {
    margin: 0 6px;
    color: #333;
}		
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #e01020;
    border-bottom: #e82323 solid 3px;
    padding: 16px 10px 8px 4px;
    margin: 0px 5px;
}
.hd-style{
	width: 100%;
}
.navbar-nav>li>a {
    line-height: 30px;
}
.nav {
	font-size: 18px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-top: 0;
}
.nav-pills>li {
    float: left;
    width: 30%;
    text-align: center;
}
.tab-content>.tab-pane {
    /*display: none;*/
    line-height: 36px;
    color: #4a4949;
    font-size: 14px;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.home .whatis-link {
    display: block;
    padding: 10px 20px;
}
.whatis-link:hover {
	text-decoration: none;
}
.foot-style{
	text-align: right;
	background: #a00501;
	color: #fff;
}
.foot-a{
	color: #fff;
}
.gray-background{
	padding-top: 20px;
}
p {
    margin: 10px 0 10px;
}
.foot-backcolor{
	background: #ac0606;
}
.ul-style{
	text-align: left;
	padding-left: 22px;
}
.col-md-3 {
	margin: 30px 0;
}
.col-md-9 {
    border: #dedede solid 1px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-left: 0;
    padding-right: 0;
    margin: 30px 0;
}
@media only screen and (min-width: 280px) and (max-width: 450px) {
	/*.page-scroll{border-bottom-style: inset;}*/
	.col-md-3,.col-md-9 {padding-left: 0;padding-right: 0;}
	h3{font-size: 18px;}
	.con-style1{
		text-align: left;
		margin-left: 10%;
		overflow:hidden;
	    text-overflow:ellipsis;
	    white-space: nowrap;
	    color: #333;
	    margin-left: 64px;
	}
	.con-style{
		text-align: left;
		margin-left: 10%;
		overflow:hidden;
	    text-overflow:ellipsis;
	    display:-webkit-box;
	    -webkit-box-orient:vertical;
	    -webkit-line-clamp:2;
	    color: #333;
	    margin-left: 64px;
	    min-height: 60px;
	}
	.navbar-default {
	    background-color: #fff;
	    border-color: transparent;
	    padding: 5px 0;
	    position: relative;
	    margin: 0;
	}
	.navbar-default .navbar-nav>li>a {
	    color: #000;
	    padding: 16px 10px 8px 4px;
	    margin: 0px 5px;
	    border-bottom: 1px solid #ddd;
	}
	.m-logo{float: left;margin: 0 15px;}
	.page-a{
        color: #525252;
        background: #fff;
        border: 1px #ddd solid;
        padding: 10px 5px;
        margin: 0 5px;
    }
	.page-a:hover {
        color: #fff;
        background: #bf0000;
        border: 1px #ddd solid;
        padding: 10px 5px;
        margin: 0 5px;
        text-decoration: none;
    }
    .page-span a{
        color: #525252;
        background: #fff;
        border: 1px #ddd solid;
        padding: 10px;
        margin: 0 5px;
    }
    .page-span a:hover{
        color: #fff;
        background: #bf0000;
        border: 1px #ddd solid;
        padding: 10px;
        margin: 0 5px;
        text-decoration: none;
    }
}
@media only screen and (min-width: 450px) and (max-width: 3000px) {
	.main-right {padding-left: 25px;padding-right: 0;}
    .main-left {padding-left: 0;padding-right: 25px;text-align: left;}
    h3{font-size: 20px;}
    .con-style1{
		text-align: left;
		margin-left: 10%;
		overflow:hidden;
	    text-overflow:ellipsis;
	    white-space: nowrap;
	    color: #333;
	    height: 42px; 
	    line-height: 20px;
	}
    .con-style{
		text-align: left;
		margin-left: 10%;
		overflow:hidden;
	    text-overflow:ellipsis;
	    display:-webkit-box;
	    -webkit-box-orient:vertical;
	    -webkit-line-clamp:2;
	    color: #333;
	    height: 42px; 
	    line-height: 20px;
	}
	.navbar-default {
	    background-color: #fff;
	    border-color: transparent;
	    padding: 20px 0;
	    position: relative;
	    margin: 0;
	}
	.navbar-default .navbar-nav>li>a {
	    color: #000;
	    padding: 16px 10px 8px 4px;
	    margin: 0px 5px;
	}
	.page-a{
        color: #525252;
        background: #fff;
        border: 1px #ddd solid;
        padding: 14px 16px;
        margin: 0 5px;
    }
    .page-a:hover {
        color: #fff;
        background: #bf0000;
        border: 1px #ddd solid;
        padding: 14px 16px;
        margin: 0 5px;
        text-decoration: none;
    }
    .page-span a{
        color: #525252;
        background: #fff;
        border: 1px #ddd solid;
        padding: 14px 16px;
        margin: 0 5px;
    }
    .page-span a:hover{
        color: #fff;
        background: #bf0000;
        border: 1px #ddd solid;
        padding: 14px 16px;
        margin: 0 5px;
        text-decoration: none;
    }
}
.con-img{
	width: 100%;
	padding: 4% 0 2% 0;
}
.inner-content {
    padding: 10px 10px;
}
.inner-newList li {
    vertical-align: top;
    min-height: 92px;
    position: relative;
    padding: 15px 0;
    padding-left: 70px;
    border-bottom: #ccc dotted 1px;
}
.list-xh {
    width: 56px;
    height: 96px;
    font-size: 38px;
    text-align: center;
    font-weight: bold;
    color: #e60505;
    padding-top: 28px;
    float: left;
    list-style-type: none;
    background-image: url(../picture/list-xh.png);
}
.list-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    color: #000;
    list-style-type: none;
}
.list-span{
    right: 0;
    top: 0;
    font-size: 14px;
    color: #999;
}
.list-ul{
	list-style-type: none;
	padding-left: 0;
}
.list-li{
	border-bottom: #ccc dotted 1px;
	line-height: 30px;
}
.list-hover:hover {
	text-decoration: none;
}
.list-hover:hover .con-style{
	/*color: #bf0000;*/
	text-decoration: none;
}
.list-hover:hover .con-style1{
	color: #bf0000;
	text-decoration: underline;
}

.p1{
	margin: 0;
	text-overflow: ellipsis;
    /*overflow: hidden;*/
    white-space: nowrap;
    text-align: left;
}
.page {
    text-align: center;
    line-height: 55px;
    padding-top: 20px;
}
.page-num-current{
    background: #bf0000 !important;
    color: #fff !important;
}
.page-a:first-child {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.page-a:last-child{
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}
.detail-title{
	text-align: center;
	border-bottom: 1px dashed;
	border-bottom-color: #cdb0b0;
	color: #8a7f7f;
}
/*底部固定-解决pc,平板,移动端无论内容多或少始终保持在页面最底部*/
*{margin: 0; padding: 0;}
html,body{height: 100%;}
#container{display: flex; flex-direction: column; height: 100%;}
.main{flex: 1 0 auto;}
.bg{background:orange;height:200px;}
.footer{background: #ac0606; flex: 0 0 auto;}