﻿ #dvContentUL {
            font-family: 'Microsoft YaHei';
        }
       
        .content {
            width: 100%;
            /*height: 100%;*/
        }

            .content .header {
                width: 100%;
                height: 37px;
            }

        .header-ul {
            width: 100%;
            height: 100%;
        }

            .header-ul li {
                border:1px solid #FFD079;
                font-size: 14px;
                width: 49.5%;
                line-height: 37px;
                float: left;
                list-style: none;
                text-align: center;
                background-image: url(Images/title_bg.gif);
                border-radius:5px;
                margin-left:1px;
                cursor:pointer;
                /*font-weight:bold;*/
            }

            .header-ul li a,a:active {
                /*color:white;*/
            }

            .header-ul li:hover {
                    /*background-color: #FFA500;*/
                    background-color: #FFDA95;
                    color: white;
            }
                .header-ul li.selected {
                    background: none;
                    /*background-color: #FFA500;*/
                    background-color: #FFDA95;
                    background-size: 100% 100%;
                    color: white;

                }


        .contain {
            padding: 0 15px 15px;
            overflow: hidden;
            zoom: 1;
        }

            .contain ul li {
                padding: 0 3px;
                margin: 15px 0 0;
                border: 1px solid #e6e6e6;
                overflow: hidden;
                zoom: 1;
                position: relative;
            }

            .contain ul li:hover {
                border:1px solid #FFA500;
                border-radius:5px;
            }

            .contain dl {
                padding: 25px;
                background: url(Images/review_list_bg.jpg) repeat-x 0 0;
                overflow: hidden;
                zoom: 1;
                margin: 0;
            }

                .contain dl dt img {
                    float: left;
                    width: 112px;
                    height: 112px;
                    padding: 5px;
                    margin: 0 20px 0 0;
                    _margin: 0 17px 0 0;
                    border: 1px solid #e6e6e6;
                    background: #fff;
                }

            .contain .text {
                float: left;
                width: 80%;
            }

            .contain dl dd {
                line-height: 24px;
                overflow: hidden;
                zoom: 1;
            }

            .contain strong {
                clear: both;
                display: block;
                float: left;
                font-weight: 700;
                font-size: 14px;
            }

            .contain span {
                display: block;
                float: left;
                width: 350px;
                font-size: 14px;
                color: #a6104c;
            }

            .contain h5 a {
                display: block;
                font-size: 14px;
                font-weight: 700;
                text-decoration: none;
            }

            .contain p {
                float: left;
                width: 530px;
            }

            .contain a.btn {
                float: right;
                display: block;
                width: 123px;
                height: 30px;
                margin: 50px 0 0;
                background: #FFCC6D url(../Images/event_btn02.gif) no-repeat 0 0;
                padding-top:1px;
                overflow: hidden;
            }
                .linqu:active {
                    background:red;
                    
                }
            .linqu
        {
            display: block;
            width: 100px;
            height: 30px;
            line-height:30px;
            border-radius: 5px;
            background: #FFCC6D;
            text-align: center;
            margin: 20px auto;
            color: #fff;
            font-size: 12px;
            font-weight:bold;
            outline: none;
            border: none;
        }
            .contain p.state {
                position: absolute;
                right: 55px;
                top: 5px;
                width: 67px;
                height:67px;
                line-height:67px;
                border: 1px solid #e6e6e6;
                /*padding: 5px 10px;*/
                border-radius: 100px;
                background:red;
                color:white;
                font-size:12px;
                font-weight:bold;
                text-align:center;
            } .contain p.statehis {
                position: absolute;
                right: 55px;
                top: 5px;
                width: 60px;
                word-wrap:break-word;
                word-break: break-all;
                white-space:normal;
                line-height:18px;
                height:40px; 
                border: 1px solid gray; 
                text-align:center;
                vertical-align:middle;
                border-radius: 100px;
                background:#B6B6B6;
                color:white;
                font-size:12px; 
                text-align:center;
            }
.rightcontent {
    width: 99%; 
    background: #fff;
    /*border:1px solid #eee;*/
    box-sizing:border-box;
    border-bottom:none;
}
.rightcontent:after {
    content:"";
    display:block;
    height:0;
    clear:both;
}

        
        .disablescroll {
            position:absolute;
            top:0px;
            left:0px;
            overflow: hidden;
            height: 2000px;
            background:gray;filter: alpha(opacity=45); opacity:0.45;
            width:100%;
            z-index:9999;
            display:none;
        }
        .bodydisascroll {
            overflow: hidden;
        }

        .div_duanxin {
            display:none; position: fixed; font-size: 12px; top: 200px; color: white; background: #EAEAEA; z-index:10000; width: 30%;right:30%; padding-top: 8px;
            
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }