/*common*/
body{
	color: #000;
}
.whFull{
	width: 100%;
}
.htFull{
	height: 100%;
}
.wh1200{
	width: 1200px;
}
.lrAuto{
    margin: 0 auto;
}

.fl,.fr {
    display:inline;/* 设置浮动，减少浮动带来的 bug */
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}

.wytClearfix:before,.wytClearfix:after {
    content:"";
    display:table;
}
.wytClearfix:after {
    clear:both;
    overflow:hidden;
}
.wytClearfix {/* 清除浮动 */
    zoom:1; /* for ie6 & ie7 */
}


.wytRelative{
	position: relative;
}
.wytAbsoulute{
	position: absolute;
}
.hr10{height:10px;}



/*hover*/
.top p a:hover,
.wytContent #layoutlist li a:hover,
.wytRightBox #articlelist li a:hover,
.wytPullRight .preart:hover,
.wytPullRight .nextArt:hover,
.wytArticle .beforeIcon:hover,
.wytArticle .afterIcon:hover,
.wytArticle .enlarge:hover,
.wytArticle .reduce:hover,
.wytArticle .default:hover,
.wytArticle .returnIndex:hover{
	text-decoration: underline;
	color: #e20000;
}

.wytArticle .beforeIcon:hover{
	background: url(../../images/wytImg/icon3_2.png) no-repeat left center;
}
.wytArticle .afterIcon:hover{
	background: url(../../images/wytImg/icon4_2.png) no-repeat right center;
}
.wytArticle .enlarge:hover{
	background: url(../../images/wytImg/icon1_2.png) no-repeat left center;
}
.wytArticle .reduce:hover{
	background: url(../../images/wytImg/icon2_2.png) no-repeat left center;
}






/*top*/
.topContainer{
	height: 40px;
	line-height: 40px;
	background-color:#fafafa;
}
.top p{
	text-indent: 0;
}




/*head*/
.header .blueLine{
	background: #e20000;
	height: 126px;
}

#fxbLogo{
	width: 468px;
	background: url(../../images/wytImg/logo.png) no-repeat center;
	margin-right: 60px;
}

.mySearchForm{
	line-height: 126px;
}
.mySearchForm .mySearchInput{
	font-size: 12px;
    width: 247px;
    height: 28px;
    border: 1px solid #ddd;
    margin-right: 2px;
    padding-left: 5px;
}

.mySearchForm .mySearchInput:focus-visible{
	border: 1px solid #d20000 !important;
	outline: none;
}
.mySearchForm .mySearchButton{
	width: 52px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background-color: #ba0000;
    text-align: center;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 0;
    vertical-align: middle;
}
.mySearchForm .mySearchButton:hover{
	cursor: pointer;
	background-color: #af0000;
}




/*主体*/
.wytContent{
	margin-top: 35px;
}
.wytContent .newspaper-pic{
	width: 480px;
}
.wytContent .imgBox{
	margin:10px;
	box-shadow:0 0 10px #eee;
}
.wytContent .preview {
	height: 660px;
	margin: 5px;
	box-shadow: none;
	border: 0;
	width: 450px;
}
.wytContent .wytPullRight span:first-child{
	margin-right: 15px;
}
.wytContent .page {
    width: 360px;
}
.wytContent .layout_title{
	height: 23px;
	line-height: 23px;
	background: url(../../images/wytImg/bg2.png) no-repeat left center;
	margin-bottom: 10px;
}
.wytContent #layoutlist{
	border: 5px solid #e20000;
	padding: 5px 5px 5px 10px;
	height: 510px;
	overflow-y: scroll;
    overflow-x: hidden;
}
.wytContent #layoutlist li{
	background: url(../../images/wytImg/bg3.png) no-repeat left 18px;
	padding: 12px 5px 12px 25px;
	background-color: #fff;
	border-bottom: 1px dashed #cfcfcf;
	height: auto;
	line-height: normal;
}
.wytContent #layoutlist li a{
	color: #333;
	font-size: 16px;
}


.wytRightBox{
	top: -151px;
	right: 0;
	width: 316px;
}
.wytRightBox .time-control-title{
	background: none;
	padding-left: 0;
	color: #fff;
	font-size: 16px;
}
.wytRightBox #data_box{
	border: 5px solid #e20000;
	box-shadow: none;
	background-color: #fff;
}
.wytRightBox .newsNav .bt{
	background: url(../../images/wytImg/bg4.png) no-repeat left center;
	margin-top: 25px;
	height: 23px;
    line-height: 23px;
    margin-bottom: 10px;
}
.wytRightBox #articlelist{
	border: 5px solid #e20000;
	padding: 5px 0px;
	height: 318px;
	overflow-y: scroll;
}
.wytRightBox #articlelist li{
    line-height: 30px;
	padding-left: 15px;
}
.wytRightBox #articlelist li:nth-child(even){
	background-color: #fafafa;
}
.wytRightBox #articlelist li a{
	color: #333;
	font-size: 14px;
}

/*版权声明*/
.copyBox.wytAbsoulute{
	bottom: 10px;
    right: 0;
    width: 655px;
    background-color: #fafafa;
    padding: 25px 20px;
}
.copyBox.articlePaper{
	margin-top: 50px;
    width: 440px;
    padding: 15px 20px;
    background-color: #fafafa;
}
.copyBox{
	line-height: 22px;
}
.copyBox p{
	color: #333;
}
.copyBox p span{
	color: #e20000;
	font-weight: bold;
}




/*foot*/
.footContainer{
	text-align: center;
    margin-top: 90px;
	background-color:#f8f8f8;
	padding-top:40px;
	padding-bottom: 30px;
}
.footContainer p.webInfo{
    color: #767676;
    line-height: 30px;
}
.footContainer p.webInfo>span{
    margin-left: 20px;
}








/*文章页*/
.wytArticle{
	width: 680px;
}
.wytArticleContainer .newspaper-pic{
	margin-right: 40px;
}
.wytArticle .detail-title{
	background-color: #fafafa;
	height: 32px;
    line-height: 32px;
}
.wytArticle .detail-title a{
	color: #000;
}
.wytArticle .beforeIcon{
	background: url(../../images/wytImg/icon3.png) no-repeat left center;
	padding-left: 15px;
	margin-right: 15px;
}
.wytArticle .afterIcon{
	background: url(../../images/wytImg/icon4.png) no-repeat right center;
	padding-right: 15px;
}
.wytArticle .enlarge{
	background: url(../../images/wytImg/icon1.png) no-repeat left center;
	padding-left: 20px;
	margin-right: 20px;
}
.wytArticle .reduce{
	background: url(../../images/wytImg/icon2.png) no-repeat left center;
	padding-left: 20px;
	margin-right: 20px;
}
.wytArticle #PreTitle,
.wytArticle #SubTitle{
	color: #666;
	font-size: 22px;
}
.wytArticle #SubTitle{
	margin-top: 10px;
}
.wytArticle #Title{
	font-size: 32px;
}
.wytArticle .detail-art {
    border-bottom: 0;
}
.wytArticle .attachment{
	text-align: left;
}