/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #4E2727;} /* 未访问的链接 */
a:visited {color: #4E2727;} /* 已访问的链接 */
a:hover{COLOR: #98664B;} /* 鼠标在链接上 */ 
a:active {color: #98664B;} /* 点击激活链接 */
/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即可。调用代码为<a class='Channel' ***>***</a> */
a.Channel:link {color: #4E2727;}
a.Channel:visited {color: #4E2727;}
a.Channel:hover{COLOR: #98664B;}
a.Channel:active {color: #98664B;}
/* 顶部当前频道文字链接的CSS定义－－调用代码为<a class='Channel2' ***>***</a> */
a.Channel2:link {color: #4E2727;}
a.Channel2:visited {color: #4E2727;}
a.Channel2:hover{COLOR: #98664B;}
a.Channel2:active {color: #98664B;}
/* 底部版权信息文字链接的CSS定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='Bottom' ***>***</a> */
a.Bottom:link {color: #4E2727;}
a.Bottom:visited {color: #4E2727;}
a.Bottom:hover{COLOR: #98664B;}
a.Bottom:active {color: #98664B;}
/* 文章栏目标题文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a.Class:link {color: #4E2727;}
a.Class:visited {color: #4E2727;}
a.Class:hover{COLOR: #98664B;}
a.Class:active {color: #98664B;}


a{FONT-SIZE: 0.875em;color: #98664B;}


#divHead{
	width:auto;
        overflow:hidden;
}
#divBottom{
	width:980px;
        overflow:hidden;
clear:both;
}



.w960{width:98%;}

.center{
	margin:0px auto;
}


.mt1{
	margin-top:8px;
}


.cle-ar{
	overflow:hidden;
}


#divMain{width:64%;
          float:left;
} 
#divSide{width:34%;
         float:left;
         margin-left:18px;
}








/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
FONT-SIZE: 1em; COLOR: #4E2727; FONT-FAMILY:Times New Roman,宋体;  background-position:center;
text-decoration: none;margin:0px auto;line-height: 200%;
SCROLLBAR-FACE-COLOR: #EDDBB8;
SCROLLBAR-HIGHLIGHT-COLOR: #FBEBD7; SCROLLBAR-SHADOW-COLOR: #D0B09F; SCROLLBAR-3DLIGHT-COLOR: #D0B09F; SCROLLBAR-ARROW-COLOR: #D0B09F; SCROLLBAR-TRACK-COLOR: #E7CEA5; SCROLLBAR-DARKSHADOW-COLOR: #E7CEA5;
}
/* 单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
TD
{
FONT-FAMILY:Times New Roman,宋体;FONT-SIZE: 1em;line-height: 200%; 
}
/* 文本框的CSS定义:对应CSS中的“INPUT”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
Input
{
BACKGROUND-COLOR: #E7CEA5;
BORDER-BOTTOM: #98664B 1px solid;
BORDER-LEFT: #C8A491 1px solid;
BORDER-RIGHT: #98664B 1px solid;
BORDER-TOP: #C8A491 1px solid;
COLOR: #4E2727;
HEIGHT: 20px;
FONT-FAMILY:宋体; FONT-SIZE: 1em
}
hr
{
COLOR: #98664B; height: 1; 
}
/* 按钮的CSS定义:对应CSS中的“BUTTON”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
Button
{
FONT-SIZE: 1em; FONT-FAMILY:Times New Roman,宋体; HEIGHT: 20px;
}
/* 下拉列表框的CSS定义:对应CSS中的“SELECT”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
BACKGROUND-COLOR: #FBEBD7;
BORDER-BOTTOM: #98664B 0px solid;
BORDER-LEFT: #C8A491 1px solid;
BORDER-RIGHT: #98664B 0px solid;
BORDER-TOP: #C8A491 1px solid;
COLOR: #4E2727;
HEIGHT: 20px;
FONT-FAMILY:Times New Roman,宋体; FONT-SIZE: 1em
}
/* 顶部用户登录文字链接的CSS定义 */
.top_UserLogin
{
color: #037FA8;
}

/* ==频道通用表格CSS定义开始== */
.Channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #98664B;
}
.Channel_title /* 标题背景颜色定义(760) */
{
background: #EEDCBD;color: #4E2727;height: 27;text-align: center;font-weight:bold;
}
.Channel_tdbg /* 表格背景颜色定义(760) */
{
background:#FBEBD7;line-height: 120%;
}
.Channel_pager /* 分页表格背景颜色定义(760) */
{
background:#FBEBD7;line-height: 120%;
}

　　
/* [图文]简短标题文字的CSS定义 */
.S_headline1
{
color: blue;
}
/* [组图]简短标题文字的CSS定义 */
.S_headline2
{
color: #FF6600;
}
/* [推荐]简短标题文字的CSS定义 */
.S_headline3
{
color: green;
}
/* [注意]简短标题文字的CSS定义 */
.S_headline4
{
color: red;
}
/* ==简短标题文字的CSS定义开始== */

/* ==top.asp中的CSS定义开始== */

.top_tdbgall /* 顶部表格总背景颜色定义 */
{
width: 98%;background: transparent;
}
.top_top
{
height: 2;
}
.top_Channel /* 频道表格背景、文字颜色定义 */
{
color:#98664B!important;text-align: center;height: 28;
}
.top_Announce /* 公告表格背景、文字颜色定义 */
{
color: #98664B;height: 30;
}
.top_nav_menu /* 导航栏表格背景、文字颜色定义 */
{
color: #98664B;height: 30;
}
.top_Path /* 您现在的位置表格背景、文字颜色定义 */
{
width:98%;height: 30;
}
.top_UserLogin /* 顶部用户登录文字链接的CSS定义 */
{
color: #037FA8
}
/* ==top.asp中的CSS定义结束== */

/* ==网页中部中的CSS定义开始== */
.center_tdbgall /* 中部表格总背景颜色定义 */
{
background:#transparent;
}
　　/* --网页中部左栏的CSS定义开始-- */
.left_tdbgall /* 左栏表格总背景颜色定义 */
{

}
.left_title /* 左栏标题表格背景、文字颜色定义 */
{
font-weight:bold;color: #4E2727;transparent;height: 55;width:180;padding-left:52;text-align: left; 
}
.left_tdbg1 /* 左栏内容表格背景、文字颜色定义 */
{
line-height: 150%;padding-left:15;padding-right:8;
}
.left_tdbg2 /* 左栏底部表格背景、文字颜色定义 */
{
height: 10;
}
.right_title /* 左栏标题表格背景、文字颜色定义 */
{
font-weight:bold;color: ffffff;height: 28;width:180;padding-left:40;text-align: left;
}
　　/* --网页中部左栏的CSS定义结束-- */
　　/* --网页中部中栏的CSS定义开始-- */
.main_tdbgall /* 中栏表格总背景颜色定义 */
{
width: 98%;
}
.main_shadow /* 中栏内容间隔表格背景颜色定义(575) */
{
height: 4;
}
.main_announce /* 中栏公告表格背景、文字颜色定义 */
{
color: 037FA8;height: 25;background:#f9f9f9;border: 1px solid #865927;
}
.main_Search /* 中栏搜索表格背景、文字颜色定义 */
{
color: #4E2727;height: 25;border: 1px solid #B5856A;background:#E7CEA5;
}
.main_top /* 中栏最新推荐表格背景颜色定义 */
{
height: 215;
}
.main_title_760i /* 网站首页中栏标题表格背景、文字颜色定义(760) */
{
color: #98664B;border: 0px;text-align: left;padding-left:4;height: 29;
}




.main_tdbg_760i /* 网站首页中栏内容表格背景、文字颜色定义(760) */
{
border: 1px solid #865927;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_575 /* 中栏标题表格背景、文字颜色定义(575) */
{
border: 0px;text-align: left;padding-left: 8;height: 50;
}
.main_tdbg_575 /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 1px solid #B5856A;line-height: 150%;text-align: left;padding-left:1;padding-right:5;
}
.main_tdbg_575a /* 中栏内容表格背景、文字颜色定义(575) */
{
border: 0px solid #B5856A;line-height: 150%;text-align: left;padding-left:10;padding-right:10;
}
.main_title_282i /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
color: #4E2727;height: 27;border: 0px;padding-left:8;
}
.main_tdbg_282i /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #B5856A;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}
.main_title_282 /* 栏目文章列表标题表格背景、文字颜色定义(282) */
{
color: 4E2727;height: 29;border: 0px;padding-left:40;
}
.main_tdbg_282 /* 栏目文章列表内容表格背景、文字颜色定义(282) */
{
border: 1px solid #865927;line-height: 150%;text-align: left;padding-left:5;padding-right:5;
}






.listbg /* --栏目文章列表内容间隔颜色的定义1-- */
{
line-height: 150%;
}
.listbg2 /* --栏目文章列表内容间隔颜色的定义2-- */
{
background:#E9D2AD;line-height: 210%;
}
　　/* --网页中部中栏的CSS定义结束-- */
　　/* --文章显示页的CSS定义开始-- */

.main_ArticleTitle /* 主标题文字颜色定义 */
{
color: 98664B;font-weight:bold;font-size: 2em;line-height: 200%;
}
.main_ArticleSubheading /* 副标题文字颜色定义 */
{
color: 037FA8;font-weight:bold;line-height: 150%;
}
.main_title_760 /* 标题导航表格背景、文字颜色定义(760) */
{
border: 0px solid #865927;height: 28;color: 4E2727;
}
.main_tdbg_760 /* 内容表格背景、文字颜色定义(760) */
{
background:#FBEBD7;border: 1px solid #B5856A;padding: 8;line-height: 150%;padding-left:10px;padding-right:10px;
}
.Article_tdbgall /* 责编等表格背景、文字颜色定义(760) */
{
background:#EEDCBD;
}

　　/* --文章显示页的CSS定义结束-- */
　　
　
/* ==网页中部中的CSS定义结束== */

/* ==Bottom.asp中的CSS定义开始== */
.Bottom_tdbgall /* 底部表格总背景颜色定义 */
{
width: 98%;background: transparent;
}
.Bottom_Adminlogo /* 管理信息表格背景、文字颜色定义 */

.Bottom_Copyright /* 版权信息表格背景、文字颜色定义 */
{
color:#4E2727; line-height: 120%;
}
/* ==Bottom.asp中的CSS定义结束== */

/* ==自选风格中的CSS定义结束== */
/* --文章频道图片边框的CSS定义开始-- */ 
.pic1
{
border: 3px double #98664B; filter:progid:DXImageTransform.Microsoft.Glow(color=#B5856A,Strength=3);
}
/* --下载频道图片边框的CSS定义开始-- */ 
.pic2
{
border: 3px double #98664B; filter:progid:DXImageTransform.Microsoft.Glow(color=#B5856A,Strength=3);
}
/* --图片频道图片边框的CSS定义开始-- */ 
.pic3
{
border: 3px double #98664B; filter:progid:DXImageTransform.Microsoft.Glow(color=#B5856A,Strength=3);
}
.menu
{
background-color: #cccccc;width:98%;border: 1px;
}
.menuBody
{
background-color: transparent;
}
/* ==自选风格中的CSS定义结束== */
.Channel_font /* 搜索等特殊文字颜色定义 */
{
color: red;
}


/* 站内链接文字颜色定义 */
a.Channel_KeyLink{text-decoration: underline;}
a.Channel_KeyLink:link {color: #4E2727;}
a.Channel_KeyLink:visited {color: #4E2727;}
a.Channel_KeyLink:hover{color: #98664B;}
a.Channel_KeyLink:active {color: #98664B;}

.user_box/*左区块内标题栏定义*/
{
border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15;
}
.user_righttitle {
background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: #bfbfbf;border-left-color: #ffffff;
}
.user_line {
line-height: 1px;
}
.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 1em;font-weight: bold;color: #666666;padding-left: 10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 1em;color: #666666;border-right-width: 4px;border-right-style: solid;border-right-color: #ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/
{
padding-left: 6px;
}

/*防止图片被撑破代码*/

img{     
    max-width:660px; 
    width:expression((this.width > 660 && this.width > this.height) ? '660px': this.width+'px');     
    float:middle; 
}


/*adsense使用 CSS 隐藏广告空缺的广告单元*/

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

/*防止表格被表内DIV等撑开（如左栏广告影响文章内容不换行）*/
table {
table-layout: fixed;
word-break: break-all;
}

/*大屏设备缩小显示比例*/

@media screen and (min-width:1200px) {
body {width:80%;}
}

/*解决移动设备－内容宽度超过了屏幕显示范围*/

@media screen and (max-width:640px) {
#divMain {width:100%;}
#divSide {width:96%;}
#divHead {width:100%;}
#divBottom {display:none;}
}

/* 解决移动设备－可点击元素之间的距离太近*/

@media screen and (max-width:640px) {
body {
line-height:180%;
}
}

/* 解决移动设备－文字太小*/

@media screen and (max-width:640px) {
body {
        font-size: 1.2em;
}
}