﻿@charset "utf-8";
/* 公用样式 */
*{margin:0;padding:0;}
ol,li{list-style:none;}
a{text-decoration:none;}
/* a:link{text-decoration:none;color:#000000;}
a:visited{text-decoration:none;color:#000000;}
a:hover{text-decoration:none;color:#000000;}
a:active{text-decoration:none;color:#000000;}  */
b{font-weight:normal;}
header, footer, article, section, nav, menu, hgroup,aside {display: block;}
input[type="button"], input[type="submit"], input[type="reset"]{-webkit-appearance:none;}
h1{font-weight: normal}
img{border:0;}
html{font-size:10px;}
body{background:#ffffff;margin:0 auto;min-width:320px; color:#000000; font-family:Microsoft YaHei; max-width:640px;padding-bottom:60px;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden}
* html>body .clearfix { display:inline-block; width:100%; }
* html .clearfix { height:1%; /* End hide from IE-mac */ }
*+html .clearfix { min-height:1%; }/* ie7 hack*/
.clear_both {
    clear: both;
    height: 0px;
    width: 0px;
    overflow: hidden;
}


.photo img{width:100%}
.tjal { overflow:hidden;width:98%;margin:0 auto}
.tjal_tt { overflow:hidden;margin:0 auto;margin-top:30px}
.tjal_tt a { float:left; display:block; width:50%;  background:#e6e6e6; font-size:20px; color:#000; line-height:44px; text-align:center;}
.tjal_tt a.hover { background:#c20000; color:#fff;}
.tjal_nr { overflow:hidden; padding:0;}
.tjal_nr p { padding-left:36px; font-size:18px; color:#313131; line-height:45px; border-bottom:1px dashed #cacaca;background:url(../images/dot.gif)no-repeat scroll 10px center;}
.tjal_nr p a { color:#313131;margin-left:-10px}
/*.tjal_tt a:last-child{margin-left:4%}*/



@media screen and (max-width: 415px){
	.tjal_tt a{font-size: 16px;line-height: 34px}
	.tjal_nr{padding:0}
	.tjal_nr p:nth-child(1){line-height:20px}

	
}


@media screen and (max-width: 320px){

	
	.tjal_nr p { padding-left:26px; font-size:14px;line-height:34px}

	.tjal_nr p a{margin-left:-2px}
	
}





