/* 新闻详情 */
.top-banner{
	height: 441px;
}
.top-banner img{
	height: 441px;
}
body{
	background-color: #f5f7fa;
}
.nav-box{
	padding:20px 0;
	overflow:hidden;
}
.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 .left-box .top-title{
    font-size: 24px;
    line-height: 36px;
	color:#000;
}

.main .min-box .left-box .sender-info{
	margin: 16px 0 0;
	display: flex;
    align-items: center;
}
.main .min-box .left-box .sender-info p{
	font-size: 14px;
    color: #878d99;
	padding-right:20px;
}

.main .min-box .left-box .content-box{
    margin: 24px 0 0;
    line-height: 28px;
    font-size: 16px;
    color: #333;
    word-wrap: break-word;
}

.main .min-box .left-box .content-box p {
    margin-bottom: 16px;
    text-indent: 2em;
}

.main .min-box .left-box .switch-page{
	padding: 17px;
    border-top: 1px dotted #e6e6e6;
    margin-top: 15px;
    line-height: 24px;
    overflow: hidden;
    color: #999;
    position: relative;
}
.main .min-box .left-box .switch-page a {
    color: #525959;
	display:block;
	margin:10px 0;
}
.main .min-box .left-box .switch-page a:hover{
color:#ff0000;
}

.main .min-box .right-box {
    min-height: 100vh;
    width: 340px;
}

.main .min-box .right-box .boxs {
    width: 100%;
    height: auto;
    padding: 18px 15px;
    margin-bottom: 10px;
	background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.035);
    overflow: hidden;
}

.main .min-box .right-box .box1 {
	background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.035);
    overflow: hidden;
	margin-bottom: 10px;
}


.main .min-box .right-box .box1 .hasbg {
    border: none;
    color: #fff;
    padding: 15px 20px 12px;
    background: url(../img/titlebar.png);
    background-size: cover;
	font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
}

.main .min-box .right-box .box1 .hasbg  span {
    font-size: 12px;
    display: block;
    margin-top: 6px;
    font-weight: 400;
}
.main .min-box .right-box .box1 .layui-form {
    padding: 20px 15px;
}

.main .min-box .right-box .box1 .input-text {
    width: 100%;
    height: 42px;
    border-radius: 2px;
    margin-bottom: 16px;
    text-indent: 12px;
    border: none;
    background-color: #ffffff;
	border:solid 1px #eee;
}

.main .min-box .right-box .box1 .clicks {
    width: 100%;
    height: 40px;
    background-image: linear-gradient(60deg,#ef1e25,#ff695c);
    color: #ffffff;
    font-size: 14px;
    border-radius: 2px
    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-image: linear-gradient(60deg,#ef1e25,#ff695c);
    left: 0;
    top: 4px;
	border-radius: 3px;
}

.main .min-box .right-box .box2 .news-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main .min-box .right-box .box2 .news-list li {
    width: 100%;
    padding: 10px 0;
	line-height:24px;
    border-bottom: 1px solid #eff3f9;
}

.main .min-box .right-box .box2 .news-list li a {
    width: 100%;
    height: 100%;
    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;
    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 {
	overflow:hidden;
	padding-bottom:10px;
}

.main .min-box .right-box .box2 .news-list li:first-child img {
    display: inline-block;
    height:87px;
    width: 116px;
    margin-right: 17px;
	float:left;
}
.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: 13px;
    margin: 6px 0 0;
    color: #797979;
    line-height: 22px;	
}


.main .min-box .right-box .box2 .news-list li:first-child a .box-item {
	width:50%;
	overflow:hidden;
	height: 100%;
	float:left;
}
.main .min-box .right-box .box2 .news-list li:first-child a .box-item .top-title{
	font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.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;
}