

/*content开始*/
.content {
    width: 100%;
    /*height: 1000px;*/
    background-color: #F9F9F9;
}

    .content .contop {
        width: 100%;
        height: 180px;
        background: url(../images/cenbj.jpg) center top no-repeat;
    }

    .content .conlist {
        width: 1200px;
        /*height: 820px;*/
        margin: 0px auto;
    }

        .content .conlist .listleft {
            width: 220px;
            /*height: 886px;*/
            height: 1050px;
            float: left;
            background: #EAF6F6;
            position: relative;
            left: 0px;
            top: 0px;
            margin-top: -66px;
        }

            .content .conlist .listleft .listtitle {
                width: 180px;
                height: 66px;
                background: #04757B;
                padding-left: 40px;
                line-height: 66px;
                font-size: 18px;
            }

                .content .conlist .listleft .listtitle a {
                    width: 180px;
                    height: 66px;
                    display: block;
                    color: #fff;
                }

            .content .conlist .listleft ul li {
                width: 180px;
                height: 50px;
                line-height: 50px;
                padding-left: 40px;
                border-bottom: 1px solid #C2E3E5;
                font-size: 16px;
                cursor: pointer;
                transition: all 0.4s;
            }

                .content .conlist .listleft ul li a {
                    width: 180px;
                    height: 50px;
                    display: block;
                    color: #00494d;
                }

                .content .conlist .listleft ul li:hover {
                    background: #b7cece;
                }
                /*.content .conlist .listleft ul li:first-child{
	width:180px;
	height:52px;
	line-height: 52px;
	padding-left:40px;
	border-top:3px solid #D89300;
	border-bottom:1px solid #C2E3E5;
	background:#4FADB3;
	color:#00494d;
}*/
                .content .conlist .listleft ul li:first-child {
                    width: 180px;
                    height: 52px;
                    line-height: 52px;
                    padding-left: 40px;
                    border-top: 3px solid #D89300;
                    border-bottom: 1px solid #C2E3E5;
                    color: #00494d;
                }

    .content .contentactive {
        width: 180px;
        height: 52px;
        line-height: 52px;
        padding-left: 40px;
        border-bottom: 1px solid #C2E3E5;
        background: #4FADB3;
        color: #00494d;
    }

    .content .conlist .listright {
        width: 980px;
        /*height: 820px;*/
        float: left;
    }

        .content .conlist .listright .listnav {
            height: 55px;
            line-height: 55px;
            color: #777;
            border-bottom: 1px solid #ccc;
            padding-left: 10px;
        }

            .content .conlist .listright .listnav span {
                font-size: 20px;
                color: #077E7F;
            }

            .content .conlist .listright .listnav p {
                float: right;
            }

                .content .conlist .listright .listnav p a {
                    color: #777;
                }

            .content .conlist .listright .listnav a:hover {
                color: #ff5500;
            }

        .content .conlist .listright .listcc {
            width: 980px;
        }

            .content .conlist .listright .listcc li {
                width: 980px;
                height: 45px;
                line-height: 45px;
                border-bottom: 1px dashed #b7d6d7;
            }

                .content .conlist .listright .listcc li a {
                    width: 730px;
                    float: left;
                    display: inline-block;
                    color: #333;
                    padding-left: 30px;
                    font-size: 15px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    -ms-text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    -moz-binding: url("ellipsis.xml#ellipsis");
                }

                    .content .conlist .listright .listcc li a:hover {
                        color: #ff5500;
                    }

                .content .conlist .listright .listcc li .time {
                    width: 100px;
                    float: right;
                    color: #777;
                    font-size: 14px;
                }
