@charset "utf-8";
.bannerBox{
	width:100%;
	position:relative;
}
.bannerBox img{
	width:100%;
}

/*内容*/
body{
	background:url(../img/details/bg.jpg);
}
.contentBox{
	width:100%;
	padding-top:60px;
	padding-bottom:60px;
}
.anCenter{
	width:1200px;
	background:#fff;
	margin:0 auto;
	border-radius:5px;
	padding:0 40px;
}
.anTop{
	padding-top:45px;
	border-bottom:3px solid #46dbbb;
	padding-bottom:40px;
	position:relative;
}
.anTop h6{
	width:850px;
	font-size:26px;
	line-height:36px;
	margin-bottom:25px;
}
.anTop p{
	font-size:14px;
	line-height:28px;
	color:#333;
}
.anTop p span{
	color:#0c56b3;
}
.anTop .text{
	max-width:250px;
	font-size:18px;
	color:#0066cc;
	position:absolute;
	right:0;
	top:34px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.anContent{
	padding:35px 0;
	font-size:16px;
	line-height:28px;
	text-align:justify;
	color:#333;
}
.jg{
	width:100px;
	height:45px;
}
.anContent > p{
	font-size:16px;
	line-height:28px;
	text-align:justify;
	color:#333;
}
.anContent > img{
	width:100%;
	margin-bottom:40px;
}
.anContent .zanBox{
	width:70px;
	height:110px;
	margin:0 auto;
}
.anContent .zanBox .zan{
	width:70px;
	height:70px;
	background:url(../img/details/zan.png);
	cursor:pointer;
}
.anContent .zanBox p{
	width:70px;
	font-size:16px;
	color:#333;
	margin-top:5px;
	text-align:center;
}
.anContent .zanBox2 .zan{
	background:url(../img/details/zan2.png);
}






































/*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width:8px;
    height:8px;
    background-color:#F5F5F5;
}
/*定义滚动条轨道
 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:4px;
    background-color:#F5F5F5;
}
/*定义滑块
 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius:4 px;
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background-color:#0e3176;
}




