body {
    width: 725px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-family: 宋体,Arial, Helvetica, sans-serif;
}

a:link {
    color: #3b2314;
    text-decoration: none;
}

a:visited {
    color: #3b2314;
    text-decoration: none;
}

a:active {
    color: #3b2314;
    text-decoration: none;
}

a:hover {
    color: #3b2314;
    text-decoration: underline;
}

/*"选择领峰"等 选项卡*/
.selectAcetop {
    width: 100%;
    height: 316px;
}

.tabtitle {
    background: #80683a;
    border-bottom: 1px solid Black;
    width: 100%;
    height: 30px;
}

    .tabtitle .divtitle {
        color: white;
        font-weight: bold;
        text-align: center;
        line-height: 200%;
        height: 100%;
        width: 242px;
        float: left;
        cursor: pointer;
    }

    .tabtitle .divtitlehover {
        width: 241px;
        height: 31px;
        background: White;
        color: black;
    }

.tabtitlechildren {
    width: 100%;
    height: 284px;
}

    .tabtitlechildren .SuperioritSuperiorityy table {
        width: 726px;
        height: 234px;
        margin-top: 15px;
    }

        .tabtitlechildren .SuperioritSuperiorityy table td {
            border-right: 1px solid #cfbea6;
            text-align: center;
        }

            .tabtitlechildren .SuperioritSuperiorityy table td:last-child {
                border-right: none;
            }

    .tabtitlechildren .SuperioritSuperiorityy ul {
        list-style: none;
        text-align: left;
        padding: 0px;
        margin: 5px 8px 0px;
        font-size: 13px;
        font-weight: bold;
        color: #444444;
    }

        .tabtitlechildren .SuperioritSuperiorityy ul li {
            height: 24px;
        }

        .tabtitlechildren .SuperioritSuperiorityy ul hr {
            width: 210px;
            margin-top: 0px;
            border: 1px dashed #ffd800;
        }

/*新闻主体*/
.newMain {
    width: 725px;
    height: auto;
    margin: auto;
}

/*新闻 四个选项卡背景*/
.newTitletab {
    background: url('/images/content/NewsTableTitle.jpg') no-repeat;
    width: 100%;
    height: 31px;
}

/*新闻 三个选项卡背景*/
.newTitletab1 {
    background: url('/images/content/NewsTableTitle1.jpg') no-repeat;
    width: 100%;
    height: 31px;
}

/*大标题*/
.newTitletabTip {
    float: left;
    line-height: 200%;
    padding-left: 10px;
    font-weight: bold;
}

/*选项卡标题*/
.titleul {
    list-style: none;
    line-height: 200%;
    font-weight: bold;
    color: #896c28;
    height: 30px;
    float: right;
    margin: 0;
    padding: 0;
}

    /*选项卡标题内容*/
    .titleul li {
        float: left;
        width: 126px;
        text-align: center;
        cursor: pointer;
        height: 31px;
        margin-right: 1px;
    }

        /*鼠标移上选项卡标题*/
        .titleul li:hover {
            /*background: url(/images/content/NewsTableTitle.jpg) -342px 31px;
            color: #603C00;*/
        }

/*鼠标移上选项卡标题*/
.titleullihover {
    background: url(/images/content/NewsTableTitle.jpg) -342px 31px;
    color: #603C00;
}

/*新闻内容框*/
.newContents {
    width: 705px;
    height: 200px;
    margin: 4px auto;
}

/*新闻内容左侧图片*/
.newsImg {
    float: left;
    height: 144px;
    margin: 15px auto;
    width: 200px;
    cursor: pointer;
}
/*新闻主体内容*/
.newContent {
    float: left;
    margin-left: 10px;
    width: 495px;
    min-height: 160px;
}

/*新闻列表*/
.conul {
    line-height: 32px;
    min-height: 150px;
    margin: 0;
    padding: 0;
    display: none;
    margin-top: 10px;
    background: #fff;
    list-style: none;
}

    .conul li {
        font-size: 13px;
        height: 30px;
        color: #3c3c3c;
    }

        .conul li:hover {
            background: #E3D09C;
        }

        .conul li a {
            text-decoration: none !important;
            display: block;
            position: relative;
        }

        .conul li .date {
            margin-right: 5px;
        }

        .conul li .markimg {
            width: 56px;
            height: 20px;
            margin: 6px 5px 5px;
            position: absolute;
            border: 0;
        }

.conulli {
    background: #ECECEC;
}

.point {
    margin: 5px;
    font-weight: bold;
}


/*领峰奖项*/
.soliderul {
    margin: 0px;
    padding: 0px;
    left: 0px;
    width: 725px;
    height: 151px;
    margin-left: -20px;
    margin-top: 25px;
}
/*新闻列表 加载loading*/
.newsloading {
    width: 200px;
    height: 144px;
    margin-top: 5px;
    margin-left: 150px;
}

/*更多*/
.moreimg {
    width: 60px;
    height: 29px;
    float: right;
    margin: 7px 0px;
    cursor: pointer;
    background: url('../images/content/newsmore.png');
}

/*分割线*/
.dividingline {
    width: 100%;
    height: 2px;
    margin: 1px auto;
}

.dayicon
{
    position:absolute;
    margin-left:4px;
    margin-top:6px;
}
.daycomment
{
    margin-left:28px;
}