/* 新闻详情 */
.top-banner{
	height: 441px;
}
.top-banner img{
	height: 441px;
}
body{
	background-color: #f5f7fa;
}
.nav-box{
	height: 17px;
	margin-top: 100px;
	margin-bottom: 28px;
}
.nav-box .min-box{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.nav-box .min-box img{
	margin-right: 12px;
}
.nav-box .min-box ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.nav-box .min-box ul li *{
	margin-right: 9px;
	position: relative;
	text-decoration: none;
	color: #666666;
}
.nav-box .min-box ul li *::after{
	content: ">";
	margin-left: 9px;
	pointer-events: none;
}
.nav-box .min-box ul li:last-child *::after{
	content: "";
}
.main {
    height: auto;
    background-color: #f5f7fa;
}

.main .min-box {
    padding-top: 0px;
    padding-bottom: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main .min-box .left-box {
    min-height: 100vh;
    background-color: #ffffff;
    width: 837px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    height: auto;
    padding: 32px;
}


.main .min-box .right-box {
    min-height: 100vh;
    width: 350px;
}

.main .min-box .right-box .boxs {
    width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 16px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.main .min-box .right-box .box1 {
    height: 360px;
    background-image: url(../img/tuceng881.png);
    padding: 35px 22px;
}

.main .min-box .right-box .box1 .top-title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}

.main .min-box .right-box .box1 .input-text {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    margin-bottom: 16px;
    text-indent: 12px;
    border: none;
    background-color: #ffffff;
}

.main .min-box .right-box .box1 .clicks {
    width: 100%;
    height: 48px;
    background-image: linear-gradient(141deg, #FF8B28, #FF6F28);
    color: #ffffff;
    font-size: 16px;
    border-radius: 8px;
    border: none;
}

.main .min-box .right-box .boxs .list-title {
    width: 100%;
    font-size: 18px;
    padding-left: 13px;
    position: relative;
    font-weight: bold;
    margin-bottom: 14px;
}

.main .min-box .right-box .boxs .list-title::before {
    content: "";
    position: absolute;
    height: 17px;
    width: 4px;
    background-color: #ff6900;
    left: 0;
    top: 4px;
}

.main .min-box .right-box .box2 .news-list {
    padding: 0;
    padding: 10px;
    margin: 0;
    list-style: none;
}

.main .min-box .right-box .box2 .news-list li {
    width: 100%;
    height: 46px;
    border-bottom: solid 1px #dbdbdb;
}

.main .min-box .right-box .box2 .news-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #333333;
}

.main .min-box .right-box .box2 .news-list li a:hover .top-title {
    color: #ff8428;
}

.main .min-box .right-box .box2 .news-list li a img {
    display: none;
}

.main .min-box .right-box .box2 .news-list li a .det-text {
    display: none;
}

.main .min-box .right-box .box2 .news-list li a .top-title {
    font-size: 14px;
    width: 230px;
    transition: color 300ms;
}

.main .min-box .right-box .box2 .news-list li a .date {
    color: #b6b6b6;
    font-size: 14px;
}

.main .min-box .right-box .box2 .news-list li:first-child {
    height: 97px;
    padding-bottom: 12.5px;
}

.main .min-box .right-box .box2 .news-list li:first-child img {
    display: inline-block;
    height: 100%;
    width: 150px;
    margin-right: 17px;
}
.main .min-box .right-box .box2 .news-list li:first-child a .date{
	display: none;
}
.main .min-box .right-box .box2 .news-list li:first-child a .det-text{
	display: -webkit-box;
	display: box;
	font-size: 12px;
	line-height: 22px;
	color: #797979;
}
.main .min-box .right-box .box2 .news-list li:first-child a .box-item {
	width: 148px;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-self: space-between;
	flex-direction: column;
}
.main .min-box .right-box .box2 .news-list li:first-child a .box-item .top-title{
	width: 100%;
	height: 40px;
	white-space: normal;
	font-size: 14px;
	font-weight: bold;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.main .min-box .right-box .box3{
	padding-right: 0;
}
.main .min-box .right-box .box3 .tag-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 24px;
	flex-wrap: wrap;
}
.main .min-box .right-box .box3 .tag-list .tag{
	display: block;
	padding: 6px 28px;
	text-decoration: none;
	color: #333333;
	background-color: #f5f5f9;
	margin-bottom: 9px;
	margin-right: 9px;
	transition: color 300ms, background 300ms;
	font-size: 12px;
}
.main .min-box .right-box .box3 .tag-list .tag:hover{
	background-color: #ff8828;
	color: #ffffff;
}

.main .min-box .right-box .box4{
	display: block;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.main .min-box .left-box .top-title{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	width: 100%;
	margin-bottom: 16px;
}
.main .min-box .left-box .sender-info{
	width: 100%;
	height: 17px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #999999;
	font-size: 13px;
	margin-bottom: 30px;
}
.main .min-box .left-box .sender-info .sender-name{
	margin-right: 22px;
	padding-right: 22px;
	border-right: solid 1px #aaaaaa;
}
.main .min-box .left-box hr{
	width: 100%;
	border-style: dashed;
	margin: 0;
	margin-bottom: 26px;
}

.main .min-box .left-box .content-box{
	width: 100%;
	min-height: 50vh;
}
.main .min-box .left-box .content-box *{
	max-width: 100%;
}
.main .min-box .left-box .switch-page{
	width: 100%;
	height: 76px;
	margin-top: 50px;
	background-color: #f9f9f9;
	color: #888f9b;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}
.main .min-box .left-box .switch-page .link{
	max-width: 50%;
	font-size: 14px;
	color: #888f9b;
	text-decoration: none;
}