@import url(../../styles/default/theme.css?v=1.2.3213.28521);

/* typo */

/* font-family */
body, 
h1, h2, h3, h4, h5, h6 {font-family: microsoft yahei;}
.panel_header .l {font-weight: normal;}
/* color */
body, a, a:link a:active, a:visited, a:hover { color: #0c0c09; }

/* layout */
body {margin:0; background-color: #fff;}
	
/* panel */
.panel { border: none; }
.panel .panel_header { background: none; border-bottom: 2px solid #CC3300;}
.panel .panel_header .l { background: url("images/panel_title_1.png") no-repeat scroll 0 center transparent; padding-left: 25px; font-size: 1.167rem; color: #CC3300; }
.panel_body .list_wrap {padding: 10px 0 0;}

.article_search_panel { border: none; }
.article_search_panel .panel_header { background: none; border-bottom: 2px solid #CC3300;}
.article_search_panel .panel_header .l { background: url("images/panel_title_1.png") no-repeat scroll 0 center transparent; padding-left: 25px; font-size: 1.167rem; color: #CC3300; }
.article_search_panel .panel_body table.item td { border-bottom: 1px dotted #ddd; padding: .5em 0;}

.article_subindex_1_panel { border: none; }
.article_subindex_1_panel .panel_header { background: none; border-bottom: 2px solid #CC3300;}
.article_subindex_1_panel .panel_header .l { background: url("images/panel_title_1.png") no-repeat scroll 0 center transparent; padding-left: 25px; font-size: 1.167rem; color: #CC3300; }
.article_subindex_1_panel .panel_body table.item td { border-bottom: 1px dotted #ddd; padding: .5em 0;}

.article_subindex_2_panel { border: none; }
.article_subindex_2_panel .panel_header { background: none; border-bottom: 2px solid #CC3300;}
.article_subindex_2_panel .panel_header .l { background: url("images/panel_title_1.png") no-repeat scroll 0 center transparent; padding-left: 25px; font-size: 1.167rem; color: #CC3300; }

.article_subindex_3_panel { border: none; }
.article_subindex_3_panel .panel_header { background: none; border-bottom: 2px solid #CC3300;}
.article_subindex_3_panel .panel_header .l { background: url("images/panel_title_1.png") no-repeat scroll 0 center transparent; padding-left: 25px; font-size: 1.167rem; color: #CC3300; }

.contacts_us_panel .panel_header .l { background: url("images/panel_title_2.jpg") no-repeat scroll 0 center transparent;}
.contacts_us_panel .panel_body .list_wrap p { line-height: 2em; }

.article_show_panel {border: none; }
.article_show_panel .panel_body {border: none;}

.article_submenu_panel {border: none;}
.article_submenu_panel .panel_header { background: url(images/submenu.jpgx) no-repeat -45px -4px #CC3300; border-bottom: 1px solid #fff; }
.article_submenu_panel .panel_header .l { background: none; color: #fff; padding: .8em 10px .8em 40px; }
.article_submenu_panel .panel_body .list_wrap { padding: 0; }
.article_submenu_panel .panel_body table.item { font-weight: bold; background-color: #EAF2E7; border-bottom: 1px solid #fff; }
.article_submenu_panel .panel_body table.item td { padding:0; }
.article_submenu_panel .panel_body table.item td.l a.i { background: none; display: block; padding: .6em 10px .6em 40px; }
.article_submenu_panel .panel_body table.item td.l a.i:hover { background: #770502; }

/* index  */
div#index-mk { height: 144px; margin-bottom: 20px; }
div#index-mk ul li { float: left; }
div#index-mk ul li#index-mk-1 { margin-right: 20px; }
div#index-mk ul li#index-mk-2 { margin-right: 20px; }
div#index-mk ul a {display: block; width: 308px; height: 144px; background: green; }
div#index-mk ul li#index-mk-1 a {background: url("images/index-mk1.jpg") no-repeat scroll 0 0;}
div#index-mk ul li#index-mk-2 a {background: url("images/index-mk2.jpg") no-repeat scroll 0 0;}
div#index-mk ul li#index-mk-3 a {background: url("images/index-mk3.jpg") no-repeat scroll 0 0;}
div#index-mk ul li#index-mk-1 a:hover {background: url("images/index-mk1h.jpg") no-repeat scroll 0 0;}
div#index-mk ul li#index-mk-2 a:hover {background: url("images/index-mk2h.jpg") no-repeat scroll 0 0;}
div#index-mk ul li#index-mk-3 a:hover {background: url("images/index-mk3h.jpg") no-repeat scroll 0 0;}
