﻿@charset "utf-8";
/* CSS Document */

.ty_box{ width: 490px;}
.focus{ height:320px;}

.news_box{ padding: 11px 18px 0 18px; border: 1px solid #dfdfdf; border-top:2px solid #1594ff; height:306px;}

.news_ty_tit{ height:34px; border-bottom: 1px solid #e7e7e7;}
.news_ty_tit span{ float:right; line-height: 34px;}
.news_ty_tit span a{ color: #666666;}
.news_ty_tit ul li{ float:left; font-size: 16px;}
.news_ty_tit ul li a{ padding: 0 10px; height: 34px; line-height: 34px; display: block; color: #1594ff; text-decoration: none;border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0; 
	-ms-border-radius:5px 5px 0 0; 
	-o-border-radius:5px 5px 0 0; 
	-webkit-border-radius:5px 5px 0 0;}
.news_ty_tit ul li a:hover,.news_ty_tit ul li.curr a{ background: #1594ff; color: #fff;}

.news_top_box{ height:103px; border-bottom: 1px dashed #dcdcdc;}
.news_top_box h4{ font-size: 16px; color: #1594ff; font-weight: bold; text-align: center;  line-height: 50px;} 
.news_top_box h4 a{color: #1594ff;}
.news_top_box p{ font-size: 12px;  color: #999999;}
.news_top_box p a{ color:#999; }
.news_top_box p a span{ color:#1e6cda;}

/* 搜索框 */
.search {
       float: right;
    width: 330px;
    margin-top: 100px;
	color: #FFF;
	margin-right: 400px;
}
.search form {
    width: 330px;
}
.search form label {
    font-weight: bold;
    height: 40px;
    background: url(20190830icon2.jpg) left center no-repeat;
    padding-left: 20px;
}
.search form input.text {
    width: 165px;
    height: 16px;
    vertical-align: middle;
}
.search form input.but {
    background: url(but1.jpg) left top no-repeat;
    width: 55px;
    height: 20px;
    border: none;
    vertical-align: middle;
}