﻿@charset "utf-8";

h1,
h2,
h3,
h4,
h5,
h6,
span {
	margin: 0;
}

ul,ol {
	margin: 0;
	padding: 0;
}

li,p,span,td{
	list-style-type: none;
	font-size: 16px;
	margin: 0;
}


.jcrc{float:left; width:100%; margin-top:40px; overflow: hidden;}
.jcrc .rc_bt{float:left; width:100%; height:46px;  background-color:#eeeff1;}
.jcrc .rc_bt h6{float:left; line-height:46px; font-size: 20px; font-weight: bold; color:#fff; background:url(../img/bg_jcrc.png) no-repeat right center; padding:0 100px 0 30px;}
.jcrc ul{float:left; margin:15px -10px; width: calc(100% + 20px);}
.jcrc ul li{float:left; margin:15px 10px; width:150px; height:auto; max-height:246px; border-bottom:3px solid #023459; background-color:#ebf3f8;}
.jcrc ul li .pic{float:left; width:130px; height: 180px; margin:10px 10px 0 10px; overflow: hidden;}
.jcrc ul li .pic img{width:100%;-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all .5s ease-out;
	transform: scale(1);
	transition: all .5s ease-out;}
.jcrc ul li:hover .pic img{transform: scale(1.2);}
.jcrc ul li .bt{float:left; width:100%; text-align: center; line-height:50px;}
.jcrc ul li .bt a{font-size: 18px; font-weight: bold; color:#023459;}
.jcrc ul li:hover .bt a{color:#BA0000;}
