@charset "utf-8";
input,button,select,textarea{outline:none;}
.news-cut-box{
	max-width:1280px;
	height:auto;
	margin:0 auto;
	padding:0 1.25rem;
	overflow:hidden;
	position: relative;
}
.news-cut-box .news-content{
	width: 100%;
	height:auto;
}
.news-cut-box .news-left-sidebarbox{
	left:-100%;
}
.news-cut-box .newsbox {
	left:-33.33333333%;
}
.news-cut-box .newsbox .news-cut img{
	max-width:100%;
}
.news-cut-box .news-right-sidebarbox {
	left:-33.33333333%;
	padding-bottom:100px;
}
.paper .news-left-sidebarbox {
	left:0;
}
.paper .newsbox {
	left:0;
}
.paper .news-right-sidebarbox {
	left:150%;
}

.news-cut-box .newsbox .news-hd  .epaper-btn,
.news-cut-box .news-left-sidebarbox .epaper-box  .epaper-btn{
	display:inline-block;
	margin-left:21px;
	background-image: linear-gradient(-1deg, #1991EB 2%, #2DA1F8 98%);
	border-radius: 50px;
	cursor:pointer;
	padding:6px 26px 4px;
	color:#fff;
	font-family:MyriadPro-Regular;
	font-size:14px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.news-cut-box .newsbox .news-hd .epaper-btn:hover,
.news-cut-box .news-left-sidebarbox .epaper-box  .epaper-btn:hover{
	opacity: 0.8;
}


/*左侧效果*/
.news-cut-box .news-left-sidebarbox .epaper-box{
	width:100%;
	padding-right:52px;
}
.news-cut-box .news-left-sidebarbox .epaper-box img{
	max-width:100%;
}
.news-cut-box .news-left-sidebarbox .epaper-box .msgbox{
	color:#1A1A1A;
	font-family: MyriadPro-Regular;
	font-size:15px;
	line-height:22px;
	margin-top:90px;
}
.news-cut-box .news-left-sidebarbox .epaper-box  .msgbox .msg{
	background:#f5f5f5;
	padding:30px 13px 38px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.news-cut-box .news-left-sidebarbox .epaper-box  .msgbox .msg-right{
	float:right;
	display:inline-block;
	padding:8px 15px 6px;
	margin-top:22px;
}
.news-cut-box .news-left-sidebarbox .epaper-box .epaper-img{
	margin:0px auto 20px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.news-cut-box .news-left-sidebarbox .epaper-box .epaper-img .epaper-pic img{
	width:100%;
	cursor:pointer;
}
#tooltip{
	width:148px;
	height:37px;
	line-height:40px;
	background:url(../images/tooltipbg.png) no-repeat center center;
	position:absolute;
	text-align:center;
	color:#222;
	font-family:MyriadPro-Regular;
	font-size:16px;
	z-index:100;
	display:none;
}
.news-cut-box .news-left-sidebarbox .epaper-box .navigation{
	/* margin:20px auto; */
	box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.news-cut-box .news-left-sidebarbox .epaper-box .navigation h3{
	height:50px;
	line-height:50px;
	border-bottom: 2px solid #C06F00;
	font-family:Adobe Garamond LT Bold;
	font-size:18px;
	padding-left:27px;
	color:#4A4A4A;
}
.news-cut-box .news-left-sidebarbox .epaper-box .navigation ul{
	padding:10px 27px 10px 35px;
}
.news-cut-box .news-left-sidebarbox .epaper-box .navigation ul li{
	margin:9px auto;
	position: relative;
}
.news-cut-box .news-left-sidebarbox .epaper-box .navigation ul li::before{
	position: absolute;
	top: 10px;
	left: -15px;
    content:''; 
	width:3px; 
	height:3px; 
	border-radius:50%; 
	background:#000; 
	display:inline-block; 
	vertical-align:middle; 
}
.news-cut-box .news-left-sidebarbox .epaper-box .navigation ul li span{
	display:block;
}
.news-cut-box .news-left-sidebarbox .epaper-box .navigation ul li a{
	font-family:'MyriadPro-Regular';
	color:#4A4A4A;
	font-size:18px;
	line-height:20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.news-cut-box .news-left-sidebarbox .epaper-box .navigation ul li a.on{
	color:#dc8800;
}
.news-cut-box .news-left-sidebarbox .epaper-box .navigation ul li a:hover{
	color:#dc8800;
}
.news-cut-box .news-left-sidebarbox .epaper-box .news-section{
	margin:20px auto;
}
@media only screen and (min-width: 800px) and (max-width: 1090px){
	.news-cut-box .news-left-sidebarbox .epaper-box{
		padding-right:10px;
	}
	
}
@media(min-width:800px) {
	.news-cut-box .news-content{
		position: relative;
		width: 100%;
		height:auto;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	.news-cut-box .am-u-sm-12{
		position: relative;
		top:20px;
		float:left;
		-webkit-flex-shrink: 0;
		-ms-flex: 0 0 auto;
		flex-shrink: 0;
		-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),-webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		-webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); 
	}
	.news-cut-box .newsbox .news-hd .news-hd-btn{
		display:none !important;
	}
	.news-cut-box .news-left-sidebarbox .epaper-box  .epaper-btn{
		display:none;
	}
}
@media(max-width:799px) {
	.news-cut-box .news-left-sidebarbox{
		left:0;
		display:none;
		width:100%;
	}
	.news-cut-box .news-left-sidebarbox .epaper-box{
		padding-right:0
	}
	.news-cut-box .news-left-sidebarbox .epaper-box .epaper-img{
		margin-top:20px;
	}
	.news-cut-box .news-left-sidebarbox .epaper-box .navigation{
		margin-bottom:20px;
	}
	.news-cut-box .newsbox {
		left:0;
		top: 0;
	}
	.news-cut-box .am-u-sm-12{
		top:0;
	}
	.news-cut-box .am-u-sm-12 p img{
		max-width: 100%!important;
		height: auto!important;
	}
	.news-cut-box .am-u-sm-12 p span{
		max-width: 100%!important;
	}
	.news-cut-box{
		padding:0
	}
	.news-left-sidebarbox .epaper-box .news-section{
		display:none;
	}
	.news-cut-box .newsbox .news-hd  .news-hd-btn{
		display:inline-block;
		margin:15px 0 10px;
	}
	.news-cut-box .news-left-sidebarbox .epaper-box  .epaper-btn{
		display:inline-block;
		margin-bottom:20px;
	}
}