.news-nav {
    position: relative;
    height: 34px;
    width: 80%;
    border-bottom: 1px solid #E0E0E0;
    margin: 50px auto;
}
.news-nav-left {
    width: 37%;
}
.news-nav-left a{
    font-family: MicrosoftYaHei;
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #434343;
}
.news-nav-left span{
	font-family: MicrosoftYaHeiLight;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #d5002e;
	opacity: 0.3;
    margin-left: 8px;
}
.news-nav-right {
    width: 56%;
    float: right;
}
.news-nav-right ul li {
    float: right;
    margin-right: 5%;
    padding-bottom: 7px;
}

.news-nav-right ul li:hover a{
    color: #d5002e!important;
}

.news-nav-right ul li a{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #535353;
}



/* 列表 */
.category-news-list {
	/* margin-top: 45px; */
    width: 80%;
    margin: 45px auto;
}
.category-news-list>ul>li {
	float: left;
    width: 29%;
    overflow: hidden;
    border: 1px #EEEEEE solid;
	margin-right: 25px;
	margin-bottom: 20px;
    position: relative;
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
    .category-news-list>ul>li {
        float: left;
        width: 29%;
        overflow: hidden;
        border: 1px #EEEEEE solid;
        margin-right: 25px;
        margin-bottom: 20px;
        min-height: 390px;
        position: relative;
    }
    }
.category-news-list  a {
    display: block;
    margin: auto;
}

.category-news-list img {
    transition: all 0.5s ease;
    display: block;
    margin: auto;
    width: 100%;
}
.category-news-list img:hover {
	transform: scale(1.1);
}

.category-news-list  h3 {
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #434343;
    margin-bottom: 16px;

    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.seo_description {
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #aaaaaa;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}
.red {
    padding: 12px 10px;
}
.red:hover {
    background-color: #d5002e;
}
.red:hover h3 {
    color: #ffffff;
}
.red:hover div {
    color: #ffffff;
	opacity: 0.3;
}

.newstime {
    background: #BFC9CE;
    padding: 10px;
    margin-right: 15px;
}

.day {
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    padding-bottom: 5px;
}
.year {
    font-size: 14px;
    color: #ffffff;
}

.news-bot-list>ul>li {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}
.news-bot-list>ul>li:hover h3{
    color: #d5002e;
}
.right {
    float: none;
}
.page {
	clear: both;
    text-align: center;
        float: none;
}
.page>ul>li {
	float: left;
	width: 24px;
    height: 24px;
	line-height: 24px;
	color: #8D8D8D;
	margin-right: 25px;
}
.current {
	background-color: #FBE5EA;
	color: #d5002e;
	border-radius: 50%;
	display: block;
}
.page>ul {
	margin: auto;
    display: table;
}

.page>ul>li:first-child
{
	width: 40px;
}
.page>ul>li:last-child{
	width: 40px;
}

.page>ul>li:hover,
.page>ul>li a:hover
{
    background-color: #FBE5EA;
	color: #d5002e;
	border-radius: 50%;
	display: block;
	cursor: pointer;
}

/*详情页*/
.news-content {
    width: 80%;
    overflow: hidden;
    margin-top: 50px;
    margin: 50px auto;
}
.news-title {
	font-family: MicrosoftYaHei-Bold;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #434343;
    margin-top: 20px;
}
.news-time {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #aaaaaa;
    margin-top: 24px;
    margin-bottom: 40px;
}
.news-detail {
    color: #535353;
    margin-bottom: 50px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #898989;
}

.news-cont-left {
    width: 60%;
    margin-right: 10%;
}
.news-page {
    float: right;
}
.news_else_pre,.news_else_next,.news_else_return,.news_else_share {
    /* display: inline-block; */
    padding-left: 10px;
    float: left;
}
.news_else_pre a,.news_else_next a,.news_else_return a {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #a0a0a0;
}
.news_else_pre a:hover,.news_else_next a:hover,.news_else_return a:hover {
    color: #356b91;
}
.news_else_share {
    font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #356b91;
}
.news_else_share img {
    display: inline-block;
    /* padding-left: 10px; */
}
.news-cont-right {
    width: 25%;
    margin-top: 1%;
}
.nr-rand-list>ul>li {
	background-color: #ffffff;
    border: solid 1px #e5e5e5;
    margin-bottom: 35px;
    border-top: 5px solid #eeeeee;
    padding: 10px;
}
.part1 {
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #434343;
}

.part2 {
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #707070;
}

.part3 {
    font-family: MicrosoftYaHeiLight;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #bfbfbf;
}


