/* aboutÃ§Å¡â€žÃ¥Â¯Â¼Ã¨Ë†ÂªÃ¦Â Â */

.a_nav {
    margin: 30px auto 20px;
    float: left;
}

.a_nav ul {
    margin: 0 auto
}

.a_nav li {
    float: left;
    text-align: center;
    width: 145px;
    font-size: 14px;
    margin: 0 2px;
    position: relative
}

.a_nav li a {
    display: block;
    height: 42px;
    line-height: 42px;
    background: #24272E;
    color: #fff;
    border-radius: 1px
}

.a_nav li a:hover,
.a_nav li.cur a {
    background: #4a9426;
    text-decoration: none;
}

.a_nav li .erc {
    position: absolute;
    top: 38px;
    left: 0;
    width: 145px;
    text-align: center;
}

.endit-content .pic {
    float: left;
    width: 600px;
    height: 350px;
    overflow: hidden;
}

.endit-content .pic img {
    display: block;
    width: 600px;
    height: 350px;
    transition: all 1s;
}

.endit-content .pic a:hover img {
    transform: scale(1.1);
}

.endit-content .text {
    
    width: 100%;
    height: 363px;
    color: #020202;
    overflow: hidden;
}

.endit-content .text h3 {
    margin-top: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
}

.endit-content .text h3 a {
    color: #000;
}

.endit-content .text h3 a:hover {
    color: #4a9426;
}

.endit-content .text em {
    font-size: 14px;
    color: #ddd;
    font-family: Arial;
}

.endit-content .text p {
    margin: 13px 0;
    font-size: 16px;
    line-height: 30px;
    height: auto;
    overflow: hidden;
    text-indent: 34px;
}

.endit-content .text p a {
    color: #000;
}

.endit-content .text .read {
    display: block;
    width: 67px;
    height: 36px;
    border: #080808 solid 1px;
    background: url(../images/read.png) no-repeat center;
    float: right;
}

.endit-content .text .read:hover {
    border-color: #1f956f;
    background-color: #1f956f;
}

.allcontent {
    margin: 40px 0;
}


/* Ã¤Â¼ÂÃ¤Â¸Å¡Ã¦â€“â€¡Ã¥Å’â€“ */

.endit-content img {
    width: 32.3333%;
}

.endit-content p {
    height: 47px;
    line-height: 47px;
    /* padding: 0 0 14px 70px; */
    margin: 0px;
    margin-top: 27px;
    border-bottom: 1px solid #ddd;
}

.endit-content p i {
    font-size: 33px;
    margin: 0 40px;
}