﻿@charset "utf-8";

/* CSS Document */


/* 重置 */

.list {
    width: 1200px;
    border: 1px solid #CCC;
    margin: 0 auto;
    background-color: #f8f8f8;
    margin-bottom: 15px;
}

.list_l {
    width: 260px;
    float: left;
    padding: 20px;
}

.list_r {
    width: 880px;
    float: right;
    padding-left: 15px;
    padding-top: 15px;
    background-color: #FFF;
    min-height: 460px;
}

.list_l_tit {
    background-color: #1958b6;
    width: 240px;
    padding-left: 20px;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 10px;
}

.list_l_li {
    background-image: url(list_btn.jpg);
    width: 230px;
    height: 42px;
    padding-top: 4px;
    font-size: 16px;
    padding-left: 25px;
    background-repeat: no-repeat;
    line-height: 40px;
}

.list_l_li:hover {
    background-image: url(list_btn_hover.jpg);
}

.list2 {
    width: 1160px;
    border: 1px solid #CCC;
    margin: 0 auto;
    padding: 20px;
    background-color: #FFF;
    margin-bottom: 15px;
}

.detail {
    width: 1200px;
    border: 1px solid #CCC;
    margin: 0 auto;
    background-color: #FFF;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 15px;
}

.detail img {
    max-width: 860px;
    height: auto;
}

.title {
    font-size: 22px;
    font-weight: bold;
}