﻿@charset "utf-8";
/* CSS Document */
@import url("index.css");

.in_nav{
	height:42px;
	line-height:42px;
	background-color:#f7f7f7;
	text-indent:20px;
	font-size:16px
}
.in_nav i{
	margin-right:10px
}
.leftNav{
	margin:20px 0;
	width:320px;
	border:1px solid #dedede;
	background-color:white
}
.leftNav ul>li{
	width:100%;
	line-height:40px;
	text-align:center;
	margin-bottom:10px;
	background-color:#f8f8f8
}
.leftNav ul>li>ul{
	background-color:#fbfbfb;
	display:none
}
.leftNav ul>li.cur>ul{
	display:block
}
.leftNav ul>li>ul>li{
	height:30px;
	line-height:30px;
	margin:0;
	font-size:14px
}
.leftNav ul>li>ul>li>a:hover{
	background-color:#bd1a2d
}
.leftNav ul>li>a{
	display:block
}
.leftNav ul>li>a:hover,
.leftNav ul>li.cur>a{
	background-color:#bd1a2d;
	color:white
}
.rightCon{
	width:850px;
	margin:20px 0;
	border:1px solid #dedede;
	background-color:white
}
.rightCon .title,
.subtit{
	width:100%;
	height:40px;
	line-height:40px;
	background-color:#f6f6f6
}
.rightCon .title>h3,
.subtit>h3{
	float:left;
	display:block;
	padding:0 20px;
	text-align:center;
	color:white;
	background-color:#bd1a2d
}
.subtit{
	background-color:white;
	border-bottom:2px solid #dedede
}
.subtit>h3{
	background-color:white;
	color:#bd1a2d;
	border-bottom:2px solid #bd1a2d
}
.rightCon .list03 li{
	line-height:50px;
	height:50px;
	color:#777;
	text-indent:10px;
	background:url(../images/dot.gif) left center no-repeat;
	border-bottom:1px solid #dedede
}
.rightCon .list03 li span{
	color:#999
}
.rightCon .list03 li:hover{
	background-color:#f9f9f9
}
.rightCon .list03 li a{
	color:#555
}
.content{
	padding:20px
}
.content p.date{
	margin-bottom:20px;
	padding:10px 0;
	border-bottom:1px solid #dedede
}
#Zoom p{
	font-size:16px;
	padding:0;
	margin-bottom:10px;
	line-height:30px
}

@media screen and (max-width: 800px){
	
  .leftNav,
  .rightCon{
	  width:100%;
	  box-sizing:border-box;
	  margin:.5em 0
  }
  .rightCon .list03 li{
	  text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap
  }
	
	
}
