.msg_title{
    font-weight: 600;
}
.msg_title{
	color: #333333;
	font-size: 38px;
	margin-top: 40px;
	margin-bottom: 0px;
}
.news_search {
	position: relative;
	width: 180px;
	height: 30px;
	border-radius:  20px;
	border: 1px solid #2480d1;
	float: right;
	overflow: hidden;
}
.news_search input:first-child {
	height: 30px;
    width: 140px;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
    float: left;
    color: #a2a2a2;
    border: 0;
    background: transparent;
    border-radius: 20px 0 0 20px;
    letter-spacing: 1px;
}
.news_search input:focus {
	outline: 0;
	background:transparent;
}
.news_search button {
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 28px;
	width: 30px;
	color: #a2a2a2;
	background: transparent;
	/*border-left: 1px solid #2480d1;*/
	border-radius: 0 20px 20px 0;
	font-size: 20px;
	padding-right: 10px;
}
.news_search:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-family: 'FontAwesome';
    content: '\f002';
    text-align: center;
    color: #6F6F6E;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
}
.magnify {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    opacity: 0;
	cursor: pointer;
    padding: 0px 0px 0px 5px;
    font-size: 14px;
    float: left;
    color: #a2a2a2;
    border: 0;
    background: transparent;
    border-radius: 20px 0 0 20px;
}
/*.search button:hover {
	background: #fff;
	color:#444;
}*/
.news_search button:active {
	box-shadow: 0px 0px 12px 0px rgba(225, 225, 225, 1);
}
.news_search button:focus {
	outline: 0;
}
.news_menu li {
    display: inline-block;
    padding: 10px 15px;
}
.news_menu li span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
}

.c_sub_type, .c_publish{
	display: none;
}
.c_news:hover {
    background-color: #f2f2f2;
}
.c_news{
	border-bottom: solid 1px #cccccc;
	width: 100%;
	height: 70px;
	position: relative;
	display: table;
}
.cls_list_tb tbody tr td:nth-child(1), .c_news .c_date{
	font-size: 14px;
	color: #666666;
	width: auto;
	position: relative;
	float: left;
	margin: 25px 30px 20px 30px;
	text-align: center;
}
.cls_list_tb tbody tr td:nth-child(2), .c_news .c_title{
	font-size: 18px;
	color: #666666;
	max-width: 1000px;
	position: absolute;
    margin-left: 150px;
	float: left;
	vertical-align: middle;
	display: table;
	height: 100%;
    overflow: hidden;
}
.cls_list_tb tbody tr td:nth-child(2) a, .c_title a{
	text-decoration: none;
	vertical-align: middle;
    height: 100%;
	display: table-cell;
	font-size: 18px;
	color: #666666;
}
.cls_list_tb tbody tr:nth-child(5n-2) td:nth-child(1) div, .jscroll-inner > .c_news:nth-child(5n-2) .c_date, .jscroll-added > .c_news:nth-child(5n-2) .c_date{
	display: table;
	border-bottom: 2px solid #ecb14d;
}
.cls_list_tb tbody tr:nth-child(5n-1) td:nth-child(1) div, .jscroll-inner > .c_news:nth-child(5n-1) .c_date, .jscroll-added > .c_news:nth-child(5n-1) .c_date{
	display: table;
	border-bottom: 2px solid #ff7b9e;
}
.cls_list_tb tbody tr:nth-child(5n+1) td:nth-child(1) div, .jscroll-inner > .c_news:nth-child(5n+1) .c_date, .jscroll-added > .c_news:nth-child(5n+1) .c_date{
	display: table;
	border-bottom: 2px solid #25C090;
}
.cls_list_tb tbody tr:nth-child(5n+2) td:nth-child(1) div, .jscroll-inner > .c_news:nth-child(5n+2) .c_date, .jscroll-added > .c_news:nth-child(5n+2) .c_date{
	display: table;
	border-bottom: 2px solid #2480d4;
}
.cls_list_tb tbody tr:nth-child(5n) td:nth-child(1) div, .jscroll-inner > .c_news:nth-child(5n) .c_date, .jscroll-added > .c_news:nth-child(5n) .c_date{
	display: table;
	border-bottom: 2px solid #a5a5a5;
}
/*content*/
.msg_title a {
    color: #333333;
    font-size: 34px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-decoration: none;
}
.msg_title i {
	font-size: 25px;
    vertical-align: top;
    margin-top: 15px;
}
.msg_content{
	margin-top: 10px;
	font-size: 16px;
	color: #7B7B78;
	/*font-family: "sourcehansans-tc","微軟正黑體",Helvetica,"Helvetica Neue",Arial,sans-serif;*/
}
.msg_content span{
	color: #7B7B78;
}
.msg_content p{
    font-size: 16px;
    color: #7B7B78;
    line-height: 30px;
}
.msg_content strong{
	font-weight: bold;
	color: #7B7B78;
}
#head_div_title{
	color: #2489e2;
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 10px;
}
#head_div_photo img{
	max-height: 403px;
	margin-bottom: 10px;
}
.btn_list .pagination li a{
	cursor: pointer;
}
.msg_title .news_title_span{
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    vertical-align: super;
    border-radius: 40px;
    border: 1px solid #cccccc;
    top: 5px;
    left: 50px;
	cursor: pointer;
	background-color: #ffffff;
	font-weight: 500;
}
.msg_title .news_title_span.active{
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    padding: 0 15px;
    display: inline-block;
    position: relative;
    vertical-align: super;
    border-radius: 40px;
	border: 1px solid #2480d1;
	background-color: #2480d1;
    top: 5px;
    left: 50px;
	cursor: pointer;
	font-weight: 500;
}