/*===================CSS Reset============================*/


html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x: auto;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
	border: medium none;
	margin: 0;
	padding: 0;
}

.pa {
	line-height: 3 !important;
}

body,
button,
input,
select,
textarea {
	color: #000000;
	font: 16px "寰蒋闆呴粦";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

em,
i {
	font-style: normal;
}

ul,
ol {
	list-style: none;
}



input:focus,
button:focus,
textarea:focus,
select:focus,
video {
	outline: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}



tablezhengwen,trzhengwen,tdzhengwen {
			border: 1px solid #000000;
			line-height: 1.8;
			border-collapse: collapse;
		}

		tablezhengwen {
			width: 950px;
		}

		td {
			padding: 5px 5px;
		}


.xwdt{
font-size:14px;
line-height:29px !important;
margin-left:5px;
}

.tzgg{
font-size:14px !important;
line-height:26px !important;
margin-left:5px;
}
.article p{
        line-height:1.8!important;
        text-indent:32px !important;
       
}
.article span{
        line-height:1.8!important;
        font-size:16px !important;
        font-family:微软雅黑 !important;
  text-indent:32px !important;
}

#vsb_content{
   line-height:1.8 !important;
}

/*===================Link Style============================*/
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	color: #2b2828;
	outline: none;
	text-decoration: none;
	transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
}

/*===================Common Style============================*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.wrap {
	width: 1500px;
	margin: 0 auto;
	margin-top: 10px;
}


.ovh {
	overflow: hidden;
	line-height: 1.5;
}

.textH {

	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.textH2 {

	font-size: 16px;
	overflow: hidden;

	text-overflow: ellipsis;
}

.textH1 {
	color: #666666  !important;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bold {
	font-weight: bold;
}

.fontB {
	font-family: "寰蒋闆呴粦";
	font-weight: bold;
}

.fontC {
	font-family: "寰蒋闆呴粦";
}

.color-3 {
	color: #333 !important;
}

.color-6 {
	color: #2b2828 !important;
}

.color-9 {
	color: #999 !important;
}

.color-f {
	color: #fff !important;
}

.color-b {
	color: #1e69c6 !important;
}

.bg-f {
	background-color: #fff;
}

.bg-b {
	background-color: #123E95;
}

.bg-e8 {
	background-color: #e8f0f9;
}

.dong {
	font-size: 18px;
	transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
}

.imgH img {
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}

.imgH:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-right: 0;
	padding-left: 0;
}

/*============================ Header ============================*/
.header {
	width: 100%;
}




.header .search {
	margin-top: 30px;
}

.header .search input {
	width: 320px;
	height: 42px;
	line-height: 42px;
	padding: 0 15px;
	background: #e8f0f9;
	border-radius: 3px 0 0 3px;
}


.header .search .ss {
	font-size: 0;
	width: 82px;
	background: url(../images/search.png) center no-repeat #1e69c6;
	background-size: 16px;
	border-radius: 3px;
}

.navbar_nav li:hover {
	float: left;
	position: relative;
        height:60px;
        background: #1b5eb2;
}

.navbar_nav li {
	padding:0 36px;
	float: left;
	position: relative;
        height:60px;
}

.navbar_nav li a {
        line-height:40px;
	font-size: 20px;
	display: block;
	color: #fff;
	line-height: 50px;
        text-decoration: none;
        margin:5px 0px;
}

.navbar_nav li:hover a {
	background: #1b5eb2;
        border-bottom: 2px solid;
}


.navbar_nav li.dropdown {
	display: inherit;
	position: relative;
	z-index: 99;
}

.navbar_nav li.return {
	position: relative;
	z-index: 99;
        display: block;
        float: right;
        background: rgba(255,255,255,0.16);
}

.navbar_nav li.return:hover {
	background-color:#1b5eb2;
}

.navbar_nav li.dropdown .dropdown_menu {
	font-size: 18px;
	display: none;
	border-radius: 0 0 4px 4px;
	background: #fff;
	box-shadow: 0 0 5px rgba(30, 105, 198, .5);
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	animation: 250ms show1 ease-in;
	-webkit-animation: 250ms show1 ease-in;
	-moz-animation: 250ms show1 ease-in;
}

 .navbar_nav li.dropdown .dropdown_menu a {
         margin: 10px 0 !important;
	line-height:40px;
	font-size: 20px;
	display: block;
	color: #fff;
        text-decoration: none;
        border-bottom: none;
}

@keyframes show1 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes show1 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes show1 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 1;
	}
}

.navbar_nav li.dropdown .dropdown_menu a {
	font-size: 18px;
	display: block;
	width: 100%;
	color: #333;
	background: #fff;
	padding: 0 10px;
	line-height: 40px;
}

.navbar_nav li.dropdown .dropdown_menu a:hover {
	color: #1e69c6;
	font-weight: bold;
}

.navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
}

#navToggle,
.m_nav {
	display: none;
}

.m_nav {
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%);
}

.m_nav.open {
	transform: translateX(0);
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.m_nav .sousuo {
	padding: 20px 20px 0;
}

.m_nav .sousuo .nr {
	width: 80%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #000;
	padding: 0 10px;
}

.m_nav .sousuo .ss {
	width: 20%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #000;
}

.m_nav .ul {
	margin-top: 30px;
}

.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}

.m_nav .ul li.dropdown .icon {
	background: url(../images/nav.png) center right no-repeat;
	background-size: 20px;
}

.m_nav .ul li .dropdown_menu {
	display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block;
}

.m_nav .ul li .dropdown_menu a {
	display: block;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
	border: none;
}

/*============================ Footer ============================*/
.footer {
	padding-top: 20px;
	height: 200px;
}

.footer .link a {
	font-size: 16px;
	display: block;
	width: 50%;
	float: left;
	color: #fff;
	margin-bottom: 10px;
	font-family: 寰蒋闆呴粦;
}

.footer .info {
	border-left: 1px solid rgba(255, 255, 255, .1);
	border-right: 1px solid rgba(255, 255, 255, .1);
	padding-left: 15px;
	padding-top: 10px;
}

.footer .info p {
	margin-bottom: 17px;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 34px;
	font-family: 微软雅黑;
}

.footer .info p.icon1 {
	background-image: url(../images/phone.png);
}

.footer .info p.icon2 {
	background-image: url(../images/copyright.png);
}

.footer .info p.icon3 {
	background-image: url(../images/address.png);
}

.footer .code img {
	width: 80px;
	border-radius: 4px;
	margin: 5px 0;
}

.footer .copy {
	color: rgba(255, 255, 255, .3);
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding: 10px 0;
	margin-top: 10px;
}

/*============================ Index ============================*/
.ixTit {
	
	padding-bottom: 6px;
	margin-bottom: 6px;
}

.ixTit span {
	display: inline-block;
	font-size: 14px;
}

.ixTit span em {
	display: inline-block;
	font-size:32px;
	margin-right: 10px;
}

.ixTit a {
	display: inline-block;
	margin-top: 6px;
}

.ixTit a:hover {
	color: #e78200 !important;
}

.ixPart1 {
	padding-bottom:10px;
}

.xwSlide .box {
	display: block;
	position: relative;
}

.xwSlide .box .txt {
	width: 100%;
	color: #fff;
	padding: 15px 10% 15px 25px;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.xwSlide .box img {
	width: 1200px;
	
	
}

.xwSlide .box:hover .txt {
	background: rgba(0, 0, 0, .6);
}

.ixPart1 .part1 {
	margin-left: 35px;
}

.ixPart1 .part1 .box {
	display: block;
	padding: 10px 0px 5px 0px;
	border-bottom: 1px solid #e6f1f8;
}

.ixPart1 .part1 .box .img img {
	width: 100%;
}

.ixPart1 .part1 .box .txt {
	margin-left: 15px;
	line-height: 22px;
}

.ixPart1 .part1 .box .txt span {
	display: block;
}

.ixPart1 .part1 .box .txt em {
	display: block;
	margin-top: 6px;
}

.ixPart1 .part1 .box:hover .txt span,
.ixPart2 .partL .box:hover .txt span,
.ixPart2 .partR .box1:hover .txt span,
.ixPart2 .partR .box2:hover span,
.ixPart3 a:hover {
	color: #1e69c6 !important;
}

.ixPart1 .part2 {
	margin: 0 -13px;
}

.ixPart1 .part2 .col-sm-2 {
	width: 20%;
}

.ixPart1 .part2 a {
	display: block;
	margin: 30px 13px 0;
	font-size: 18px;
	color: #fff;
	line-height: 80px;
	border-radius: 4px;
	background-position: center left 16px;
	background-repeat: no-repeat;
	background-size: 52px;
	padding-left: 90px;
}

.ixPart1 .part2 a.icon1 {
	background-image: url(../images/ixImg3_1.png);
	background-color: #0099FF;
}

.ixPart1 .part2 a.icon2 {
	background-image: url(../images/ixImg3_2.png);
	background-color: #FF6666;
}

.ixPart1 .part2 a.icon3 {
	background-image: url(../images/ixImg3_3.png);
	background-color: #1e69c6;
}

.ixPart1 .part2 a.icon4 {
	background-image: url(../images/ixImg3_4.png);
	background-color: #FF6666;
}

.ixPart1 .part2 a.icon5 {
	background-image: url(../images/ixImg3_5.png);
	background-color: #0099FF;
}

.ixPart1 .part2 a.icon6 {
	background-image: url(../images/ixImg3_6.png);
	background-color: #4ac3f8;
}

.ixPart1 .part2 a.icon7 {
	background-image: url(../images/ixImg3_7.png);
	background-color: #1e69c6;
}

.ixPart1 .part2 a.icon8 {
	background-image: url(../images/ixImg3_8.png);
	background-color: #0099FF;
}

.ixPart1 .part2 a.icon9 {
	background-image: url(../images/ixImg3_9.png);
	background-color: #1e69c6;
}

.ixPart1 .part2 a.icon10 {
	background-image: url(../images/ixImg3_10.png);
	background-color: #4ac3f8;
}

.ixPart1 .part2 a.icon1:hover {
	background-color: #df5974;
}

.ixPart1 .part2 a.icon2:hover {
	background-color: #df5974;
}

.ixPart1 .part2 a.icon3:hover {
	background-color: #df5974;
}

.ixPart1 .part2 a.icon4:hover {
	background-color: #df5974;
}

.ixPart1 .part2 a.icon5:hover {
	background-color: #df5974;
}

.ixPart1 .part2 a.icon6:hover {
	background-color: #df5974;
}

.ixPart1 .part2 a.icon7:hover {
	background-color: #df5974;
}

.ixPart1 .part2 a.icon8:hover {
	background-color: #df5974;
}

.ixPart1 .part2 a.icon9:hover {
	background-color: #df5974;
}

.ixPart1 .part2 a.icon10:hover {
	background-color: #df5974;
}

.ixPart2 {
	padding: 15px 0 30px;
}




.ixPart2 .partL,
.ixPart2 .partR {
	height: 550px;
	padding: 20px 20px 0;
	border-radius: 4px;
	overflow: hidden;
}

.ixPart2 .partL {
	margin-right: 12px;
}

.ixPart2 .partR .box {

	display: block;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6f1f8;
}

.ixPart2 .partR .box .date {
	font-size: 14px;
	margin-right: 15px;
	border-radius: 4px;
}

.ixPart2 .partR .box .date span {

	display: block;
	font-size: 16px;
	padding: 8px 4px 8px 4px;
	border-radius: 4px;
}

.ixPart2 .partR .box .date p {
	padding: 8px 0;
}

.ixPart2 .partR .box .txt span {
	display: block;

}

.ixPart2 .partR {
	margin-left: 12px;
	padding-bottom: 20px;
}

.ixPart2 .partL .box1 {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #E6F1F8;
}

.ixPart2 .partL .box1 .img img {
	width: 100%;
}

.ixPart2 .partL .box1 .txt {
	margin: 5px 0 0 15px;
}

.ixPart2 .partL .box1 .txt span {
	display: block;
}

.ixPart2 .partL .box1 .txt p {

	line-height: 28px;
	margin: 5px 0;
}

.ixPart2 .partL .box2 {
	display: block;
	padding: 12px 0 10.5px 0px;
	border-bottom: 1px solid #E6F1F8;
	<!--background: url(../images/dot.png) 0 23px no-repeat;-->
	background-size: 5px;
}

.ixPart2 .partL .box2 span {
	display: block;
}

.ixPart2 .partL .box2 p {
	height: 60px;
	line-height: 1.8;
	position: relative;
}

.ixPart2 .partL .box2 p em {
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.ixPart3 {
	padding: 0 0 20px 0;
}

.ixPart4 {
	padding: 20px 0;
	background-color: #efefef;
}

.ixPart3 a {
	display: block;
	margin-top: 20px;
}


/*============================ Others ============================*/


 .neirongL{
    width: 74%;
    margin-top:20px;
    margin-bottom:20px;
    float: left;
    border: 1px dashed #cccccc !important;
    padding:10px;
}

 .neirongR{
    width: 24%;
    margin-top:20px;
    margin-left:2%;
    margin-bottom:20px;
    padding-bottom: 10px;
    float: left;
    border: 1px dashed rgb(204, 204, 204) !important;
    border-radius: 4px;
}


.article p {
	line-height: 1.8 !important;
	text-indent: 32px !important;

}

.article span {
	line-height: 1.8 !important;
	font-size: 16px !important;
	font-family: 寰蒋闆呴粦 !important;
	text-indent: 32px !important;
}

.inLeft {
	margin-top: -70px;
        width: 260px;
}

.inLeft .tit {
	text-align: center;
	font-size: 30px;
        font-weight: 600;
}

.inLeft .link a {
	font-size: 22px;
	display: block;
	text-align: center;
	line-height: 60px;
	padding: 0 20px;
	background: #cbdcef;
        width: 260px;
	letter-spacing: 5px;
}

.inLeft .link a.slt,
.inLeft .link a:hover {
	color: #fff;
    width: 260px;
    background: #1e69c6;
    text-decoration: none;
}

.inRight {
	margin: 0px 0 40px 30px;
        padding: 0px 20px 20px 20px;
}

.inRight .loca {
	border-bottom: 1px solid #e8f0f9;
	padding-bottom: 10px;
        margin:10px 0;
        display:flex;
}

.inRight .loca .l span {
	display: block;
	font-size: 28px;
	text-align: center;
}

.inRight .loca .l p {
	margin-top: 5px;
}

.inRight .loca .r.m {
	margin-top: 30px;
}

.inRight .loca .r a:hover {
	color: #1E69C6 !important;
}


.inRight .list .box {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #E8F0F9;
}

.inRight .list .box em {
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
	padding: 0 10px;
	border-radius: 4px;
}

.inRight .list .box span {
	display: block;
	font-size: 18px;
	margin: 12px 0 3px;
}

.inRight .list .box:hover span {
	color: #1E69C6;
}

.inRight .cont {
	line-height: 32px;
	padding: 10px 0;
}

.inRight .cont img {
	max-width: 100%;
}

.inRight .cont a:hover {
	color: #1e69c6;
}

.fenye em,
.fenye span,
.fenye a {
	display: inline-block;
	margin: 0 6px;
	line-height: 36px;
	border-radius: 4px;
}

.fenye span,
.fenye a {
	background: #e8f0f9;
	width: 36px;
}

.fenye a.l {
	width: 70px;
}

.fenye span,
.fenye a:hover {
	color: #fff;
	background: #1e69c6;
}

/*============================ 濯掍綋鏌ヨ ============================*/
.mobHide {
	display: block;
	
}

.mobShow {
	display: none;
}

@media (max-width: 1200px) {
	.wrap {
		width: 100%;
		padding: 0 15px;
	}
}

@media (max-width: 900px) {
	.mobHide {
		display: none;
	}

	.mobShow,
	.m_nav {
		display: block;
	}

	.header {
		height: 54px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}

	.header .logo {
		width: 270px;
		margin: 11px 0 0 10px;
	}

	#navToggle {
		height: 100%;
		display: inline-block;
		float: right;
	}

	#navToggle span {
		display: block;
		position: relative;
		width: 34px;
		height: 34px;
		background: url(../images/menu.png) no-repeat;
		background-size: contain;
		top: 10px;
		right: 8px;
	}

	.main {
		margin-top: 54px;
	}

}

@media (max-width:767px) {


  

	.wrap {
		padding: 0;
	}


	.footer {
		font-size: 12px;
		padding: 10px 10px 0;
	}

	.footer .copy {
		padding: 5px 0;
	}

	.ixTit {
		font-size: 12px;
	}

  .fl fontC color-9 text-uppercase{
         padding-left:10px !important;
}
	.ixPart1 {
		padding: 15px 15px 10px;
	}

	.xwSlide .box .txt {
		padding: 10px 20% 10px 10px;
	}
   .slick-slide img{
   width:100% !important;
   height:180px !important;
}


	.slick-dots {
		padding: 0 10px;
		bottom: 10px;
	}

	.slick-dots li {
		width: 8px;
		height: 8px;
		margin-left: 5px;
	}

	.ixPart1 .part1 {
		margin: 20px 0 0;
	}

	.ixPart1 .part1 .box {
		padding: 8px 0;
	}

.ixPart2 .partL .box1{
margin-bottom:5px;
padding-top:5px;
}

.xwdt{
font-size:14px;
line-height:20px !important;
margin-left:5px;
height: 60px;
 text-overflow: ellipsis;
}

.tzgg{
font-size:14px !important;
line-height:20px !important;
margin-left:5px;
}

    .neirongR{
      display:none !important;
      }
.neirongL{
 width:100% !important;
}



.ixParttp {
	padding: 0 15px 15px 15px;
}
	.ixPart1 .part1 .box .img {
		margin-right: 12px;
	}

	.ixPart1 .part1 .box .txt {
		margin: 0;
	}

	.ixPart1 .part1 .box .txt p {
		margin: 4px 0;
	}

	.ixPart1 .part1 .box .txt em {
		margin-top: 7px;
	}

	.ixPart1 .part2 {
		margin: 0 -7px;
	}

	.ixPart1 .part2 .col-sm-2 {
		width: 50%;
	}

	.ixPart1 .part2 a {
		line-height: 70px;
		margin: 15px 7px 0;
		background-size: 40px;
		padding-left: 66px;
	}

	.ixPart2 {
		padding: 20px 15px;
	}

	.ixPart2 .partL,
	.ixPart2 .partR {
		height: auto;
		margin: 10px 0;
		padding: 15px 10px 10px;
	}

	.ixPart2 .partL .box {
		margin-bottom: 5px;
		padding-top: 10px;
	}

	.ixPart2 .partL .box .date span {
		font-size: 30px;
	}

.ixPart2 .partL .box2{
  padding: 8px 0;
}

	.ixPart2 .partR .box1 .txt {
		margin-top: 0;
	}

	.ixPart2 .partR .box1 .txt p {
		font-size: 14px;
		height: 40px;
		line-height: 20px;
		margin: 2px 0 0;
	}

	.ixPart2 .partR .box1 .txt em {
		font-size: 12px;
	}

	.ixPart2 .partR .box2 {
		padding: 10px 0 12px 16px;
		background-position: 0 18px;
	}

	.ixPart2 .partR .box2 p {
		font-size: 14px;
		height: 40px;
		line-height: 20px;
		margin-top: 2px;
	}


        

	.ixPart3 {
		padding: 0 15px 15px 15px;
	}

	.ixPart3 a {
		margin-top: 10px;
	}

	.inLeft {
		margin: 20px 15px;
	}

	.inLeft .link {
		margin: 0 -2%;
	}

	.inLeft .link a {
		width: 46%;
		float: left;
		line-height: 40px;
		padding: 0 15px;
		margin: 2% 2% 0;
	}

	.inRight {
		margin: 0;
        padding: 0;
	}
	
	.bb-detail-main {
		width:100%;
	}

	.inRight .loca {
		padding-bottom: 5px;
	}

	.inRight .loca .l p {
		font-size: 12px;
	}

	.inRight .loca .r {
		font-size: 12px;
	}

	.inRight .loca .r.m {
		margin-top: 10px;
	}

	.inRight .list .box {
		font-size: 14px;
		padding: 10px 0;
	}

	.inRight .list .box em {
		font-size: 12px;
		line-height: 24px;
		padding: 0 6px;
	}

	.inRight .list .box span {
		font-size: 16px;
		margin: 10px 0 0;
	}

	.inRight .cont {
		font-size: 14px;
		line-height: 24px;
	}

	.fenye em {
		display: none;
	}

	.fenye span,
	.fenye a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
		font-size: 12px;
		margin: 0 3px;
		line-height: initial;
	}

	.fenye a.l {
		width: 50px;
	}

}