﻿.newsmsg {
	margin-top: 50px;
}

.newsmsg .media {
	margin-bottom: 60px;
	cursor: pointer;
}
.newsmsg .media a{
	overflow: hidden;
}
.newsmsg .media a img{
	transform: scale(1.0);
	transition: 1s ease-in;
}
.newsmsg .media:hover a img{
		transform: scale(1.08);
}
.newsmsg .media-body {
	padding-left: 40px;
	padding-top: 25px;
	position: relative;
	color: #808080;
}

.newsmsg .media-body strong {
	font-size: 16px;
	margin-bottom: 15px;
}
    .newsmsg .media-body u {
        font-style:normal;
        width:60px;
        height:2px;
        background:#ccc;
        display:block;
        -webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
    }
.newsmsg .media-body p {
	line-height: 26px;
	padding-bottom: 60px;
	font-size: 14px;
    padding-top: 20px;
}

.newsmsg .media-body .bottombox {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.newsmsg .media-body .bottombox span {
	display: block;
	font-size: 14px;
}

.newsmsg .media-body .bottombox .time {
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.newsmsg .media-body .bottombox .next {
	float: right;
display: block;
width: 108px;
height: 40px;
line-height: 38px;
border: 1px solid
#aaa;
text-align: center;
color:#666;
    font-family: 'CenturyGothic';

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-right: 40px;
}

.newsmsg .media:hover .next,
.newsmsg .media:hover strong{
	color: #DC0809;
	transition: 0.55s ease-in;
	
}
    .newsmsg .media:hover u {
        width:100px;
    }



.nesdetail article h1,
.nesdetail article h5{
	text-align: center;
}
.nesdetail article h1{
		color: #212121;
		margin-bottom: 20px;
}
.nesdetail article h5{
		color: #666666;
		margin-bottom: 50px;
}
.nesdetail article h5 span{
	margin-left: 25px;
}
.nesdetail article h5 span i{
	font-style: normal;
}
.nesdetail article p{
	font-size: 16px;
	line-height: 36px;
	color: #333;
	margin-bottom: 40px;
	letter-spacing: 0.05em;
	text-indent: 2em;
}
.nesdetail .articlebox hr{
	margin-bottom: 60px;
}
.nesdetail .articlebox .bottombox{
	width: 100%;
	margin-bottom: 60px;
}
.nesdetail .articlebox .bottombox .left{
	float: left;
	text-align: left;
	cursor: pointer;
}
.nesdetail .articlebox .bottombox .right{
	float: right;
	text-align: right;
	cursor: pointer;
}
.nesdetail .articlebox .bottombox i{
	font-style: normal;
}
.nesdetail .articlebox .bottombox .right:hover{
	color: #DC0809;
}
.nesdetail .articlebox .bottombox .left:hover{
	color: #DC0809;
}




@media (max-width: 414px) {
.newsmsg .media a img{width: 100%;
}
.newsmsg .media-body {
    padding-left: 1px;
    padding-top: 15px;
}
.newsmsg .media-body p {
    
}
.nesdetail article h1 {
    margin: 20px 0;
}
.nesdetail article h5 span {
    margin-left: 10px;
}


.nesdetail article h5 {
    margin-bottom: 30px;
}

.nesdetail .articlebox .bottombox .right,
.nesdetail .articlebox .bottombox .left {
   float: none;
   display: block;
   width: 100%;
   margin-bottom: 10px;
   text-align: center;
}
}