/*加载外部通用CSS*/
@import url("normalize.css");
*{margin:0;padding:0}body{font-size:14px;line-height:14px;font-family:"Microsoft YaHei", "宋体", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;color:#333}h1,h2,h3,h4,h5,h6{font:1em/1 "Microsoft YaHei";font-weight:normal}em,i{font-weight:normal;font-style:normal;display:inline-block;}small{font-size:12px}ul,ol{list-style:none}table{border-collapse:collapse;border-spacing:0}a{color:#333;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}a:hover{text-decoration:underline;}a:focus{outline:none;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}p{text-align:justify}.hidden{display:none}.text-hide{text-indent:-9999px;height:0;font-size:0}.grid:after{content:".";display:block;height:0;clear:both;visibility:hidden}.grid{display:inline-block}* html .grid{height:1%}.grid{display:block}.left{float:left}.right{float:right}.both{clear:both}



/*index.css*/
html,
body {
    min-width: 1000px;
}
p{}
p a{color:#cc0000}

.center{width: 1000px;margin:0 auto;}
.header{height: 360px;background: url(images/banner.jpg) no-repeat center top;}
.header h1{font-size:72px;text-align:center;color:#0066cc;margin:0;line-height:360px;}

.nav{height:60px;background:#0066cc}
.nav ul{width:1000px;margin:0 auto;padding-left: 15px;}
.nav ul li{float:left;margin:0 32px;}
.nav ul li a{font-size:18px;color:#fff;line-height:60px;}

.img-txt{padding:28px 0 0 0}
.img-txt .img{width:490px;height:380px;}
.img-txt .img img{width:490px;height:380px;}
.img-txt .txt{width:488px;}
.img-txt .txt h2{font-size:18px;text-align:center;padding:8px 0 12px}
.img-txt .txt p{text-indent: 2em;line-height:28px;padding:0 20px  0 10px;}
.img-txt .txt h3{height: 34px;border-bottom: 1px solid #cc0000;margin:12px 0}
.img-txt .txt h3 span{display:block;padding:0 18px;height:34px;line-height:34px;float:left;color:#fff;background:url(images/icon-t2.jpg) no-repeat left center #fc453d;font-weight:bold;font-size:16px;}

.img-txt .txt ul li{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width:100%;line-height:42px;border-bottom:1px dashed #dcdcdc;}
.img-txt .txt ul li a{padding-left: 18px;}
.img-txt .txt ul li a:hover{text-decoration:underline;}

.main-title{position:relative;margin-top: 20px;}
.main-title h2{line-height:46px;padding-left:49px;font-size:24px;font-weight:bold;border-bottom:2px solid #cc0000;background:url(images/icon-title.jpg) no-repeat left center;}
.main-title a{position: absolute;right:10px;bottom: 10px;}


.arts{width:640px;padding-right: 30px;border-right: 1px solid #ccc;margin-top:16px;}
.art{margin-top: 22px}
.art img{width:190px;height:160px;float:left;margin-right: 30px;}
.art h4{padding:5px 0 13px 0}
.art.mt0{margin-top:0}

.art-ul .ul{margin-top: 20px;width:300px;}
.art-ul .ul h3{font-size:16px;font-weight:bold;color:#cc0000;padding-bottom: 13px;border-bottom:1px dashed #ccc;margin-bottom: 7px;}
.art-ul .ul ul li{line-height:30px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.art-ul .ul h4{padding-bottom:10px;border-bottom:1px dashed #ccc;margin-bottom:4px}

.art-ul.no-boder .arts{border: 0}
.art-ul h4{text-align:center;font-size:16px;font-weight:bold;}
.art-ul p{text-indent:2em;color:#666;line-height:24px;}

.art-list{border-bottom:1px dashed #ccc;padding:22px 0}
.art-list h4{margin-bottom:14px;}
.art-list p{padding: 0 18px;}


.art2{border-bottom: 1px dashed #ccc;padding: 20px 40px 20px 0px;}
.art2 img{width:250px;height:200px;margin-right: 17px;float:left}
.art2 h4{text-align:left;padding-bottom:12px;padding-top: 6px;}

.art2.r{padding: 20px 0 20px 40px;}
.art2.r img{float:right;margin:0 0 0 17px}

.editor-t{height:46px;background:url(images/icon-top.jpg) no-repeat;margin:38px 0 26px 0}

.editor-info .info{padding:0 25px;text-indent:2em;color:#666;line-height:24px;}
.message p{height: 50px;background:#e7e6e6;text-align:center;margin-top:25px;}
.message span{margin:0 40px;line-height:50px;}


.footer{padding: 15px 0 0}

.e_edu_bottom{clear:both;margin:3px auto;width:1000px;padding:7px 0px;border-top:solid 3px #ccc;text-align:center;line-height:25px;}





























