/*common*/
body {
    min-width: 1280px;
}
.hide {
	display: none;
}
.mt-50 {
	margin-top: 50px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-10 {
    margin-top: 10px;
}
.mr-35 {
    margin-right: 35px;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	float: none;
	clear: both;
}
.f-l {
    float: left;
}
.f-r {
    float: right;
}
.w-780 {
    width: 760px;
}
.w-580 {
    width: 580px;
}
.w-570 {
    width: 570px;
}
.w-560 {
    width: 560px;
}
.w-420 {
    width: 420px;
}
.w-370 {
    width: 370px;
}
.fs-18 {
    font-size: 18px !important;
}
.text-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.container {
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
.current {
	text-align: center;
    font-size: 40px;
    margin: 50px 0;
    font-weight: 600;
}
/*Banner Menu*/
.banner {
	background: url(../images/banner.jpg) top center no-repeat;
	height: 668px;
}
/*news list category*/
.category {
    position: relative;
    line-height: 40px;
    margin-bottom: 10px;
}
.category .name {
    display: inline-block;
    font-size: 32px;
    width: 189px;
    height: 60px;
    line-height: 53px;
    font-weight: 600;
    background: url(../images/category.png) left center no-repeat;
    color: #fff;
    padding-left: 30px;
}
.category .more {
    position: absolute;
    right: 0;
    bottom: 12px;
    line-height: 30px;
}

/*Slide*/
.slider {
    width: 560px;
    height: 420px;
    float: left;
    overflow: hidden;
    position: relative;
}
.slider .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 14px;
    z-index: 1;
}
.slider .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slider .hd ul li {
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}
.slider .hd ul li.on {
    background: #1043c5;
    color: #fff;
}
.slider .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slider .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 560px;
    height: 420px;
    position: relative;
}
.slider .bd img {
    width: 560px;
    height: 420px;
    display: block;
}
.slider .prev,
.slider .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 40px;
    height: 50px;
    background: url(../images/left.png) center center no-repeat;
    opacity: .5;
}
.slider .next {
    background: url(../images/right.png) center center no-repeat;
    left: auto;
    right: 0;
}
.slider .prev:hover,
.slider .next:hover {
    opacity: 1;
}
.slider .u-tit {
    background: url(../images/opacity.png) repeat;
    color: #fff;
    font-size: 16px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.slider .u-tit p {
    padding: 8px;
    width: 80%;
}
.headline {
    margin-bottom: 15px;
    padding: 15px;
    background: #f2f2f2;
}
.headline .u-tit {
    font-size: 20px;
    font-weight: 600;
}
.headline .u-tit a {
    color: #1043c5;
}
.headline .u-ct {
    color: #393939;
    margin-top: 10px;
    height: 48px;
    overflow: hidden;
}
/*List*/
.yibashou{
    float:left;
}
.yibashou .pt-list .itm{
    width:540px;
    float:left;
    padding: 15px;
    margin:0 10px;
    margin-bottom: 15px;
}
.t-list .itm {
    line-height: 35px;
    background: url(../images/list_point.png) left center no-repeat;
    text-indent: 20px;
    font-size: 18px;
}
.pt-list .itm {
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 15px;
    height: 130px;
    overflow: hidden;
}
.pt-list .u-pic {
    display: block;
    width: 175px;
    height: 130px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
.pt-list .u-pic img {
    width: 100%;
}
.pt-list .u-ct {
    overflow: hidden;
}
.pt-list .u-tit {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    max-height: 72px;
    overflow: hidden;
}
.pt-list .u-tit a {
    color: #1043c5;
}
.pt-list .u-txt{
    font-size: 16px;
    color: #393939;
    height: 48px;
    overflow: hidden;
}

.detail {
    color: #cc0000
}
.more {
    display: inline-block;
    border: 1px solid #1043c5;
    color: #1043c5;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 15px;
}
.t-right {
    text-align: right;
}
.link-pic {
    display: block;
    width: 570px;
}
.footer {
    text-align: center;
    padding: 30px;
    background: #f7f7f7;
    margin-top: 100px;
    font-size: 14px;
}
.more:hover,
.detail:hover,
.pt-list .u-tit a:hover {
    text-decoration: underline;
}
.t-list .itm a:hover {
    color: #3e62cd;
}
.pt-list .u-pic img:hover,
.slider .bd li:hover,
.link-pic:hover {
    opacity: .8;
}