﻿@charset "utf-8";
/* CSS Document */
body{ margin:0 auto;
padding:0;
color:#333;
font:14px/26px tahoma,Helvetica,arial,sans-serif;
}
@media screen and (max-width: 1200px) {
    body{ width:1200px; }
}

a{ text-decoration:none;color:#333;}
a:hover{text-decoration:none;color:#dd0000;}
a:visited{text-decoration:none;}

img{border:0px;}
h1,h2,h3{ padding:0; margin:0;}
p{ padding:0; margin:0;}
input{ vertical-align:middle}

ul,dl,dd,dt,li{margin:0;padding:0;text-indent:0;}
ol{list-style:none; margin:0; padding:0;}
li{list-style:none; }

/*clr*/
.clear{clear:both;}

/*f*/
.fl{float:left;}
.fr{float:right;}

/*f*/
.ft12{ font-size:12px}
.ft14{ font-size:14px}
.ft16{ font-size:16px}
.ft18{ font-size:18px}
.ft20{ font-size:20px}
.ft24{ font-size:24px}

.w380{ width:380px;}
.w1200{ width:1200px; margin:0 auto;}
.bd_img{ width:1200px; margin:0 auto;}
.bd_img img{ width:1200px; height:100px;}

.p10{ padding:10px;}
.p20{ padding:20px;}
.pt10{ padding-top:10px;}
.pt20{ padding-top:20px;}
.pr10{ padding-right:10px;}
.pr12{ padding-right:12px;}
.pr15{ padding-right:15px;}
.pr20{ padding-right:10px;}

.m10{ margin:10px;}
.m20{ margin:20px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.ml20{ margin-left:20px;}
.ml30{ margin-left:30px;}
.mr20{ margin-right:20px;}
.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}



/*页面主体*/



.top_line{ height:100px;}
.logo{ float:left; width:210px; padding-top:25px; }
.logo_txt{ float:left; color: #999; line-height: 22px;margin: 3px 0 0 20px; padding-top:30px;}

.search{ float:left; width:350px; height:40px; margin-left:120px; background:white; font-size:16px; overflow:hidden; padding:0; position:relative;top:25px; display:inline; border:#f7f7f7 solid 5px; }
.search input[type=text]{ position:absolute; height:30px; line-height:30px; width:266px; border-left:#c8c8c8 solid 1px; border-top:#c8c8c8 solid 1px; border-bottom:#c8c8c8 solid 1px; border-right:0; color:#999; margin:0; padding:4px 10px; }
.search input[type=submit]{ width:75px; height:40px; cursor:pointer; position:absolute; right:0; border:none; margin:0; padding:0; background:url(../images/searchbtn.jpg) center no-repeat}
.search input[type=submit]:hover{ background:url(../images/searchbtn2.jpg) center no-repeat}



/*--------------------------------------------------------------------------二维码css--*/

.ercode{ float:right; margin-right:50px; margin-top:27px; height:45px;}
.ercode span{display:inline-block; height:40px;padding:5px 0 0 60px;font-size:16px; line-height:20px;letter-spacing:2px; color:#555; font-family:"微软雅黑";margin-right:20px;*display:inline;zoom:1;position:relative;cursor:pointer;}
.ercode span.er1{ background:url(../images/wine-02.jpg) no-repeat left center;}
.ercode span.er2{ background:url(../images/wine-03.jpg) no-repeat left center;}
.ercode span img{position:absolute;left:0;top:50px; z-index:999;display:none;}




/*--------------------------------------------------------------------------导航css--*/

.nav-bg {width: 100%;height: 46px;line-height: 46px;background: #dd0000;font-family: "Microsoft YaHei"}
.nav:hover a{text-decoration: none;height: 46px;line-height: 46px;	}
.nav-list {float: left;position: relative;z-index: 2}
.nav-list .link .arrow {width: 10px;height: 5px;background-position: 0 -1389px;position: absolute;z-index: 2;top: 21px;right: 24px;-webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0);-moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0);-o-transform: rotate(0deg) scale(1) skew(1deg) translate(0);-ms-transform: rotate(0deg) scale(1) skew(1deg) translate(0);transform: rotate(0deg) scale(1) skew(1deg) translate(0);-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-o-transition: all .2s linear;-ms-transition: all .2s linear;transition: all .2s linear}
.nav-list:hover .link .arrow {-webkit-transform: rotate(180deg) scale(1) skew(1deg) translate(0);-moz-transform: rotate(180deg) scale(1) skew(1deg) translate(0);-o-transform: rotate(180deg) scale(1) skew(1deg) translate(0);-ms-transform: rotate(180deg) scale(1) skew(1deg) translate(0);transform: rotate(180deg) scale(1) skew(1deg) translate(0);-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-o-transition: all .2s linear;-ms-transition: all .2s linear;transition: all .2s linear}
.nav-list .link {display: block; padding: 0 16px;font-size: 16px;color: #fff;position: relative;z-index: 2;height: 46px;line-height: 46px;	}
.nav-list.active>.link,.nav-list:hover>.link {background: #c60001}
.nav-list:hover .info {display: block}
/*.nav-list:nth-of-type(3) .info{width:100%;padding:0 0 10px}
.nav-list:nth-of-type(3) .info-list{width:100%;float:none}*/
.nav-list .info {margin-top:0px;width: 160px;padding: 10px 16px;display: none;background: #c60001;position: absolute;z-index: 2;zoom: 1;}
.nav-list .info:after {clear: both;height: 0;overflow: hidden;display: block;visibility: hidden;content: "."}
.nav-list .info-list {line-height: 30px;width: 50%;float: left; word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.nav-list .info-list:hover {background: #af0001;}
.nav-list .info-list a {display: block;font-size: 14px;color: #fff;text-align: center;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.nav .more {width: 103px;line-height: 26px;background: #1eb7d2;border: 1px solid #1091a8;text-align: center;margin-top: 9px;color: #fff}
.nav .more:hover {background: #af0001;border: 1px solid #af0001}
.nav .more .icon {width: 16px;height: 13px;display: inline-block;background-position: 0 -1414px;vertical-align: -2px;margin-right: 3px}




/*--------------------------------------------------------------------------焦点图css--*/
.con_img{ float:left; width:780px; height:520px;}

.focus{ position:relative; width:780px; height:520px; background-color: #000; display:inline;}
.focus img{ width: 780px; height: 520px;}
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;}
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#dd0000;}
.focus .fPic{ position:absolute; left:0px; top:0px; }
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:50px; line-height: 50px; background:rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }
.focus .shadow a{ text-decoration:none; color:#fff; font-size:16px; overflow:hidden; margin-left:15px; font-family: "\5FAE\8F6F\96C5\9ED1";}
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }
.focus .fcon img{ display:block; }
.focus .fbg{bottom:10px; right:15px; position:absolute; height:21px; text-align:right; z-index: 200; }
.focus .fbg div{overflow:hidden;zoom:1;height:14px}
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px; border-radius:7px; margin:0 3px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#dd0000;}
.focus .D1fBt img{display:none}
.focus .D1fBt i{display:none; font-style:normal; }
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat; border-bottom-style:none}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}
.focus .prev:hover{  background-position:0 0; }
.focus .next:hover{  background-position:-40px 0;}



.con_topnews{ float:right; width:490px; font-family:"微软雅黑";}
.topnews{ height:120px; border-bottom:#e5e5e5 dashed 1px; overflow:hidden;}
.topnews p{ height:48px; line-height:48px; padding-top:5px; font-size:22px; font-weight:bold; word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.topnews span{ display:block; font-size:15px; color:#999; line-height:26px; height:52px; overflow:hidden;}

.con_tit{ height:50px; line-height:50px; font-family:"微软雅黑"; font-weight:bold; font-size:24px; background:url(../images/wine-07.jpg) left no-repeat; padding-left:20px;}
.con_tit span{ float:right;}
.con_tit span img{ padding-top:22px;}
.con_tit i{ font-style:normal; color:#dd0000;}


.brand{ clear:both; width:100%; height:500px; cursor:pointer;}
.brand dl{ display:block; float:left; overflow:hidden; width:100%; margin-top:15px;}
.brand dl dt,.brand dl dd{ display:block; float:left; overflow:hidden;}
.brand dl dt{ position:relative; width:80px; height:80px;}
.brand dl dt img{ position:absolute; left:0; top:-100%; width:80px; border-radius:50%; height:80px; z-index:3; -webkit-transition: all 0.35s; -moz-transition:all 0.35s; transition: all .35s; -ms-transition:all .35s;}
.brand dl:hover dt img{-webkit-transform:translateY(80px); -moz-transform:translateY(80px);transform:translateY(80px);-ms-transform:translateY(80px); }


.brand dl dt a{ display:block; position:absolute; left:0; top:0; width:100%; height:15px; padding:58px 0 6px 0; text-align:center; z-index:4;}
.brand dl dd{ display:block; float:right; width:285px; height:49px;}
.brand dl dd a{ font:14px/24px SimSun; color:#8c8c8c;}
.brand dl .titddH{ margin:5px 0 5px 0px; height:20px;}
.brand dl .titddH a{ font:16px/20px "Microsoft Yahei"; color:#333; -webkit-transition: all 0.35s; -moz-transition:all 0.35s; transition: all .35s; -ms-transition:all .35s; font-weight:bold;}
.brand dl .titddH a:hover{ color:#dd0000;}

@-webkit-keyframes move {
0% {color:#1b90c7;}
100% {color:#FFF;}
}

@keyframes move{
0% {color:#1b90c7;}
100% {color:#FFF;}
}

@-moz-keyframes move{
0% {color:#1b90c7;}
100% {color:#FFF;}
}

@-ms-keyframes move{
0% {color:#1b90c7;}
100% {color:#FFF;}
}


.brand .tit01{ background:url(../images/tg1.png) no-repeat left top;}
.brand .tit01 dt a{ color:#1b90c7;}
.brand .tit01:hover dt a{ -webkit-animation: move .03s 0.15s linear forwards; -moz-animation: move .03s 0.15s linear forwards; animation:move .03s 0.15s linear forwards; -ms-animation: move .03s 0.15s linear forwards;}
.brand .tit02{ background:url(../images/js1.png) no-repeat left top;}
.brand .tit02 dt a{ color:#0eb659;}
.brand .tit02:hover dt a{ -webkit-animation: move .03s 0.15s linear forwards; -moz-animation: move .03s 0.15s linear forwards; animation:move .03s 0.15s linear forwards; -ms-animation: move .03s 0.15s linear forwards;}
.brand .tit03{ background:url(../images/yf1.png) no-repeat left top;}
.brand .tit03 dt a{ color:#e59332}
.brand .tit03:hover dt a{-webkit-animation: move .03s 0.15s linear forwards; -moz-animation: move .03s 0.15s linear forwards; animation:move .03s 0.15s linear forwards; -ms-animation: move .03s 0.15s linear forwards;}
.brand .tit05{ background:url(../images/ts1.png) no-repeat left top;}
.brand .tit05 dt a{ color:#e59332}
.brand .tit05:hover dt a{-webkit-animation: move .03s 0.15s linear forwards; -moz-animation: move .03s 0.15s linear forwards; animation:move .03s 0.15s linear forwards; -ms-animation: move .03s 0.15s linear forwards;}


.brand .tit04{ background:url(../images/zt1.png) no-repeat left top;}
.brand .tit04 dt a{color:#e55432;}
.brand .tit04:hover dt a{-webkit-animation: move .03s 0.15s linear forwards; -moz-animation: move .03s 0.15s linear forwards; animation:move .03s 0.15s linear forwards; -ms-animation: move .03s 0.15s linear forwards;}
.brand .tit04 dd{ position:relative; margin-left:10px; overflow:hidden; width:230px; height:80px; padding:0; border-radius:10px;}
.brand .tit04 dd img{ overflow:hidden;width:230px; height:80px;}
.brand .tit04 dd span{ display:block; position:absolute; width:100%; height:36px; left:0; bottom:0; text-align:center; z-index:15;}
.brand .tit04 dd span a{ display:block; width:100%; height:36px; overflow:hidden; font:16px/36px "Microsoft Yahei"; color:#FFF;}
.brand .tit04 dd .opacitySpan{ overflow:hidden; border-radius:10px; background:url(http://imgs.ebrun.com/images/201501/bg08.png) repeat-x left top; z-index:14;}


.con_read{ height:300px; padding:25px 0 25px 70px; background:url(../images/wine-10.jpg) top center no-repeat;}
.con_read img{ padding:0px 30px;  width:250px; height:300px; border-left:#e5e5e5 solid 1px;}

.newsimg{ height:200px; margin-top:10px; background:#000;}
.newsimg img{ width:380px; height:200px;}
.newslist{ padding:10px 0;}
.newslist ul li{ font-family:"微软雅黑"; font-size:16px; background:url(../images/wine-09.jpg) left no-repeat; padding-left:20px; height:34px; line-height:34px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.nl ul li:first-child{ font-weight:bold;}

.js_list{ padding:10px 15px; height:620px; overflow:hidden; overflow-y:scroll; background:#f4f4f4;}
.js_list ul li{ font-family:"微软雅黑"; font-size:15px; line-height:26px; padding:8px 0; border-bottom:#d5d5d5 dashed 1px;}
.js_list ul li span{ padding-right:10px; color:#999;}


.linenews{ margin-top:10px;}
.l_img{ float:left; width:180px; height:120px;}
.l_img img{ width:180px; height:120px;}
.l_txt{ float:right; width:180px; font-family:"微软雅黑"; font-size:16px; font-weight:bold; line-height:28px; padding-top:15px; }



.grey_bg{ background:#f5f5f5; margin-top:20px; padding:30px 0;}
.friendlink_tit{ float:left; width:90px; font-family:"微软雅黑"; font-size:15px; line-height:15px; padding-top:8px; font-weight:bold;}
.friendlink_list{ float:right; width:1110px; font-family:"微软雅黑"; font-size:15px; line-height:15px;}
.friendlink_list ul li{ float:left; white-space:nowrap; padding:8px 0px;}
.friendlink_list ul li a{ display:inline-block; padding:0 15px; border-right:#ccc solid 1px;}

.footer{ background:#3b3b3b; padding:30px 0; font-family:"微软雅黑"; font-size:14px;}
.ft_menu{ text-align:center; margin-bottom:20px;}
.ft_menu{ text-align:center;}
.ft_menu a{ color:#cacaca; display:inline-block; height:15px; line-height:15px; padding:0 15px; border-right:#555 solid 1px; }
.ft_menu a:hover{ color:#ddd; text-decoration:underline;}

.ft_line{ line-height:24px; color:#999; text-align:center;}
.ft_line a{ color:#999;}
.ft_line a:hover{ color:#bbb; text-decoration:underline;}
.ft_line img{ padding:0 10px; vertical-align:middle}

.ft_img{ text-align:center; padding:0; margin:15px 0;}
.ft_img ul li{ display:inline-block; text-align:center; margin:0px 5px; *display:inline }
.ft_img ul li img{ width:120px; height:50px;border:#ccc solid 1px; }


/*2021.10.28 首页新增css 开始 */

.pp_list ul li{ float:left; width:33%; text-align:center; margin:5px 0;}
.pp_list ul li p{ height:30px; line-height:30px; font-family:"微软雅黑"; font-size:14px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}


.jz_all{ }
.jz_top{ padding:10px; padding-bottom:0px; background:#f4f4f4; position:relative}
.jz_top p{ height:50px; line-height:50px; font-family:"微软雅黑"; font-size:16px; text-align:center;}
.jz_l1{ float:left; width:172px; padding:5px; padding-bottom:0px; background:#f4f4f4;}
.jz_l2{ float:right; width:172px; padding:5px; padding-bottom:0px; background:#f4f4f4;}
.jz_l1 p,.jz_l2 p{ height:40px; line-height:40px; font-family:"微软雅黑"; font-size:14px; text-align:center;}
.play{ position:absolute; z-index:2; margin-top:60px; margin-left:120px;}
.play2{ position:absolute; z-index:2; margin-top:25px; margin-left:50px;}

.rm_tit{height:50px; line-height:50px; padding-bottom:20px; font-family:"微软雅黑"; color:#333; font-weight:bold; font-size:24px; background:url(../images/wine-07.jpg) left no-repeat; padding-left:20px;}
.rm_list{ padding-bottom:30px; margin-bottom:30px; border-bottom:#d0d0d0 solid 1px; font-family:"微软雅黑"; color:#999; font-size:14px; line-height:40px; text-align:center; cursor:pointer; }
.rm_list ul li{ display:inline-block; text-align:center; width:90px;}
.rm_list ul li img{ width:60px; height:60px;}
/*2021.10.28 首页新增css 结束 */


/*-------------列表页css*/
.B_nav{ height:14px; line-height:14px; font-family:"微软雅黑"; font-size:14px; padding:10px 0; background:#f2f2f2;}
.B_nav img{ padding-right:10px; vertical-align:middle}

.con_fl{ float:left; width:780px;}
.con_list{ padding:10px 0;}
.con_list ul li{ font-family:"微软雅黑"; font-size:16px; background:url(../images/wine-09.jpg) left no-repeat; padding-left:20px; height:38px; line-height:38px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.con_list ul{ padding:10px 0; border-bottom:#e5e5e5 dashed 1px;}
.con_list ul li span{ float:right; font-size:14px; color:#999;}


/*页码*/
.p_bar{ padding-top:20px; padding-bottom:50px; height:50px; text-align:center; font-size:15px;}
.p_bar a { border:#ccc 1px solid; padding:6px 16px; margin: 2px; COLOR: #999; text-decoration:none; background:#fff; display:inline-block; }
.p_bar a:hover { border:#dd0000 1px solid; color: #dd0000; }
.p_bar a:active { border:#dd0000 1px solid;}
.p_bar a.p_curpage{ color: #fff; background-color: #dd0000}



.border_bt{ border-bottom:#e5e5e5 solid 1px;}
.ph_list{ padding:10px 0; border-top:#e5e5e5 solid 1px;}
.ph_list ul li{ font-family:"微软雅黑"; font-size:15px; height:30px; line-height:30px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ph_list ul li span{ display:inline-block; margin-right:10px; width:18px; height:15px; background:#dd0000; text-align:center; color:#fff; font-size:12px; line-height:15px;}


.con_tit2{ height:20px; line-height:20px; font-family:"微软雅黑"; font-weight:bold; font-size:20px; background:url(../images/wine-07.jpg) left no-repeat; padding-left:20px; margin-bottom:20px;}
.con_tit2 span{ float:right;}
.con_tit2 span img{ padding-top:7px;}
.con_tit2 i{ font-style:normal; color:#dd0000;}





/*-------------内容页css*/

.con_article{ font-family:"微软雅黑"; font-size:35px; font-weight:500; line-height:50px; padding:30px 0;}
.con_source{ height:20px; font-family:"微软雅黑"; font-size:15px; color:#999; padding-bottom:30px; border-bottom:#e5e5e5 1px solid;}

.con_content{ padding:20px 0px; font-family:"微软雅黑"; font-size:18px; line-height:36px;  overflow:hidden;}
.con_content p{ padding:10px 0px;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.con_content p{ font-family:"arial","微软雅黑"; text-indent:16px;}
}
.con_content img{max-width:780px; _width:780px; text-align: center;}

.con_editor{ padding:20px 0;}
.con_xglist{ padding:10px 0; border-top: #e5e5e5 solid 1px;}
.con_xglist ul li{ font-family:"微软雅黑"; font-size:16px; background:url(../images/wine-09.jpg) left no-repeat; padding-left:20px; height:38px; line-height:38px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.con_xglist ul li span{ float:right; font-size:14px; color:#999;}



/*-------------子栏目页css*/

.lm_all{ height:100px; padding:10px 0; border-bottom:#e5e5e5 dashed 1px; }
.lm_img{ float:left;}
.lm_img img{ width:150px; height:100px; padding-right:20px;}
.lm_txt{ }
.lm_tit{ font-family:"微软雅黑"; font-size:18px; height:40px; line-height:40px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.lm_xq{ font-family:"微软雅黑"; font-size:14px; height:30px; line-height:30px; overflow:hidden; color:#666;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.lm_time{ font-family:"微软雅黑"; font-size:14px; color:#999; }
.lm_time2{ font-family:"微软雅黑"; font-size:14px; color:#999; padding-top:30px; }


/*-------------记者列表css*/
.reporter_banner{ height:460px; background:url(../images/ditu.jpg) center no-repeat;}
.report_list{ margin-bottom:20px;}
.report_list ul li{ float:left; margin:10px; text-align:center;}
.report_list img{ width:270px; height:180px; border:#e5e5e5 solid 5px;}
.re_tit{ height:40px; line-height:40px; font-family:"微软雅黑"; font-size:18px; overflow:hidden; color:#666;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.re_zw{ height:20px; line-height:20px; font-family:"微软雅黑"; font-size:15px; color:#999;  overflow:hidden; word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/*-------------记者专栏css*/
.reporter_bg{ height:300px; background:url(../images/reporter_bg.jpg) center no-repeat; padding:30px 0;}
.re_img{ float:left; width:450px; height:300px;}
.re_img img{ width:450px; height:300px;}
.re_all{ float:right; width:700px; color:#fff;}
.re_name{ font-family:"微软雅黑"; font-size:40px; font-weight:bold; line-height:40px; padding-top:40px; padding-bottom:30px; border-bottom:#fff dashed 1px;}
.re_name span{ font-family:"微软雅黑"; font-size:20px; line-height:20px; padding-left:20px;}
.re_xq{ font-family:"微软雅黑"; font-size:20px; padding-top:20px; line-height:40px;}
.re_wz{ padding-top:20px; text-align:right;}
.re_wz em{ padding:0 10px; font-style:normal;}


.con_list2 ul li{ font-family:"微软雅黑"; font-size:16px; background:url(../images/wine-09.jpg) left no-repeat; padding-left:20px; height:38px; line-height:38px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.con_list2 ul{ padding:10px 0; border-bottom:#e5e5e5 dashed 1px;}
.con_list2 ul li span{ float:right; font-size:14px; color:#999;}
.con_list2 ul li em{ font-style:normal; padding-right:5px;color:#dd0000;}



