﻿*{margin:0;padding:0}
body{color:#000;font-size:14px;font-family:微软雅黑;background:#000 url(../images/bg.jpg) repeat-x top}
h1,h2,h3,h4,h5,h6{font-weight:400;font-size:14px;}
a{color: #000; text-decoration:none;}
a:hover{color:#2891f5;text-decoration:underline;transition:all 0.2s linear;}
li{list-style: none;}
i {font-style: normal;font-weight: normal;}
.font-weight-500{font-weight:500}
.font-weight-600{font-weight:600}
.font-weight-700{font-weight:700}
img{border:none;}
img:hover{}
.fl{float: left;}
.fr{float: right;}
.clearfix:after {content: '.';display: block;clear: both;height: 0;visibility: hidden;}
.container{width:1003px;margin:7px auto 0 auto;position:relative;background:#dfdfdf;overflow:hidden}
.logo{display:block;border:none;width:1003px;}
.nav{text-align:center;background:#990100;overflow:hidden;margin-bottom:16px;}
.nav a{display:block;color:#fff;float:left;width:125px;text-align:center;padding:10px 0;font-size:16px;}
.nav a:hover{background:#2891f5}

.index-left{width:215px;margin-left:20px;}
.index-right{width:730px;margin-right:20px;}
.index-title{height:41px;background:url(../images/line_bj1.gif) bottom repeat-x;position:relative}
a.index-title-more{font-size:14px;position:absolute;right:0;bottom:12px}

.index-introduce{font-size:14px; line-height:2.0em; padding:5px 5px 0 0}
.index-introduce p{margin-bottom:15px;}
.index-author{width:160px;margin:5px 19px 0 0;border:1px solid #b2b2b2;padding:8px;background:#fff;}

.index-zp{overflow:hidden;width:100%;margin-top:15px;}
.index-zp li{width:33.33%;float:left;text-align:center;line-height:2;overflow:hidden;height:250px;}
.index-zp li img{display:block;margin:0 auto;padding:8px;border:1px solid #b2b2b2;background:#fff}
.index-zp li img:hover{border:2px solid #ff0000}

.footer{height:80px;border-top:6px solid #fff;margin-top:15px}
.footer p{text-align:center;line-height:2.0;margin-top:25px;}


.marquee-top-img{display:block;border:1px solid #b2b2b2;width:195px;background:#fff;padding:8px}
.marquee-top-img:hover{border:2px solid #ff0000}
.marquee-top-text{margin:5px 0 10px 0;}

.page-title{height:41px;background:url(../images/bg1.gif) no-repeat;position:relative}
.page-title span{position:absolute;font-weight:bold;top:10px;left:80px;font-size:16px;}

/*分页样式*/
.page{
    padding: 15px 0;
    overflow: hidden;
    text-align: center;

}
.page a,.page span{
    padding: 5px 10px;
    border: 1px solid #cccccc;
    font-size: 12px;
    display:inline-block;
    margin:0 2px;background:#fff
    
}
.page a:hover{
    background:#0066cc;
    color: #ffffff;
    text-decoration:none;

}
.page a.current{
    background: #0066cc;
    color: #ffffff;
}

