﻿@charset "utf-8";
/* CSS Document */
/* 重置 */

.list{width:1080px; padding:0px 10px 13px 10px; margin:0 auto; background-color:#FFF; overflow:hidden; }
.list_l{ width:220px; border:1px solid #ccc; border-bottom:none;}
.list_r{ width:823px;min-height:650px; background-color:#FFF; border:1px solid #ccc; padding:10px; overflow:hidden;}

.list_l_tit{ width:220px; height:50px; line-height:50px; font-weight:bold; text-align:center; color:#FFF; background-color:#217cbd;}
.list_l li{ width:190px; padding-left:25px; background-color:#f1f1f1; border-top:1px solid #FFF; border-bottom:1px solid #CCC; 
border-left:5px solid #f1f1f1; padding-top:10px; padding-bottom:10px; }
.list_l a{ line-height:22px; font-size:14px; font-weight:bold; }
.list_l li:hover{ background-color:#FFF; border-left:5px solid #217cbd;}

.list_r_tit{ background-image:url(list_r_tit.jpg); width:823px; height:46px; line-height:35px;}
.list_r_tit a{ font-size:14px;}
.list_txt{ background-image:url(list_bc.jpg); height:40px; padding-left:20px;}
.list_txt a{ font-size:14px;}
.list_txt table tr td a{font-size:14px;/* display:inline-block;*/overflow: hidden;text-overflow:ellipsis;white-space:nowrap; max-width:500px;}
.padding_10{ padding:10px;}
.list_r img { max-width:800px; height:auto;}

.detail{ padding:10px; overflow:hidden; border:1px solid #ccc; word-wrap:break-word;word-break:break-all;min-height:650px;}
.detail img{max-width:1000px; height:auto;}
.detail_tit{ height:46px; line-height:35px; background-image:url(list_tit.jpg);}

.list_txt2{ background-image:url(list_bc.jpg); height:40px; padding-left:20px;}
.list_txt2 a{ font-size:14px;}
.list_txt2 table tr td a{font-size:14px; display:inline-block;overflow: hidden;text-overflow:ellipsis;white-space:nowrap; }