﻿@charset "UTF-8";
/*初始化css*/
body{min-width:1200px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;border:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#3573b5;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#3573b5;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
.mt_30{margin-top:30px;}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/

body{background-color:#f5f5f5;min-width: 1200px;}
/*头部*/
.head{width: 100%;height:780px;background: url(bg.png) center center no-repeat;background-size: cover;position: relative;}
.head-1{width: 1200px;margin: 0 auto;}
.logo img{margin-top:30px;width: 533px;height: 71px;margin-left: 50px;}
.tit{margin:0 auto;width: 1070px;}
.tit img{margin-top:38px;width: 1070px;height: 67px;}

/* 主体内容 */
.line{border: 1px solid #dcdcdc;margin:30px 0;}
.cont{width: 1200px;height: 1293px;background-color: #ffffff;padding:30px; position: absolute;top:265px;left: 50%;margin-left: -600px;-webkit-box-shadow: 1px 0rem 1.5rem 0.5rem #e5e5e5;box-shadow: 1px 0rem 1.5rem 0.5rem #e5e5e5;}
.cont-part{padding: 30px;border:1px solid #a3c8ec;position: relative;}
.cont-part-tit{width: 1146px;height: 64px; background:url(col.png) center center no-repeat;z-index: 10000;}
.cont-part-tit a{display: inline-block;width:160px;height:57px;line-height:57px;font-size:30px;color: #ffffff;text-align: center; position: relative;left: 50%;margin-left: -80px;}
.cont-part-list ul li{width:288px;margin-left:106px;}
.cont-part-list ul li:first-child{margin-left: 0;}
.cont-part-list .time{width: 40px;}
.month{font-size: 17px;color:#1069c0;width: 40px;text-align: center;height: 24px;line-height: 24px;}
.col_list{width:233px;margin-top: 24px;}
.col_tit{font-size: 17px;line-height: 24px;color:#333333;}
.col_brief{font-size: 15px;color: #666666;line-height: 24px;margin-top: 30px;}
.xq{display:inline-block; font-size: 15px;color: #666666;margin-top: 30px;}
.day{width:40px;height:50px;line-height: 50px;text-align: center;background-color:#1069c0;color: #ffffff;font-size: 17px;font-weight: bold;}
.more{display: inline-block; width:148px;height:40px;background-color:#fafafa;border:1px solid #e2e2e2;line-height: 40px;text-align: center;font-size: 17px;color: #333333;margin-top: 30px;}
.cont-part-list ul li a:hover{color:#3573b5;}
.cont1-part{margin-top: 30px;}
.rdzt_list{width: 1140px;height: 190px; margin:0 auto;margin-top: 30px;position: relative;}
.rdzt_list_slide{width:1140px;height: 190px;position: relative;overflow: hidden;}
.rdzt_list_slide li{margin-right: 30px;}
.rdzt_list_slide li img{width: 262px;height: 180px;}

/* 底部 */
.footer{width: 100%;height: 110px;background-color:#cacaca;margin-top:814px;}
.footer p{text-align: center;color: #333333;font-size: 17px;width: 100%;height: 110px;line-height: 110px;}
