﻿html {
    background: #FFF;
    font-family: Arial, '\5B8B\4F53';
    font-size: 12px;
    color: #333;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}


/*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}


/* to preserve line-height and selector appearance */

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}


/*to enable resizing for IE*/

input,
textarea,
select {
    *font-size: 100%;
}


/*because legend doesn't inherit in IE */

legend {
    color: #000;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    font: 12px/1.2 "\5B8B\4F53", "Arial", sans-serif;
    min-width: 1000px;
}

a {
    text-decoration: none;
}

.header {
    background-color: #eeeeee;
    border-bottom: 1px solid #dddddd;
}

.header-wrap {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.header-left {
    float: left;
}

.header-right {
    float: left;
}

.header-right a {
    padding-right: 3px;
}

.header-right a + a {
    border-left: 1px solid #D9DBDB;
    padding-left: 6px;
}

.content-center {
    margin: 0 auto;
    width: 1000px;
}

.text-input {
    border: 1px solid #BFCACF;
}

.text-input:focus {
    outline: none;
}

.text-user,
.text-pwd {
    margin-left: 7px;
}

.pwd,
.username {
    width: 100px;
    height: 20px;
}

.register {
    padding: 3px 7px;
    background-color: #f8f8f8;
    border: 1px solid #bbbbbb;
}

.login {
    text-decoration: underline;
    color: #1C7EC5;
    margin: 0 9px;
}

.other-login {
    position: relative;
    top: 7px;
    margin-right: 8px;
}

.logo-wrap {
    padding: 20px 0;
    overflow: hidden;
}

.logo {
    display: inline-block;
}

.logo-name {
    font-size: 24px;
    position: relative;
    top: -15px;
    left: 22px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    display: inline;
    color: #086fc5;
}

.logo-name a {
    text-decoration: none;
    color: #086fc5;
}

.logo-name a:hover {
    text-decoration: none;
    color: #086fc5;
}

.logo-div {
    float: left;
}

.link {
    float: right;
}

.link > div {
    float: left;
    margin: 0 10px;
    text-align: center;
}

.link a {
    display: inline-block;
}

.link p {
    padding-top: 5px;
    color: #8B999E;
}

.search-wrap {
    border-top: 1px solid #F1F1F1;
    overflow: hidden;
    padding: 12px 0;
}

.search {
    float: left;
    height: 32px;
    width: 216px;
    margin-right: -1px;
    padding-left: 10px;
    border-radius: 5px 0 0 5px;
    +line-height: 30px;
}

.search-action {
    float: left;
    border-radius: 0 5px 5px 0;
}

.search-left {
    float: left;
    position: relative;
    top: 10px;
    left: 80px;
}

.search-left span {
    color: #AAAAAB;
    float: left;
    padding-top: 10px;
}

.search-hot-text {
    padding-left: 15px;
}

.search-hot {
    margin-right: 8px;
}

.search-right {
    padding-top: 17px;
    float: right;
}

.search-right span {
    color: #343434;
}

.content-center .red {
    color: #FD2636;
}

.cart-icon {
    position: relative;
    top: 2px;
}

.mobile-icon {
    margin-left: 24px;
    position: relative;
    top: 2px;
}

.number {
    margin: 0 5px;
}

.navpart {
    width: 100%;
    background: #086fc5;
}

.navpart ul {
    width: 1000px;
    margin: 0 auto;
}

.navpart ul li {
    float: left;
    font: 14px "\5B8B\4F53";
    font-weight: bold;
    color: #fff;
    width: 142px;
    padding: 15px 0;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.navpart ul li a {
    color: #fff;
    text-decoration: none;
}

.navpart ul li em {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 30px;
    left: 45%;
    border: 8px dashed transparent;
    border-bottom: 8px solid #f5f5f5;
    display: none;
}

.navpart ul li:hover em {
    display: inline;
}

.navpart ul .active {
    background-color: #015194;
}

.navpart ul .active em {
    display: inline;
}

.navcontent {
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

.navcontent ul {
    width: 1000px;
    margin: 0 auto;
    display: none;
}

.navcontent ul li {
    float: left;
    padding: 10px 0;
    margin: 0 10px;
    font: 14px "\5B8B\4F53";
    color: #333333;
    text-decoration: none;
}

.navcontent ul li a {
    font: 14px "\5B8B\4F53";
    color: #333333;
    text-decoration: none;
}

.navcontent ul li a:hover {
    font: 14px "\5B8B\4F53";
    color: #086FC5;
    text-decoration: none;
}

.footer {
    border-top: 1px solid #000;
    margin-top: 50px;
    margin-bottom: 30px;
    background: url(../images/footer-bg.png) repeat-x;
}

.footer-wrap {}

.footer-wrap > div {
    text-align: center;
    padding: 10px 0;
}

.footer-wrap span {
    color: #3E3E3E;
}

.footer-link a {
    color: #000;
    padding-right: 5px;
}

.footer-link a + a {
    border-left: 1px solid #393939;
    padding-left: 5px;
}

.footer-wrap .copy-right {
    line-height: 26px;
    padding-top: 0;
    padding-bottom: 10px;
}

.mr20 {
    margin-right: 20px;
}

.ml20 {
    margin-left: 20px;
}

.ml40 {
    margin-left: 40px;
}

.mr40 {
    margin-right: 40px;
}

.ie6 .header-left {
    height: 40px;
    padding-top: 10px;
}

.ie6 .link div {
    text-align: center;
    float: left;
    width: 60px;
}

.ie6 .nav-hor p span {
    margin-right: 10px;
}

.ie6 .nav-item div {
    float: left;
}

.ie6 .common-nav-spacing {
    position: relative;
    top: 10px;
}

.ie6 .footer-wrap {
    text-align: center;
}

.ie6 .footer-wrap div {
    text-align: center;
    padding: 10px 0;
}

.ie6 .other-login {
    position: relative;
    top: 0;
}

.ie6 .cart-icon {
    position: relative;
    left: -2px;
}

.ie6 .number {
    margin: 0;
}

.ie6 .mobile-icon {
    margin-left: 6px;
    position: relative;
    top: 0;
}

.ie7 .nav-hor p span {
    margin-right: 10px;
}

.ie7 .common-nav-spacing {
    position: relative;
    top: 10px;
}

.ie7 .other-login {
    position: relative;
    top: 0;
}

.ie7 .cart-icon {
    position: relative;
    top: -2px;
    left: -2px;
}

.ie7 .number {
    margin: 0;
}

.ie7 .mobile-icon {
    margin-left: 6px;
    position: relative;
    top: -2px;
}

.shopping {
    width: 31px;
    height: 100px;
    padding-top: 12px;
    line-height: 15px;
    background: #f3692c;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: -510px;
    text-align: center;
    color: #fff;
    margin-right: -35px;
}

.fd_content {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1005px;
}

.cart {
    padding-right: 10px;
}

.cart em {
    position: relative;
    top: 2px;
    height: 15px;
    width: 19px;
    background-image: url('/images/cart.png');
    background-repeat: no-repeat;
    display: inline-block;
}

#gopng_1 {
    background: url('/images/top20150727.png') -0px -0px no-repeat;
    display: inline-block;
    background-repeat: no-repeat;
    height: 25px;
    width: 28px;
}

#gopng_2 {
    background: url('/images/top20150727.png') -28px -0px no-repeat;
    display: inline-block;
    background-repeat: no-repeat;
    height: 25px;
    width: 28px;
}

#gopng_3 {
    background: url('/images/top20150727.png') -56px -0px no-repeat;
    display: inline-block;
    background-repeat: no-repeat;
    height: 25px;
    width: 28px;
}

#gopng_4 {
    background: url('/images/top20150727.png') -84px -0px no-repeat;
    display: inline-block;
    background-repeat: no-repeat;
    height: 25px;
    width: 28px;
}


/*地区*/

.where_wrap {
    height: 55px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    margin: 10px auto;
}

.wh_left,
.wh_mid,
.wh_right {
    float: left;
}

.wh_left {
    width: 55px;
    height: 46px;
    background-color: #086fc5;
    position: relative;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding-top: 7px;
    margin-top: 0px;
}

.wh_left em {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    border: #fff 5px solid;
    border-left-color: #086fc5;
    margin: 5px 0 1px 5px;
    vertical-align: middle;
    right: -10px;
    top: 18px;
}

.wh_mid {
    padding: 5px 0 15px;
    width: 847px;
}

.wh_mid li {
    float: left;
    width: 52px;
    border-right: 1px solid #333;
    height: 14px;
    margin: 4px 0;
}

.wh_mid li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 14px;
}

.wh_right {
    width: 74px;
    padding: 15px 0 0 15px;
}

.wh_right a {
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #333;
    padding-left: 24px;
}

.wh_lis {
    background: url(../images/lis.png) left center no-repeat;
}

.wh_car {
    background: url(../images/car.png) left center no-repeat;
}

.k_8 {
    height: 8px;
    border: 0;
    padding: 0;
    margin: 0
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    border: 0
}

.big_box {
    margin: 0;
    font: 12px "宋体";
}

.big_box .l {
    width: 350px;
    float: left;
    display: inline;
    margin: 0
}

.big_box .c {
    width: 350px;
    float: left;
    margin: 0 0 0 20px
}

.big_box .r {
    width: 260px;
    float: right;
    background-image: url(http://www.edu24ol.com/edu/images/xuliehao.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    margin: 0
}

.big_box .l .top,
.big_box .c .top {
    height: 100px;
    border-bottom: 1px #9CF dashed;
    margin: 0 auto
}

.big_box .l .top .left,
.big_box .c .top .left {
    width: 100px;
    height: 90px;
    float: left;
    padding-top: 10px;
    margin: 0 auto
}

.big_box .l .top .right,
.big_box .c .top .right {
    width: 242px;
    height: 100px;
    float: left;
    margin: 0 auto 0 8px
}

.big_box .l ul,
.big_box .c ul {
    line-height: 2.0;
    margin: 6px auto 0 auto
}

.big_box .l ul li,
.big_box .c ul li {
    padding-left: 10px
}

.big_box .l ul li span,
.big_box .c ul li span {
    display: block;
    float: right
}

.big_box .l .top .right h1,
.big_box .c .top .right h1 {
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    margin: 8px auto 0 auto
}

.big_box .l .top .right h1 a,
.big_box .c .top .right h1 a {
    color: #f00
}

.big_box .l .top .right p,
.big_box .c .top .right p {
    line-height: 2.0;
    text-index: 2em
}

.big_box .r ul {
    line-height: 2.49;
    margin: 6px auto 0 30px
}

.big_box .r ul li {
    margin: 0
}


/*资料下载*/

.page_ziliao_list li {
    float: left;
    width: 32.96%;
    text-align: center;
    color: #ffffff;
    padding: 5px 0;
    background: url(/images/pagelist2.png);
    border-right: 1px solid #dddddd;
}

.page_ziliao_list ul:nth-child(3) {
    border: none;
}

.page_ziliao_list .active {
    background: url(/images/pagelist1.png);
}

.page_ziliao_list .active a {
    color: #FD2636;
    padding-left: 10px;
    font-weight: bold;
}

.page_ziliao_list_nr ul {
    padding: 10px;
}

.page_ziliao_list_nr li {
    padding: 2px 0;
    position: relative;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}

.page_ziliao_list_nr li .download {
    border-radius: 3px;
    border: 1px solid #d2ebed;
    color: #73c7ce;
    padding: 1px 8px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.page_ziliao_list_nr li .ziliaotitle {
    width: 200px;
    display: block;
    overflow: hidden;
    position: relative;
}

.big_box .rnew {
    width: 260px;
    height: 300px;
    float: right;
    margin: 0;
}

.big_box .rnew h4 {
    font-family: "microsoft yahei";
    font-weight: normal;
    line-height: 30px;
    height: 28px;
    font-size: 14px;
    background: #F6F6F6;
    color: #426DAB;
    margin-top: 11px;
    margin-bottom: 4px;
    padding-left: 10px;
}

.big_box .rnew h4.second {
    height: 25px;
    margin-top: 8px;
    margin-bottom: 7px;
    padding-left: 10px;
    line-height: 28px;
}

.big_box .rnew li {
    line-height: 2.0;
}

.big_box .rnew .ziliao_luntan li {
    height: 24px;
    position: relative;
    overflow: hidden;
}

.big_box .rnew .ziliao_luntan .ziliaotitle {
    color: #333;
    width: 195px;
    display: inline-block;
    padding: 0px;
    overflow: hidden;
    position: relative;
    top: 4px;
}

.big_box .rnew .ziliao_luntan .download {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d2ebed;
    color: #73c7ce;
    padding: 2px 8px;
    position: absolute;
    right: 0px;
    line-height: 14px;
    top: 5px;
}

.new_ziliaotitle {
    color: #333;
    width: 195px;
   
    padding: 0px;
    overflow: hidden;
    position: relative;
    top: 0px;
	margin-left:-6px;
}

.new_download {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d2ebed;
    
    padding: 2px 8px;
    position:relative;
    right: 3px;
    line-height: 14px;
    float:right;
	top:5px;
}

.gedu-email-rss{
    width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
    background: #086FC5;
}
.gedu-email-rss-title{
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    padding-left: 10px;
    font-weight: bold;
    color: #ffffff;
}
.gedu-email-rss-title2{
    color: #ffffff;
    font-size: 16px;
    margin-left: 20px;
    position: relative;
    top: -1px;
    padding-left: 18px;
}
.gedu-email-rss-input{
    font-size: 16px;
    padding: 5px 5px;
    position: relative;
    top: -2px;
    font-family: microsoft yahei;
    width: 358px;
    margin: 0 10px;
}
.gedu-email-rss-button{
    width: 88px;
    height: 32px;
    font-size: 16px;
    line-height: 20px;
    margin-left: 0px;
    color: #d74011;
    font-family: microsoft yahei;
    cursor: pointer;
    border: 1px solid #086FC5;
    background: #fff94b;
    font-weight: bold;
    position: relative;
    top: -2px;
}
