
.showXsSm {
    border: 1px solid #eee;
    background-color: #fff;
}

.showXsSm span {
    background-color: #bcbcbc;
}
.showXsSmNav {
    opacity: 0.7;
}

body .container:nth-child(2) {
    margin: 0 auto !important;
    padding: 8vw 12vw 0;
    width: 100%;
}

/* 左侧 */
.newsBodyLeft .goBack {
    display: inline-block;
    /* width: 21vw; */
    width: 100%;
	height: 5vw;
    background-color: #1189eb;
    font-family: MicrosoftYaHei;
	font-size: 1vw;
	font-weight: bold;
	line-height: 5vw;
    color: #ffffff;
    text-align: center;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}

.newsBodyLeft .goBack:hover {
    background-color: #fff;
    color: #1189eb;
    border: 1px solid #1189eb;

}

.recentNews {
    border: 1px solid #d2d2d2;
    padding: 2vw;
    margin: 2vw 0;
}

.recentNews p {
    font-family: MicrosoftYaHei;
	font-size: 1vw;
	font-weight: bold;
	color: #313131;
}

.recentNews ul {
    padding: 0;
    margin: 0;
}

.recentNews li {
    padding: 1vw 0 1vw 0vw;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
}

.recentNews li a {
    display: inline-block;
    font-family: MicrosoftYaHei;
	font-size: 0.8vw;
	font-weight: bold;
	line-height: 2vw;
    color: #313131;
}

.recentNews li a div {
    float: left;
    margin-right: 0.3vw;
}
.recentNews li img {
    width: 1vw;
    height: 1vw;
    vertical-align: middle;
}

.recentNews li a p {
    float: right;
    vertical-align: middle;
}

.recentNews li:last-child {
    border-bottom: none;
}

.newsDetails {
    /* width: 21vw; */
    /* height: 18vw; */
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 1vw 2vw;
    margin-bottom: 2vw;
}

.newsDetails div:nth-of-type(1) {
    width: 100%;
	height: 12vw;
}

.newsDetails div:nth-of-type(1) img {
    width: 100%;
    height:  100%;
}

.newsDetails div:nth-of-type(2) p{
    font-family: MicrosoftYaHei;
	font-size: 1vw;
	font-weight: bold;
    color: #313131;
    margin: 1vw 0;
}

.newsDetails div:nth-of-type(2) span{
	font-size: 0.8vw;
	color: #999999;
}

.glyphicon-calendar {
    color: #1189eb !important;
}

/* 右侧 */
.newsBodyRight {
    padding-bottom: 5vw;
}

.cover {
    /* width: 47vw; */
	height: 20vw;
}

.cover img {
    width: 100%;
    height: 100%;
}

.title {
    /* width: 47vw; */
    height: 5vw;
    margin: 2vw 0 3vw 0;
}

.title span {
    float: left;
    width: 5vw;
    height: 5vw;
    background-color: #1189eb;
    margin-right: 1vw;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 2vw;
	font-weight: bold;
	line-height: 5vw;
	color: #ffffff;
}
.title div {
    float: left;
    padding-top: 1vw;
}
.title div p:nth-child(1) {
    font-family: MicrosoftYaHei;
	font-size: 1vw;
	font-weight: bold;
	/* line-height: 2vw; */
	color: #313131;
}

.title div p:nth-child(2) {
    font-family: MicrosoftYaHei;
	font-size: 1vw;
	font-weight: bold;
	/* line-height: 2vw; */
	color: #999999;
}

.content p {
    font-family: MicrosoftYaHei;
	font-size: 0.8vw;
	color: #333333;
}

.content div {
    text-align: center;
    background-color: skyblue;
    margin: 3vw auto;
    width: 35vw;
    height: 17vw;
}
.content div img {
    width: 100%;
    height: 100%;
}
