<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

dl  {
	width: 800px;
}
dt  {
	background: #3245ad;
	cursor: pointer;
	padding: 8px 6px 6px 8px;
	color: #fff;
}
dd  {
	height:250px ;
	background-color:#ececec;
	padding: 12px;
}

p.list{
	width: 600px;
	margin:auto 50px;
}

li{ list-style: none ;}

.lank2_title{
	background-image:url(../../img/2013a/interviewer/iv_2_br_bl_str.png);
	margin-bottom:5px;
}

li.hover_a{
	font-size:20px ;
	line-height:45px ;
	font-weight:600 ;
	color:#3245ad;
	margin: 5px 0 5px 10px ;
	padding: 0 0 0 20px;
    background: transparent url(../../img/2013a/interviewer/iv_1_listm.png) no-repeat left center;
}

li.hover_b{
	line-height:30px ;
	font-size:16px ;
	color: #000000 ;
	margin: 0 0 10px 20px ;
	vertical-align:middle;
	padding: 0 0 0 130px;
    background: transparent url(../../img/2013a/interviewer/iv_ok.png) no-repeat left center;
}
</pre></body></html>