﻿/*
 * @Author: Jerry.deng 
 * @Date: 2018-08-27 13:23:32 
 * @Last Modified by: Alan.zheng
 * @Last Modified time: 2018-08-30 18:08:36
 */
@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; margin:0; padding:0; list-style:none; }
body {background:#fdfdfd; color:#333;  font-size:14px; font-family:"arial","宋体"; }
#main_out {  }
.float_clear { clear:both; }
.float_left { float:left; }
.float_right { float:right; }
.display_none { display:none; }
.red { color:red; }
.must_input {color:red;  font-weight:bold; }
.green { color:green; }
.blue { color:blue; }
.gray { color:gray; }
.purple { color:purple; }
.clear { clear:both; }
.highlight {padding:1px; background:red;  color:#FFF; }
img { border:none; vertical-align:top; }
* , *::before,*::after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
/* a */ 
a { color:#333; text-decoration:none; -webkit-transition:all .6s; -moz-transition:all .6s; transition:all .6s; }
a:visited {  }
a:active, a:hover {color:#e77b1c;  text-decoration:none; }
a:focus { outline:none; }
p { line-height:22px; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
:focus { outline:0; text-decoration:none; }
a:focus { outline:0; color:#e77b1c; text-decoration:none; }
/* 顶部 */
#top { background:#f4f4f4; }
.top_main {margin:0 auto; padding:15px 0 25px;  width:1200px; }
.logo { float:left; }
.logo img {  }
.top_tel { float:right; }
.top_tel img { padding:30px 0 0; }
#navigation { width:100%;height:46px; background:url(../img/navigation_bg.png) repeat-x left center; background:-webkit-gradient(linear,0 0,0 100%,from(#fd8332),to(#c83900)); background:-moz-linear-gradient(top,#fd8332,#c83900); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fd8332,endColorstr=#c83900,grandientType=1); }
#navigation ul { position:relative; margin:0 auto; width:1200px; font-family:"微软雅黑"; }
#navigation .main_nav { float:left;  margin:0 0 0 24px; }
#navigation ul li { width:110px; text-align:center; line-height:46px; }
#navigation #home {float:left;  margin:0; }
#navigation ul li a { display:block; color:#fff; font-size:18px; }
#navigation ul li a:hover { background:#666; }
#navigation .current { background:#666; }
.fixednav { position:fixed;top:0;z-index:99999; }
#navigation #language a {padding: 0px; font-size:14px;}
#navigation #language i{padding: 0px 5px;color:#fff; font-style: normal;font-size: 17px; }

#navigation ul li ul {position:absolute; z-index:1000;  display:none; padding:2px 0; width:112px; border:1px solid #FFF; background:#e77b1c; background:rgba(231,123,28,0.8); }
#navigation ul li ul li {padding:0 15px; line-height:30px; }
#navigation ul li ul li a {border-bottom:1px #fff dotted ;color:#FFF;  font-weight:normal; font-size:12px;}
#navigation ul li ul li:hover { background:rgba(102,102,102,0.8); color:#FFF; font-size:12px; }
#navigation ul li ul li:hover a{background:none}

#navigation .cur { background:rgba(102,102,102,0.8); color:#FFF;font-size:12px; }
#navigation .cur a {background:none }
/*首页CSS*/
#index { margin:0 auto; width:1200px; }
#index_t,#index_m,#index_b,#index_d { margin:30px 0 0; }

.banner,.index_bl { float:left; padding:0 15px 0 0; width:70%; }
.index_tr,.index_ml,.index_br { float:left; padding:0 0 0 15px; width:30%; }
.index_mr { float:left; padding:0  15px ;width:40%; }
.index_tr .ititle { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.index_videos {float:right; padding:0 0 0 15px; width:30%; }
.index_videos ul {position:relative; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; width:100%; }
.index_videos ul  li{position:relative; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; padding:10px 0 0 ;  width:100%; }
.index_videos ul  li:nth-child(1) {padding-bottom:5px; border-bottom:1px solid #ccc; }
.index_videos ul  li h2{ position:relative; text-align:center;font-size:16px; }
.index_videos ul  li video{ width:100%; height:195px;}
.ititle {-webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; padding:0 15px 0 0; height:42px; border-bottom:1px solid #c8c8c8; background:#eee; font-size:15px;  line-height:42px; }
.ititle span { float:right; text-transform:uppercase; font-size:14px; }
.ititle h2 {float:left; padding:0 12px; border-top:1px solid #e77b1c; border-right:1px solid #c8c8c8; border-left:1px solid #c8c8c8; background:#fff; color:#e77b1c;  font-size:15px; }
.ititle h1 {padding:0 12px; color:#333; font-weight:bold;  font-size:16px; }
#tab_menu {float:left;  overflow:hidden; zoom:1; }
#tab_menu li {float:left;  height:42px; line-height:42px; }
#tab_menu li a { display:block; padding:0 12px; border-left:1px solid #c8c8c8; color:#333; text-align:center; font-size:15px; }
#tab_menu li a:hover {border-top:1px solid #e77b1c; background:#fff;  color:#e77b1c; }
#tab_menu li .tab_current {border-top:1px solid #e77b1c; background:#fff;  color:#e77b1c; }
#tab_content { }
#tab_content ul { padding:13px 0 0; }
#tab_content li {border-bottom:1px dotted #ccc;  line-height:32px; }

.ilist {  }
.ilist li {position:relative;font-size:12px;  line-height:28px; }
.ilist li a {display: block;overflow: hidden;  padding:0 0 0 12px; width:250px; background:url(../img/ilist_li.png) no-repeat left center; text-overflow: ellipsis;white-space: nowrap;}
.ilist li a img { position:absolute; top: 2px; right:72px; width:30px;}
.ilist li span { float:right; }

.index_ml { padding:0 15px 0 0; }
#rollAD {position:relative; overflow:hidden; margin:12px 0 0;  height:446px; }
#rollText a { display:block; font-size:12px; line-height:28px; }


.index_mr dl { padding:16px 10px; border-bottom:1px dotted #ccc; }
.index_mr dl .img img {
    float: left;
    margin: 0 10px 0 0;
    padding: 5px;
    width: 100px;
    height: 75px;
    border: 1px solid #ccc;
}
.index_mr dl .img { display:block; }
.index_mr .href {display:block; font-weight:bold;  line-height:26px; }
.index_mr dl p {color:#444;  font-size:12px; }
.index_mr dl p a { color:#e77b1c; }
.index_mr .ilist { margin:0 -10px; }
.index_mr .ilist li { float:left; padding:0 10px; width:100%; }
#mr_menu {float:left;  overflow:hidden; zoom:1; }
#mr_menu li {display:block; float:left; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; padding:0 12px;  height:42px; border-left:1px solid #c8c8c8; color:#333; text-align:center; font-size:15px; line-height:42px; cursor:pointer; }
#mr_menu .mr_menu_in {border-top:1px solid #e77b1c; background:#fff;  color:#e77b1c; }

.gstoll {position:relative; overflow:hidden; padding:10px 0;  width:100%; height:95px; border-bottom:1px dotted #ccc; }
.l_but {position:absolute; top:30px; left:0; z-index:100;  width:22px; height:40px; background:url(../img/idr_l.png) no-repeat left center; cursor:pointer; }
.stoll_c {position:relative; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; margin:0 0 0 -1px;  width:100%; }
.stoll_c ul {  }
.stoll_c li {float:left; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; padding:0 5px;  width:128px; height:75px; text-align:center; }
.stoll_c li img {padding:5px;  width:100px; height:75px; border:1px solid #ccc; }
.r_but {position:absolute; top:30px; right:0; z-index:100;  width:22px; height:40px; background:url(../img/idr_r.png) no-repeat left center; cursor:pointer; }

.index_bl .ilist { margin:0 -10px; padding:4px 0 0; }
.index_bl .ilist li { float:left; padding:0 10px; width:50%; }
.index_br ul { padding:4px 0; }
.index_br li { padding:4px 0; }
.index_br img {padding:5px;  width:100%; border:1px solid #ccc; }

#scrollleft { overflow:hidden; width:100%; }
#scrollleft .scrollmain { float:left; width:1000%; }
#scroll_a { float:left; }
#scroll_b { float:left; }
#index_d li {float:left; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box;  padding:5px; width:160px; }
#index_d img {padding:5px;  width:100%; border:1px solid #ccc; }
#link { padding:5px 10px; border:1px solid #ccc; border-top:none; }

/*版权信息*/
#footer {margin:30px 0 0;  border-top:1px solid #e77b1c; background:#e6e6e6;  }

.bottom_navigation {padding:20px 0 12px;  text-align:center; font-family:"微软雅黑"; }
.bottom_navigation ul {-webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; margin:0 auto;  width:1000px; height:24px; }
.bottom_navigation li { float:left; width:10%; border-left:1px solid #000; text-align:center; line-height:16px; }
.bottom_navigation li a {color:#333;  font-size:16px; }
.bottom_navigation li a:hover {padding:3px 8px; -webkit-border-radius:3px; border-radius:3px;  background:#e77b1c; color:#fff; }
.bottom_navigation .current {padding:3px 8px; -webkit-border-radius:3px; border-radius:3px;  background:#e77b1c; color:#fff; }
.bottom_navigation #home { border:0; }

.bottom_link {margin:0 auto; padding:10px 0;  width:900px; }
.bottom_link li { float:left; width:14.2857143%; text-align:center; }
.bottom_link img {  }

.copy {padding:10px 0; background:#6e6e6e; color:#ccc; text-align:center; font-size:15px;  line-height:26px; }
.copy p {font-size:15px;  line-height:26px; }
.copy a { color:#ccc; }
/* 当前位置 */
.current_location {margin:0 auto;  width:1200px; color:#1e96d4; text-align:right; font-size:16px; line-height:40px; }
.current_location a { color:#1e96d4; }
.current_location span {text-transform:uppercase; font-weight:bold;  font-size:16px; }


/* 主体 */
#content { margin:0 auto; padding:30px 0; width:1200px; }
#left { float:left; padding:0 30px 0 0; width:30%; }
.left_title { color:#000; }
.left_title h1 {text-transform:uppercase; font-size:22px;  line-height:30px; }
.left_title h2 {font-size:22px; font-family:"微软雅黑";  line-height:50px; }

.channel { border-top:1px solid #e77b1c; font-family:"微软雅黑"; }
.channel li {border-bottom:1px solid #ccc;  line-height:38px; -webkit-transition:all .6s; -moz-transition:all .6s; transition:all .6s; }
.channel li a { display:block; padding:0 0 0 45px; background:url(../img/channel_li.png) no-repeat 37px center; color:#333; font-size:18px; }
.channel li a:hover { background:url(../img/channel_li_hover.png) no-repeat 280px center; color:#e77b1c; }
.channel .current_channel a { background:url(../img/channel_li_hover.png) no-repeat 280px center; color:#e77b1c; }
.channel li:hover { background:#e6e6e6 url(../img/channel_hover.png) no-repeat 37px center; -webkit-transition:all .6s; -moz-transition:all .6s; transition:all .6s; }
.channel .current_channel { background:#e6e6e6 url(../img/channel_hover.png) no-repeat 37px center; }
.channel ul li a{
    font-size: 14px;
}
.channel ul .current_channel {
    background-color: #fff;
}
.channel ul .current_channel a {
    -webkit-background-size: 10px 10px;
            background-size: 10px;
}
#right { float:right; padding:30px 0 0 30px; width:70%; }
.right_title {height:51px;  border-bottom:1px solid #ccc; }
.right_title span {display:block; float:left; height:51px; border-bottom:1px solid #e77b1c;  color:#e77b1c; font-size:18px; font-family:"微软雅黑"; line-height:50px; }
.right_title i {padding:0 0 0 5px; color:#666; text-transform:uppercase; font-style:normal;  font-size:16px; line-height:50px; }
.right_title em { float:right; font-style:normal; font-size:12px; font-family:"宋体"; line-height:50px; }
.right_title .current_channel { color:#e77b1c; }

.common { padding:15px 0; }
#c14 span { display:block;  padding:10px 0;text-align:center; }
#c14 i { display:block; margin:0 auto; padding:10px 0;}
#c14 i  img { display:block; margin:0 auto;}

/*关于我们*/
#c7 i img {padding:0 0 10px;  width:100%; }
#c7 i p{text-indent:0em;}
#c7 p {padding:0 0 20px;  text-indent:2em; }

#leader dl {  }
#leader dt { padding:20px; background:#f1f1f1; }
#leader dt img { float:left; padding:0 10px 0 0; }
#leader h2 {margin:0 0 10px; font-weight:bold;  font-size:16px; line-height:20px; }
#leader dt h3 { font-size:14px; line-height:26px; }
#leader dt p { font-size:14px; line-height:19px; }

#leader dd { padding:10px; }
#leader dd  h2 { margin:10px 0 0; }
#leader dd li {padding:5px 0;  line-height:22px; }
#leader dd li i {color:#000;  font-style:normal; font-size:14px; }
#leader dd li span { font-size:13px; }
#leader dd h3 {margin:7px 0 0; font-weight:bold;  font-size:16px; line-height:26px; }
#leader dd em {display:block;color:#000; font-weight:normal;  font-style:normal; font-size:14px; }
#leader dd li strong,#leader dd h3 strong {display:inline-block; padding:0 6px;color:transparent;  font-weight:normal; }
#leader dt h3 strong {display:inline-block; padding:0 6px; color:transparent;  font-weight:normal; }

#construction ul {position:relative; margin:0 auto;  width:640px; }
#construction li {position:relative;  float:left; margin:0 0 40px; padding:0 20px; width:50%; }
#construction li a { display:block; width:100%; background:#f1f1f1; background:-webkit-linear-gradient(to bottom,#eee,#ccc); background-image:-webkit-gradient(linear,left top, left bottom,from(#eee),to(#ccc)); background-image:-webkit-linear-gradient(top,#eee,#ccc); background-image:-moz-linear-gradient(top,#eee,#ccc); background-image:linear-gradient(to bottom,#eee,#ccc); text-align:center; font-size:18px; font-family:"微软雅黑"; line-height:40px; }
#construction li small {position:absolute; left:157px;  display:block; width:6px; height:40px; -webkit-border-radius:6px; border-radius:6px; background:#e77b1c; }
#construction li big { position:absolute; display:block; margin:-23px 0 0 -40px; width:40px; height:6px; -webkit-border-radius:6px; border-radius:6px; background:#e77b1c; }
#construction li i { display:none; }
#construction li i img {padding:1px 0 0 30px; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -ms-transform:rotate(90deg);  transform:rotate(90deg); }
#construction li a:hover i { display:inline-block; }

#construction dl { position:absolute; z-index:2; display:none; }
#construction dt {width:300px;  text-align:center; }
#construction dd {padding:15px; width:600px;  background:#f1f1f1; background:#f1f1f1; }

#construction dd img { float:left; padding:0 10px 0 0; }
#construction dd h2 {margin:0 0 10px; font-weight:bold;  font-size:16px; line-height:22px; }
#construction dd h3 { font-size:14px; line-height:26px; }
#construction .li5 p { font-size:13px; line-height:21px; }
#construction .li4 dd { margin:0 0 0 -320px; }
#construction .li4 dd  p {float:left; width:50%; }
#construction .li6 dl { margin:0 0 0 -320px; }
#construction .li6 dt { float:right; }
#construction .li6 dd { margin:39px 0 0; }
#construction .li6 h3 em {padding:0 10px 0 0; font-weight:bold;  font-style:normal; }

#construction .li7 h4 {margin:5px 0 0; font-weight:normal;  font-size:16px;  line-height:22px; }
#construction .li7 em {padding:0 0 0 5px; color:#000; font-weight:bold;  font-style:normal; }

#construction .li8 dl { margin:0 0 0 -320px; }
#construction .li8 dt { float:right; }
#construction .li8 dd { margin:39px 0 0; }
#construction .li8 h5 { font-size:16px; }
#construction .li8 em {color:#000; font-weight:bold;  font-style:normal; }

#construction .li9 small { display:none; }

#construction li strong {color:transparent;  font-weight:normal; }
/*会员服务*/
#c12 h1 {color:#e77b1c;  font-size:22px; font-family:"微软雅黑"; }
#c12 h2 {padding:10px 0 0; font-weight:bold;  font-size:16px; line-height:26px; }
#c12 h2 span { padding:0 0 0 10px; }
#c12 p span { padding:0 0 0 60px; }
#c12 h3 a { display:block; float:right; margin:50px 0 0; width:230px; -webkit-border-radius:12px; border-radius:12px; background:#e77b1c; color:#fff; text-align:center; font-size:18px; font-family:"微软雅黑"; line-height:48px; }

#member .g {margin:20px 0;  height:2px; background:#e77b1c; }

#member .dl {padding:0 6px 0 0;  width:100%; height:560px; }
#member dt { float:left; padding:0 10px; width:50%; }
#member dd { float:left; padding:0 10px; width:50%; }
#member h2 {padding:0 0 5px; font-weight:bold;  font-size:16px; }
#member li {padding:3px 0;  line-height:18px; }

#member .dl {float:left;  width:50%; }
#member .dl dt { float:left; padding:0 10px; width:100%; }
#member .dl dd { float:left; padding:0 10px; width:100%; }

#c14 h1 {color:#e77b1c;  font-size:22px; font-family:"微软雅黑"; }
#c14 h2 {padding:10px 0 0; font-weight:bold;  font-size:16px; line-height:26px; }
#c14 h3 {padding:10px 0 0; color:#e77b1c; font-weight:bold;  font-size:15px; }
#c14 p { text-indent:2em; }
#c14 h4 a { display:block; float:right; margin:50px 0 0; width:230px; -webkit-border-radius:12px; border-radius:12px; background:#e77b1c; color:#fff; text-align:center; font-size:18px; font-family:"微软雅黑"; line-height:48px; }

/*滑动门*/
.dumascroll { }     
.dumascroll_area {overflow:hidden;  height:560px; } 
.dumascroll_bar,.dumascroll_handle,.dumascroll_handle_a,.dumascroll_arrow_up,.dumascroll_arrow_up_a,.dumascroll_arrow_down,.dumascroll_arrow_down_a { background: url(../img/lscroll_bg.png) no-repeat; } 
.dumascroll_bar { position:absolute; top:0; right:0; z-index:9; float:left; width:6px; height:100%; cursor:default; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; user-select:none; } 
.dumascroll_arrow_up,.dumascroll_arrow_up_a,.dumascroll_handle,.dumascroll_handle_a,.dumascroll_arrow_down,.dumascroll_arrow_down_a { position:absolute; left:0; } 
.dumascroll_arrow_up,.dumascroll_arrow_up_a,.dumascroll_arrow_down,.dumascroll_arrow_down_a { width:100%; height:0px; color:#fff; text-align:center; } 
.dumascroll_arrow_up,.dumascroll_arrow_up_a { top:0; } 
.dumascroll_arrow_down,.dumascroll_arrow_down_a { bottom:0; } 
.dumascroll_handle,.dumascroll_handle_a { width:100%; background:#333; } 
.dumascroll_arrow_up { display:none; } 
.dumascroll_arrow_up_a { } 
.dumascroll_handle { background:#f60; } 
.dumascroll_handle_a { background:#f60; } 
.dumascroll_arrow_down { display:none; } 
.dumascroll_arrow_down_a { }

/*新闻*/
#news dl { padding:20px 0; border-bottom:1px dotted #ccc; }
#news dl img { float:left; margin:0 20px 0 0; width:120px; height:90px; }
#news .news_gif { width: 30px; height:20px;}
#news dt {font-weight:bold; font-size:16px;  line-height:26px; }
#news dd {color:#666; font-weight:bold;  font-size:12px; line-height:16px; }
#news dl div {overflow:hidden; padding:4px 0 0;  height:48px; font-size:13px; line-height:22px; }
#news dl p {font-size:13px;  line-height:22px; }

#diary dl p { padding:0 0 10px; }
#diary dl { padding:0 0 30px; border-bottom:1px dotted #666; }

/*联系我们*/
.map {margin:0 0 20px; width:100%;  height:260px; border:1px solid #ccc; }
.map .center { -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; }
.map .bottom { -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; }

#recruit {  }
#recruit dl {margin:0 0 20px;  padding:15px; -webkit-box-shadow:0 0 5px #ccc; box-shadow:0 0 5px #ccc; }
#recruit dt {font-weight:bold; font-size:16px;  line-height:32px; cursor:pointer; }
#recruit dt img { float:right; padding:13px 0 12px; }
#recruit dd {overflow:hidden;  height:0; }
#recruit .current dd {overflow:visible;  height:auto; }
#recruit .current dt img {-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg);  transform:rotate(180deg); }  

/*信息*/
#info_name {padding:0 0 10px; border-bottom:1px solid #f60; text-align:center; font-weight:normal; font-weight:bold;  font-size:16px; }
#info_intro { text-align:center; font-size:13px; line-height:30px; }
#info_content { padding:10px 0; font-size:14px; }
#info_content p { padding:0 0 10px; font-size:14px; line-height:24px; }

#info_around { padding:5px; border:1px solid #f60; -webkit-border-radius:8px; border-radius:8px; }

/*表格*/
.common_table {width:100%;  border-collapse:collapse; }
.common_table td { padding:5px; border:1px solid #DBDBDB; }
.common_table th {border:1px solid #DBDBDB;  text-align:center; }

/*分页样式*/
.page_turner {float:right; clear:both;  padding:30px 0px 0px 1px; }
.page_turner a, .page_turner span {display:block;  float:left; margin-left:4px; padding:8px 12px; border:1px solid #f60; color:#f60; font-size:16px; line-height:16px; }
.page_turner a:link, .page_turner a:visited { text-decoration:none; }
.page_turner a:hover, .page_turner a.c { background:#f60; color:#FFF; }
#total { color:red; }
#gotop {position:absolute; right:5px; bottom:5px;  width:50px; height:50px; -webkit-border-radius:2px; border-radius:2px}

/*协会章程*/
#c11 h1{color: #E77B1C; text-align:center; font-size:22px;font-family: "微软雅黑";}
#c11 h2 {padding: 10px 0px 0px;font-weight: bold;font-size:18px;line-height: 26px;}
#c11 h2 span {padding: 0 5px 0 0 ;}
#c11 h3 {padding: 5px 0;font-size:16px;}
#c11 h3 span {padding:0 5px 0 0;font-weight: bold;}
#c11 p{ text-indent:2em;}
#c11 h4{text-align:right;font-weight:bold; font-size:16px;}

/*漂浮客服*/
#online_support_main {position:absolute;  z-index:9999; display:block; overflow:hidden; width:120px; -webkit-border-radius:10px; border-radius:10px;background:url(../img/navigation_bg.png) repeat-x left center; background:-webkit-gradient(linear,0 0,0 100%,from(#fd8332),to(#c83900)); background:-moz-linear-gradient(top,#fd8332,#c83900); font-family:"arial","微软雅黑"; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fd8332,endColorstr=#c83900,grandientType=1); zoom:1; }
#online_support_main h1{border-bottom: 1px solid #791823; color:#fff; text-align:center; font-size:20px; line-height:35px;}
#online_support_main a{ display:block;color:#fff;  text-align:center;font-size:20px; line-height:35px;}
/* 样式修改 */
#navigation ul li ul li ul {top: 0;left: 100%; }
.anli .common {
    padding: 10px 10px;
}
.anli #news dl {
    float: left;
    padding: 10px;
    width: 33.3%;
     text-indent: 10px;
}
.anli #news dl img {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}

.anli #news dl div {
    float: left;
    overflow: hidden;
    padding: 4px 0 0;
    width: 100%;
    height: 48px;
    font-size: 13px;
    line-height: 24px;
}
.anli #news dl div{ display: none}
/*响应式布局开始*/
@media screen and (max-width:1300px){
    .anli_right #news dl {
    float: left;
    padding: 10px;
    width: 100%;
}
.top_main  , #navigation ul ,  #index { width:1000px; }
#navigation .main_nav { margin: 0px 0px 0px 16px; }
#navigation ul li { width: 111px; }
#navigation ul li ul {width:113px;}
.banner ,  .index_ml , .index_bl{ padding: 0px 10px 0px 0px; }
.index_tr , .index_mr , .index_br{ padding: 0px 0px 0px 10px;}
#index_b {margin: 20px 0px 0px;}
#tab_content li {padding: 4px 0px;  line-height:18px; }
.ilist li { line-height: 22px; }
#rollAD { height:172px;}
#content {width:1000px;}
#left {  padding: 0px 20px 0px 0px;}
#right {  padding: 30px 0px 0px 20px;}
.channel li a:hover { background:url(../img/channel_li_hover.png) no-repeat 240px center;}
.channel .current_channel a { background:url(../img/channel_li_hover.png) no-repeat 240px center; color:#e77b1c; }
#c12 p{font-size:12px;}
#c12 h2 {font-size:14px;}
#c12 h1{font-size:18px;}
}















