/**
 * 隐藏默认的radio样式
 */
input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
/**
 * 隐藏默认的checkbox样式
 */
input[type=checkbox] {
	visibility: hidden;
}

a,select{
	cursor: pointer;
}
.os_body{
	width: 1013px;
	padding-left: 278px;
	position: relative;

-moz-user-select:none;/*火狐*/

-webkit-user-select:none;/*webkit浏览器*/

-ms-user-select:none;/*ie10*/

-khtml-user-select:none;/*早期浏览器*/

user-select:none;

}
.os_body *{
	box-sizing: border-box;
	line-height: 1;
}
.clear{
	clear: both;
}
.os_title{
	float: left;
	position: relative;
	left: -278px;
	width: 267px;
	border: 1px solid #dbdbdb;
	padding-top: 4px;
}
.os_title_text{
	position: relative;
	padding-left: 20px;
	display: flex;
	align-items: center;
	height: 35px;
	/*width: 100%;*/
	margin-left: 20px;
}
.os_title_text_icon{
	position: absolute;
	top: 0;bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	line-height: 35px;
}
.os_title_text_icon_img{
	width: 9px;
	height: 10px;
}
.os_title_text_p{
	font-size: 20px;
	color: #0a4a88;
	line-height: 35px;
}
.os_title_list{
	padding-top: 12px;
	padding-left: 10px;
}
.os_title_item{
	width: 245px;
	height: 48px;
	margin-bottom: 12px;
}
.os_title_item .active .os_title_a_p{
	color: #fff;
	border-color: #0a4a88;
	background: #0a4a88;
}
.os_title_a{
}
.os_title_a_p{
	line-height: 48px;
	color: #0a4a88;
	font-size: 16px;
	width: 100%;
	height: 48px;
	background: transparent;
	border-color: #dbdbdb #dbdbdb #dbdbdb #0a4a88;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	padding-left: 10px;
}
.os_title_a:hover .os_title_a_p{
	color: #fff;
	border-color: #0a4a88;
	background: #0a4a88;
}
.os_text{
	position: absolute;
	float: right;
	width: 735px;
}
.os_t_intro{
	/*width: 922px;*/
	padding: 19px 21px;
	background: #ecf5fe;
	border: 1px solid #dbdbdb;
}
.os_t_intro_title{
	font-size: 16px;
	color: #0a4a88;
	margin-bottom: 9px;
}
.os_t_intro_p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.os_t_main{
	padding-top: 20px;
}
.os_t_m_swiper{
	width: 410px;
	float: left;
	height: 240px;
}
.os_t_m_swiper_img{
	width: 100%;
	height: 240px;
}
.os_t_m_news{
	width: 320px;
	float: right;
	height: 240px;
	position: relative;
	border: 1px solid #dbdbdb;
}
.os_t_m_n_tab_list{
	width: 100%;
	height: 40px;
	background: #f5f5f5;
}
.os_t_m_n_tab_item{
	cursor: pointer;
	height: 40px;
	float: left;
}
.os_t_m_n_tab_item_view{
	cursor: pointer;
	display: inline-block;
	padding: 0 7px;
	height: 40px;
	line-height: 40px;
	margin: 0 -1px;
}

.os_t_m_n_tab_item .active{
	border-width: 2px 1px 0;
	border-style: solid;
	border-color: #0a4a88 #dbdbdb transparent;
	background: #fff;
	padding: 0 6px;
	margin-top: -1px;
	position: relative;
	z-index: 5;
	height: 42px;
}
.os_t_m_n_tab_item input[type=radio]:checked   label .os_t_m_n_tab_p{
	border-width: 2px 1px 0;
	border-style: solid;
	border-color: #0a4a88 #dbdbdb transparent;
	background: #fff;
	margin-top: -1px;
	line-height: 38px;
	padding: 0 7px;
	display: inline-block;
}
.os_t_m_n_tab_p{
	padding: 0 8px;
	font-size: 16px;
	color: #333;
	line-height: 40px;
}
.os_t_m_n_tab_item .active .os_t_m_n_tab_p{
	line-height: 38px;
}
.os_t_m_n_tag_list{
	width: 100%;
	position: absolute;
	top: 40px;bottom: 0;
	left: 0;right: 0;
	border-top: 1px solid #dbdbdb;
	overflow: hidden;
}
.os_t_m_n_tag_item{
	width: 100%;
	height: 100%;
	/*overflow: auto;*/
}
.os_t_m_n_tag_item_box{
	width: 100%;
}
.os_news_item{
	width: 100%;
	height: 30px;
	padding: 0 8px 0 18px;
	position: relative;
}
.os_news_item_btn{
	width: 45%;
	height: 44px;
	background: #4a6fa7;
	float: left;
	margin: 10px;
	border-radius: 5px;
	padding: 0 20px;
	text-align: center;
}
.os_news_item_dot{
	position: absolute;
	top: 13px;
	left: 8px;
	width: 4px;
	height: 4px;
	background: #0a4a88;
}
.os_news_item_text{
	float: left;
	line-height: 30px;
	width: 75%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #333;
}
.os_news_item_date{
	float: right;
	line-height: 30px;
	color: #b3b3b3;
	font-size: 12px;
}
.os_news_item_btn .os_news_item_dot{
	display: none;
}
.os_news_item_btn .os_news_item_text{
	width: 100%;
	line-height: 44px;
	color: #fff;
	text-align: center;
}
.os_news_item_btn .os_news_item_date{
	display: none;
}
.os_t_m_tab_box{
	width: 100%;
}
.os_t_m_tab_doc{
	margin-top: 22px;
}
.os_t_m_tab_doc_list{
	height: 40px;
	width: 100%;
	background: #f5f5f5;
}
.os_t_m_tab_doc_item{
	display: inline-block;
	float: left;
}

.os_t_m_tab_doc_item .active{
	background: #0a4a88;
	border-radius: 5px 5px 0 0;	
}
.os_t_m_tab_doc_item .active .os_doc_lable_p{
	color: #fff;
}
.os_doc_lable{
	display: block;
	height: 40px;
	padding: 0 20px;
	cursor: pointer;
}
.os_t_m_tab_doc_item input[type=radio]:checked   label{
	background: #0a4a88;
	border-radius: 5px 5px 0 0;	
}
.os_t_m_tab_doc_item input[type=radio]:checked   label .os_doc_lable_p{
	color: #fff;
}
.os_doc_lable_p{
	font-size: 16px;
	color: #333;
	line-height: 40px;
}
.os_t_m_tag_list{
	border: 1px solid #dbdbdb;
	padding: 5px;
}
/*.os_t_m_tag_list_btn{}*/