
/* CSS Document */
/*header*/
.header-main {
    width: 100%;
    height: 94px;
    background: url(../images/index-second/s-bg.jpg) center no-repeat;
    border-bottom: 3px solid #82b518;
}

.header {
    width: 980px;
    height: 94px;
    margin: 0px auto;
}

.logo {
    margin-top: 15px;
    float: left;
}

.header-nav {
    width: 595px;
    height: 75px;
    margin-left: 60px;
    float: left;
    margin-top: 10px;
}

.nav-temp {
    width: 192px;
    height: 75px;
    float: left;
    position: relative;
}

.nav-mark {
    width: 59px;
    height: 75px;
    float: left;
}

.mark-detail {
    width: 136px;
    height: 75px;
    position: absolute;
    background: url(../images/index-second/kuang.png) no-repeat;
    right: 0px;
}
    .mark-detail > p {
        font-size: 12px;
		/*font-family: "SimSun";*/
		color: #535353;
		width: 85%;
  		margin-left: 15px;
		line-height: 22px;
  		margin-top: 5px;
          height:45px;
		}

    .mark-detail > p a:hover {
        color: #D90909;
    }
    .mark-detail ul {
        width: 100%;
        margin-left: 15px;
        height: 22px;
    }

        .mark-detail ul li{
		background:url(../images/index-second/li.png) 5px no-repeat;
		float:left;
		padding-left:12px;
		font-size: 12px;
		/*font-family: "SimSun";*/
		color: #75aa07;
		height:22px;
		line-height:22px;
		}
        
.mark-detail ul li a {
  color: #75aa07;
}
.mar {
    margin-left: 8px;
}

.login-all {
    width: 90px;
    height: 65px;
    float: right;
    margin-left: 6px;
}

    .login-all ul {
        width: 90px;
        height: 30px;
        margin-top: 31px;
    }

        .login-all ul li {
            float: left;
            padding-left: 5px;
        }

            .login-all ul li a {
                font-size: 12px;
                /*font-family: "SimSun";*/
                color: #349306;
                font-weight: bold;
            }

                .login-all ul li a span {
                    padding-left: 17px;
                }

.add-login {
    color: #d52727 !important;
    text-decoration: underline;
}
.login {
    width: 126px;
    height: 27px;
    float: right;
    font-size: 12px;
    /*font-family: "SimSun";*/
    color: #db0000;
    line-height: 27px;
    text-indent: 2em;
    cursor: pointer;
    background: url(../images/index-second/login.png) no-repeat;
    margin-right: -46px;
}

.zhuce {
    width: 83px;
    height: 26px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    color: #40a90d;
    font-size: 12px;
    /*font-family: "SimSun";*/
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    margin-left: 22px;
    background: url(../images/index-second/zhuce.png) no-repeat;
}

/*content*/
.content-all {
    width: 980px;
    height: 100%;
    margin: 25px auto 0px auto;
    overflow: hidden;
}

.c-top {
    width: 980px;
    height: 36px;
}

.position {
    width: 700px;
    height: 36px;
    background: #e8f3d2;
    float: left;
}

    .position ul {
        width: 100%;
        height: 36px;
    }

        .position ul li {
            float: left;
            height: 36px;
            line-height: 36px;
            padding-left: 5px;
            font-size: 12px;
            /*font-family: "SimSun";*/
            color: #535353;
        }

.two-search-div {
    width: 271px;
    height: 27px;
    border: 4px solid #f39c33;
    margin-left: 1px;
    float: left;
    position: relative;
}

.inputs {
    width: 230px;
    border: 0px;
    background: white;
    height: 27px;
    text-indent: 1em;
}

.blue-search {
    position: absolute;
    background: #f39c33;
    height: 27px;
    width: 41px;
    right: 0px;
    top: 0px;
    text-align: center;
    cursor: pointer;
}

    .blue-search > input {
        padding-top: 5px;
    }



.c-center {
    width: 978px;
    height: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    margin-top: 25px;
}

.center-left {
    width: 667px;
    height: 100%;
    overflow: hidden;
    float: left;
}

.article-list {
    width: 645px;
    height: 100%;
    overflow: hidden;
    margin-left:5px;
}

.art-nav {
    width: 100%;
    height: 28px;
    border-top: 1px solid #8ec31f;
}

    .art-nav ul {
        width: 100%;
        height: 28px;
    }

        .art-nav ul li {
            float: left;
            height: 28px;
            line-height: 28px;
            background: url(../images/index-second/xie-li.png) 22px no-repeat;
            padding-left: 50px;
            font-size: 14px;
            /*font-family: "SimSun";*/
            color: #729c19;
            font-weight: bold;
        }

.list-temp {
    width: 100%;
    min-height: 60px;
    margin-top: 24px;
    border-bottom: 1px dotted #999999;
}

.title {
    color: #313131;
    /*font-family: "Microsoft YaHei";*/
    font-size: 24px;
    font-weight: bold;
    text-align: left;

}
p.title a {
    color: #313131;
    /*font-family: "Microsoft YaHei";*/
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}
.art-content {

    margin-top: 10px;
    max-height:60px;
    width:645px;
    overflow:hidden;
    color: #313131;
    /*font-family: "Microsoft YaHei";*/
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 15px;
    text-indent: 2em;
}
.temp-bottom {
height:28px;
}

.date {
    width: auto;
    height: 28px;
    line-height: 28px;
    float: left;
}

    .date span {
        font-size: 12px;
        /*font-family: "SimSun";*/
        color: #535353;
    }
.DetailInformation {
    width: auto;
    height: 28px;
    line-height: 28px;
    float: left;
    margin-left:10px;
}
    .DetailInformation span {
        font-size: 12px;
        /*font-family: "SimSun";*/
        color: #535353;
    }

.share {
    width: 250px;
    height: 28px;
    float: right;
    margin-right:-7px;
}

    .share ul {
        width: 100%;
        height: 34px;
    }

        .share ul li {
            float: left;
            height: 26px;
            line-height: 26px;
            padding-left: 10px;
        }

            .share ul li img {
                vertical-align: middle;
            }

            .share ul li span {
                font-size: 12px;
                /*font-family: "SimSun";*/
                color: #535353;
                vertical-align: middle;
            }
            .share ul li span a{
                font-size: 12px;
                /*font-family: "SimSun";*/
                color: #535353;
            }
            .share ul li span a:hover{
                font-size: 12px;
                /*font-family: "SimSun";*/
            }

.share-viedo {
    width: 667px;
    height: 384px;
    margin-top: 22px;
}

.more {
    width: 122px;
    height: 37px;
    margin: 0px auto;
    clear: both;
    background: url(../images/index-second/more.png) no-repeat;
    text-align: center;
    cursor: pointer;
    line-height: 37px;
    margin-top: 30px;
     margin-bottom:30px;
}

    .more span {
        font-size: 14px;
        /*font-family: "SimSun";*/
        color: #349306;
    }

.read-green {
    color: #349306;
}

.read-black {
    color: #535353;
}

.column {
    border-bottom: 1px dashed #999999;
    border-top: 1px solid #8ec31f;
    float: left;
    width: 645px;
    border-bottom:1px dotted #999999;
    overflow:hidden;
    
}
@-moz-document url-prefix(){.column{
    border-bottom: 1px dashed #999999;
    border-top: 1px solid #8ec31f;
    float: left;
    width: 651px;
    border-bottom:1px dotted #999999;
    overflow:hidden;
    @-moz-document url-prefix(){.bb{}}
}}
    .column p {
        color: #349306;
    /*font-family: "SimSun";*/
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    }

.table {
    width: 100%;
    margin-top: 10px;
    overflow:hidden;
    
}

    .table tr {
        height: 35px;
    }

        .table tr td {
            height: 35px;
            line-height: 35px;
            
        }

            .table tr td span {
                font-size: 14px;
                /*font-family: "SimSun";*/
                color: #535353;
                padding-left: 20px;
				background: url(../images/index-second/dian.png) 10px no-repeat;
            }
            .table tr td strong {
                font-size: 14px;
                /*font-family: "SimSun";*/
                color: #535353;
                padding-left: 10px;
            }
            .table tr td a {
                font-size: 14px;
                /*font-family: "SimSun";*/
                color: #535353;
                padding-left: 20px;
				background: url(../images/index-second/dian.png) 10px no-repeat;
            }
            .table tr td a:hover {
                font-size: 14px;
                /*font-family: "SimSun";*/
                color: #d90909;
                padding-left: 20px;
				/*background: url(../images/index-second/dian.png) 10px no-repeat;*/
            }
.green {
    background: #f2f8e6;
}

.c-img {
    width: 319px;
    height: 162px;
    float: right;
    border: 1px solid #bdc2b3;
}

.center-right {
    width: 280px;
    height: 100%;
    overflow: hidden;
    float: right;
}

.ranking {
    width: 280px;
    height: 340px;
}


.ranking-title {
    width: 280px;
    height: 28px;
}

    .ranking-title ul {
        width: 100%;
        height: 28px;
    }

        .ranking-title ul li {
            float: left;
            height: 28px;
            line-height: 28px;
            padding-left: 15px;
            font-size: 14px;
            /*font-family: "SimSun";*/
            font-weight: bold;
            cursor:pointer;
        }

.ranking-list {
    width: 280px;
    height: 290px;
    margin-top: 13px;
    background: #f8f8f8;
    padding: 5px 0px 0px 10px;
}

    .ranking-list ul {
        width: 100%;
        height: 290px;
    }

        .ranking-list ul li {
            width: 100%;
            height: 28px;
            line-height: 28px;
        }

            .ranking-list ul li img {
                /*vertical-align: middle;*/
            }
#yuansuo-reading a {
padding-left:7px
}
            .ranking-list ul li span {
                vertical-align: middle;
                font-size: 14px;
                /*font-family: "SimSun";*/
                color: #535353;
                padding-left: 7px;
            }

.picture {
    width: 280px;
    height: 110px;
    margin-top: 25px;
}

.list-pic {
    width: 280px;
    height: 342px;
    margin-top: 20px;
}

.l-temp {
    width: 100%;
    height: 57px;
}

.l-top {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

    .l-top img {
        vertical-align: middle;
    }

    .l-top span {
        vertical-align: middle;
        font-size: 14px;
        /*font-family: "SimSun";*/
        color: #535353;
        font-weight: bold;
        padding-left: 5px;
    }

.l-temp > p {
    font-size: 12px;
    /*font-family: "SimSun";*/
    color: #aaaaaa;
    text-indent: 3.3em;
}

.bot-pic {
    width: 278px;
    height: 228px;
    border: 1px solid #bdc2b3;
    margin-top: 22px;
}



/*footer*/
.footer {
    width: 100%;
    height: auto;
    border-top: 3px solid #82b518;
    overflow: hidden;
    margin-top: 25px;
    background:none;
}

.footer-detail {
    width: 435px;
    height: 89px;
    margin: 3px auto 0px auto;
}

    .footer-detail ul {
            width: 360px;
    height: 25px;
    display: block;
    margin: 19px auto 0px;
    }

        .footer-detail ul li {
            float: left;
            font-size: 12px;
            /*font-family: "SimSun";*/
            color: #7c7c7c;
            width: 72px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            background: url(../images/index/footer-line.jpg) 0px 6px no-repeat;
        }

    .footer-detail p {
        font-size: 12px;
        /*font-family: "SimSun";*/
        color: #ababab;
        text-align: center;
        margin-top: 5px;
    }
